Sound Card Driver
I did a search on this and found some information, but I have another question. I just installed Slackware8.1 the other day, but I'm having some trouble with my sound card. When I startx I get the following error prompt:
Error while initializing the sound driver:
device /dev/dsp can't be opened(No such device)
The sound server will continue, using the null output device.
I'm not sure what this means, am I supposed to create the file? I issued the lspci command and got the following information for my sound card:
Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 09)
So I looked in /lib/modules/2.5.48/kernel and I found the es1371.o module sitting there. So I tried modprobe es1371.o and I got the following error:
modprobe: Can't open dependencies file /lib/modules/2.5.48/modules.dep (No such file or directory)
Am I missing something here perhaps the modules.dep file? When I was getting ready to compile the kernel and did a make dep - it returned pretty quickly. Does anyone know what's going on here? Thanks for your help.
|