IBM Thinkpad 600E problems configuring sound for slackware 9.1
Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
IBM Thinkpad 600E problems configuring sound for slackware 9.1
i just installed slackware 9.1 on this laptop, and when i use alsaconf, it says that the search notices im using a 600e thinkpad, but it tells me this:
Looks like you having a Thinkpad 600E notebook.
On this notebook, CS4236 driver should be used
although CS46xx is detected.
Shall i try to snd-cs4236 driver and probe
the Legacy ISA configuration?
When i say yes to this, my computer freezes, when i try to just install the CS46xx driver, it doesn't work... any1 had this problem can help me figure this out? greatly appreciated,
The cs46xx driver does not work with the 600E, at least not to my knowledge. The cs4236 Alsa driver *does* work though.
This is my setup in /etc/modules.conf (actually, it's in /etc/modutils/alsa but I run Debian):
Code:
alias char-major-116 snd
options snd major=116 cards_limit=1
alias sound snd-card-0
alias snd-card-0 snd-cs4236
options snd-cs4236 index=0 id=Card1 isapnp=0 port=0x530 cport=0x538 mpu_port=0x330 fm_port=0x388 sb_port=0x220 irq=5 dma1=1 dma2=0 # snd_mpu_irq=9 snd_dma1_size=xxx snd_dma2_size=xxx
#
# OSS/Free emulation setup
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
alias snd-minor-oss-0 snd-card-cs4236
alias snd-minor-oss-1 snd-opl3
alias snd-minor-oss-3 snd-pcm-oss
Actually, I have that part commented out (using the # character) because the module won't load when I pass snd_mpu_irq=whatever to the module. Since it works fine without the last three parameters I just commented them out as I don't like deleting stuff from configs, comments are a lot more useful in the long run.
Thanks. I pick up a 600e for real cheap this week, mostly just to fool around with and of course, couldn't get the sound working. However, I carefully followed your instructions for the /etc/modules.conf script and voila! Well, not one hundred percent perfect (system notification works and will only play CD's via xine - like, what's up with that?) but at least I got something coming out of those tinny little speakers .
One quick question though. When loading Slack, it appears that insmod is still looking to install the cs42xx driver and of course fails. How do I get it to stop trying to load it? Not critical but it would save some boot time.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.