Rafi Gordon wrote:

modprobe: Can't locate module sound-slot-0
modprobe: modprobe: Can't locate module sound-service-0-0
modprobe: modprobe: Can't locate module sound-slot-0
modprobe: modprobe: Can't locate module sound-service-0-3
modprobe: modprobe: Can't locate module sound-slot-0

According to 'modprobe -c', sound-service-0-0 is the OSS mixer device for the 1st sound card and ...-0-3 is the OSS sound (PCM) device for the 1st sound card. This means you have some program which uses the OSS devices (e.g. /dev/dsp and /dev/mixer). Maybe it's KDE's notifications triggering ALSA or something like this?

in /etc/modules.conf I had the following lines (I had remarked them; the system was boot afterwards)
#alias sound-slot-0 i810_audio
#post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&
#pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1

Anyhow, do you have this (i810_audio) sound card, as your configuration says? Can this driver actually load?


The kernel simply calls "/sbin/modprobe snd-slot-0". You can do it yourself to see what exactly modprobe says and why it has a problem loading this. Inspecting the output of "modprobe -c" may help you understand what chain of aliases leads modprobe to trying to load whatever it's trying to (if it finds a matching rule at all in your configuration).


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to