Occasionally I get an error message in kde at startup listing /dev/dsp
not loading, and sure enough there is no sound. When this problem
occurs I get the following in /var/log/messages:
Aug 20 08:37:08 quefaz insmod: insmod: a module named snd-opl3-lib
already exists
Aug 20 08:37:08 quefaz insmod: insmod: insmod sound-slot-0 failed
Aug 20 08:37:09 quefaz insmod: insmod: a module named snd-pcm already
exists
Aug 20 08:37:09 quefaz insmod: insmod: insmod sound-service-0-3 failed
The problem reoccurs on every boot, until I run the following script,
and reboot:
cat /proc/modules|gawk '/^snd-/{print $1}'|xargs -i rmmod {}
My questions are:
1) Is there a way to prevent this problem?
2) Should I run this script when the system halts, and if so how?
3) Reading the module howto, the autoclean flag seemingly is to save
memory. Is this a possible solution(Difficult to test because the
problem is intermittent)?
I'm running alsa .90 rc2 .
Thanks for any help,
iksrazal