[Gentoo] How do I configure alsa on an IBM Thinkpad 600?
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.
[Gentoo] How do I configure alsa on an IBM Thinkpad 600?
I've already re-compiled my kernel using genkernel so that alsa and cs4236 (Neomagic) support are included (following the steps at http://www.gentoo.org/doc/en/alsa-guide.xml) but I cannot get alsaconf to successfully probe cs4236 (No legacy cards found).
Supposedly I need to manually configure alsa, but I haven't the slightest clue how to do so.
here's some info for the sound card.
I used to have 600E and I recall it needed some special tinkering in order to work. IIRC the alsa detected it wrong and it needed to be manually setup in order to get it to work.
You can google for it though if the thinkwiki link doesn't help you.
Last edited by Zmyrgel; 04-20-2009 at 09:52 AM.
Reason: typo
If you want to set up ALSA manually: open /etc/modprobe.conf in your favorite editor and add these lines -
alias snd-card-0 snd-cs4236
alias sound-slot-0 snd-cs4236
options snd-cs4236 index=0 port=0x530 cport=0x538 isapnp=0 dma1=1 dma2=0 irq=5
I've compield the module into the kernel so it doesn't need modprobing (and if it does it is automatically done at startup).
Alsa configuration is my problem - I'll try those lines now.
Alsamixer now works, but I have yet to get sound to come out. Possibly I need to re-compile some apps with the alsa flags.
EDIT: With every single slider at max and the laptop sound controls (FN + Pgup/Pgdown) up I tried to run speaker-test.
However it spews the error message 'Playback open error: -16,Device or resource busy' every second with not a peep coming out of the speakers.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.