Hello from Santiago de Chile (spanish user)
I resolve this problem in my RedHat 9 : (NOTE : Always i have installed the kernel sources)
Step 1.
- First download alsa sources from
http://www.alsa-project.org (alsa-driver, alsa-lib, alsa-utils, alsa-oss)
Step 2.
- unpack alsa-lib and compile. (./configure && make && make install)
- Compile alsa-oss (./configure && make && make install)
Step 3.
- Unpack alsa-driver
- ./configure --with-isapnp=no --with-sequencer=yes --with-oss=yes
- touch include/linux/workqueue.h
- make install
- run the ./snddevices script
- run alsaconf ( here this must be configure your modules.conf )
- run alsamixer ( your channels are muted by default )
Step 4.
-- Check if you have unresolved simbols with depmod -ae. If you get errors repeat step 3.
Step 5
-- run ldconfig
Step 6.
- unpack alsa-utils and compile. (./configure && make && make install)
Step 7
- reboot
- cd /etc/init.d/alsasound start
- startx
- run xmms
- If all was OK. Choice the alsa plugin.
- Enjoy!
HISTORY NOTE: THIS PROBLEM TAKE ME 4 DAYS TO RESOLVE.
If you beliave this guide was usefull please send me a email to
leo.nunez@gmail.com
Cheers !
Bye!