This laptop ran RH8.0 before using a customized version of the Red Hat kernel and sound worked just fine. Now it works but I can't get the volume up very high and I too am getting the following sound service errors:
Apr 25 09:35:08 toshiba1115 modprobe: modprobe: Can't locate module sound-service-0-3
Keith Winston wrote:
Unfortunately, no. In my daily logwatch report, I get strange errors like this:
Can't locate these modules: sound-service-1-0: 2 Time(s) sound-service-0-0: 1 Time(s) char-major-226: 1 Time(s) sound-slot-1: 2 Time(s) char-major-188: 2 Time(s)
Apart from the sound errors, char-major-226 is video DRI (which exists and is working great with my ATI Radeon 7500), char-major-188 is a USB serial converter (maybe it is complaining about my USB mouse?). While these messages annoy me, they don't manifest in any noticeable problems except with the sound.
Here is a little script I run (as root) whenever my sound stops working:
#!/bin/bash # # Unload/reload OSS sound driver kernel modules for RH9 if they # appear to be locked for some reason (trouble initializing /dev/dsp in # quake3). # rmmod -r i810_audio sleep 1 modprobe i810_audio
I usually have to adjust the volume levels afterward, then I am good to go. My trouble seems to happen after I use xmms to play something, then try to start quake3. Maybe xmms is not letting go of /dev/dsp when I close it. I tried the fuser command on /dev/dsp and no process seems to be using it.
If I find out any more about what is happening, I'll post an update.
Best Regards, Keith
-- Greg Gulik greg@xxxxxxxxx