Briefly, sound-slot-0 is the kernels "generic" name for a sound card module. Its like "eth0" for ethernet cards. See Debian University for a complete rundown on modules: http://www.xnet.com/~darogers/debian_university.txt.
What this message says is that the kernel is looking for a sound card to load, there isn't one currently loaded, and nothing is aliased to sound-slot-0. You could try adding "alias sound-slot-0 es1370" to your /etc/modutils/some_sound_setup_file but if you get this message when es1370 is already loaded, then I don't think that will do any good. I have a sneaking suspicion that your es1370 module got hosed somehow. If I were in your shoes, I'd look for a way to replace the existing module with an original. dar On Fri, 15 Dec 2000, Ron Hale-Evans wrote: > I'm unable to get my SB PCI64 (es1370) card to play. It worked for a > couple of days, then quit while I was running a game in Wine. > > I've uninstalled and reinstalled the es1370 and soundcore kernel > modules several times. Right now I also have the sound and soundlow > modules installed. But every time I play a sound, the application > hangs. > > On examining syslog, I see many repetitions of the following messages: > > Dec 15 01:14:12 linnaeus modprobe: modprobe: Can't locate module sound-slot-0 > Dec 15 01:14:12 linnaeus modprobe: modprobe: Can't locate module > sound-service-0-3 > > Any idea why I'm getting these and what I can do about it? > > Thanks (yawn)... > > Ron Hale-Evans > >