Marcel Pol <[EMAIL PROTECTED]> writes: > Sorry if I'm uninformd, I still run 0.9 mdk. My alsa driver didn't > load automatically, but running modprobe on the right module worked > ok. If it is just an initscript issue, then there's no reason to > upgrade the drivers. Also in 0.9mdk the make munuconfig for alsa is > broken.
so your sound card was not properly detected ? classic bug sound tester: "lspcidrake -v | fgrep AUDIO" will tell you which driver your card use by default "grep snd-slot /etc/modules.conf" will tell you what driver it currently uses "/sbin/lsmod" will enable you to check if its module (driver) is loaded or not "/sbin/chkconfig --list sound" and "/sbin/chkconfig --list alsa" will tell you if sound and alsa services're configured to be run on initlevel 3 "aumix -q" will tell you if the sound volume is muted or not "/sbin/fuser -v /dev/dsp" will tell which program uses the sound card.
