SliTaz SliTaz Forum

You are not logged in.

#1 2011-09-24 13:39:43

Guest
Guest

Thinkpad 600E no sound

Hi all,

For a while now I've been unsuccessful in getting the sound working on this notebook (Thinkpad 600E, sound card: Cirrus Logic CS 4610/11), I've tried:

1. these suggestions: http://vanilla.slitaz.org/index.php?p=/discussion/125/no-sound-in-slitaz-cooking-20091104/p1

    which involved downloading and installing linux-sound and running soundconf

2. modifying the rcS.conf file: http://forum.slitaz.org/topic/thinkpad-600e

Still, when I run soundconf I get these errors:

amixer: Mixer attach default error: No such file or directory

alsactl: save_state:1502: No soundcards found...

And when I reboot, it always tries to reconfigure the sound card.

Any suggestions?

#2 2011-09-24 19:24:33

kultex
Administrator
Registered: 2011-03-28
Posts: 1,175

Re: Thinkpad 600E no sound

is the sound card activated in the bios?

which version of slitaz are you using?

Offline

#3 2011-09-24 22:41:34

Guest
Guest

Re: Thinkpad 600E no sound

I'm using slitaz 3.0

Can't say I know exactly what you mean by "activated in bios", but when I run lspci in terminal, the sound card is listed

#4 2011-09-25 07:09:48

Saipul
Member
Registered: 2011-06-28
Posts: 87

Re: Thinkpad 600E no sound

Wrong name if snd_cs46xx, the correct name is snd-cs46xx and you can check that module file is in /lib/modules/2.6.30.6-slitaz/kernel/sound/pci/cs46xx/ folder.

Offline

#5 2011-09-25 07:41:18

Trixar_za
Administrator
Registered: 2011-03-29
Posts: 1,506

Re: Thinkpad 600E no sound

What kultex means is the onboard soundcard enabled so operating systems like Windows, Ubuntu or SliTaz can use it. If it's not (you can tell by the soundcard not detecting even on Windows), then it needs to be enabled in the BIOS menu. If you don't know what that means, I suggest googling it since the ability to modify and use it is essential for all operating systems and for peak hardware performance.

Otherwise, attempt the above solution of using the right module name with the modprobe command.

Offline

#6 2011-09-27 04:33:43

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: Thinkpad 600E no sound

@erich you should be able to get sound working using the info from here:

http://www.thinkwiki.org/wiki/CS4239

http://www.thinkwiki.org/wiki/Problem_with_broken_sound_on_some_ThinkPads

Disable Quickboot in the bios.

Add:

modprobe snd-cs4236 index=0 port=0x530 cport=0x538 irq=5 dma1=1 dma2=0 isapnp=0

To:

/etc/init.d/local.sh

Offline

#7 2011-10-10 02:34:59

Guest
Guest

Re: Thinkpad 600E no sound

@mojo, sorry been inactive for awhile, but I'm not sure how to obtain the snd-cs4236 module,

I used the linux-sound-2.6.30.6 tazpkg to update modules, but cs4236 isn't included in the package

#8 2011-10-10 03:31:22

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: Thinkpad 600E no sound

@erich snd-cs4236 is included on slitaz-3.0.iso and the core versions of cooking

tux@slitaz:~$ tazpkg search-file snd-cs4236     

Search result for file : snd-cs4236

================================================================================

Package linux-sound :

/lib/modules/2.6.30.6-slitaz/kernel/sound/isa/cs423x/snd-cs4236.ko.gz

================================================================================

1 file(s) found for : snd-cs4236

tux@slitaz:~$ modprobe -l | grep snd-cs4236

/lib/modules/2.6.30.6-slitaz/kernel/sound/isa/cs423x/snd-cs4236.ko.gz

Offline

#9 2011-10-15 01:33:19

mentalpigeon
Member
Registered: 2011-10-15
Posts: 12

Re: Thinkpad 600E no sound

Here's what you do.

~

1. install jozee's linux-sound package as described below:

wget http://people.slitaz.org/~jozee/packages/linux-sound-2.6.30.6.tazpkg

as root:

tazpkg install /home/tux/linux-sound-2.6.30.6.tazpkg --forced

I rebooted here and sound was working. Only the volume was INCREDIBLY low. Before you smash your keyboard...

2. Run alsaconfig and mess with the settings. To my astonishment, sound was working like a charm.

If you still have a problem run (as root):

soundconf

3. block updates for linux-sound and linux (as root):

tazpkg block linux-sound

tazpkg block linux

4. update slitaz as desired (as root):

tazpkg recharge

tazpkg upgrade

Courtesy of iegubkin of vanilla.slitaz.org (with added word from me)

Not sure if this will work in SliTaz 3.0 (i'm on version 2.something cooking).

I have problems myself though. Maybe this is just a problem with the computer not being very powerful, but i get light crackling whenever I, well, play anything. It's occasional and random. When i do nothing, the crackling ceases. I guess it's a CPU/RAM thing then, since it depends on usage.

Offline

#10 2011-10-21 19:53:01

Guest
Guest

Re: Thinkpad 600E no sound

After trying the fix from the links (as well as the script provided), still no sound.

Also @mentalpigeon, that was the first soln I tried, no success

Any other ideas?

#11 2011-10-21 20:02:29

totoetsasoeur
Moderator
Registered: 2011-03-29
Posts: 247

Re: Thinkpad 600E no sound

Just 2 ideas:

- what about connecting ear-plugs and check if still no sound?

- are you sure that your alsa application is not in "mute" mode?

Offline

#12 2011-10-21 21:11:31

Guest
Guest

Re: Thinkpad 600E no sound

yes, no sound when connected via earplug and yes it is not in mute mode

- also, when I run a search for the snd-cs4326 module, it shows (the result mojo posted above), but when I reboot the machine I notice there is a line saying that the module cannot be found..

#13 2011-10-21 21:14:03

Guest
Guest

Re: Thinkpad 600E no sound

At the very least, is it possible to turn off the automatic attempt at sound card configuration when booting slitaz?

#14 2011-10-21 21:27:36

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: Thinkpad 600E no sound

sound=noconf

http://mirror.slitaz.org/doc/en:handbook:livecd

Offline

#15 2011-10-21 22:12:51

Guest
Guest

Re: Thinkpad 600E no sound

thanks mojo

#16 2011-11-11 07:17:41

edwardr
Member
Registered: 2011-11-09
Posts: 2

Re: Thinkpad 600E no sound

Well, you probably have to check if the sound card is activated in the bios.  You can do the troubleshoot yourself which would actually include using a separate 3.5mm jack or an external speakers just to check if the problem is with the internal speakers or the drivers for that hardware.  Just go ahead and have a look at it and see how it would work out.

Offline

#17 2012-01-07 11:48:01

mentalpigeon
Member
Registered: 2011-10-15
Posts: 12

Re: Thinkpad 600E no sound

But mojo, i have SliTaz installed, where do i add the sound=noconf command?

Offline

#18 2012-01-07 15:10:54

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: Thinkpad 600E no sound

sound=noconf is a boot option.

Add it to the kernel line.

Grub :  /boot/grub/menu.lst

Grub2:  /boot/grub/grub.cfg

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.020 seconds, 7 queries executed - Memory usage: 1.56 MiB (Peak: 1.77 MiB) ]