Hello,
OK, upon further research into my problems with the Ensoniq es1371 card, I found a post refering me to:
http://www.alsa-project.org/alsa-doc/ (under nu sound...
thread). I read over and followed the directions for the es1371 card and downloaded and installed the drivers, the libraries and utils. I inserted the modules into the kernel, but on the last module (snd-seq-oss) I got this error:
linux:/home/downloads/alsa-utils-1.0.9rc3# modprobe snd-seq-oss
insmod: /lib/modules/2.4.27-2-386/kernel/sound/acore/seq/snd-seq.o: No such file or directory
insmod: insmod /lib/modules/2.4.27-2-386/kernel/sound/acore/seq/snd-seq.o failed
insmod: insmod snd-seq-oss failed
I looked into the directory
/lib/modules/2.4.27-2-386/kernel/sound/acore/seq/ and there is a directory
oss that contains no files. However, when I try to locate the file snd-seq.o I get:
linux:# locate snd-seq.o
/lib/modules/2.4.27-2-386/kernel/sound/acore/seq/snd-seq.o
/usr/src/alsa/modules/alsa-driver/acore/seq/snd-seq.o
/usr/src/alsa/modules/alsa-driver/modules/snd-seq.o
So I'm not sure what's happening there. Actually, when I do modprobe snd-seq-oss I now get:
linux:# modprobe snd-seq-oss
modprobe: Can't locate module snd-seq-oss
linux:# locate snd-seq-oss
/lib/modules/2.4.27-2-386/kernel/sound/acore/seq/oss/snd-seq-oss.o
/lib/modules/2.6.8-2-686/kernel/sound/core/seq/oss/snd-seq-oss.ko
/usr/src/alsa/modules/alsa-driver/acore/seq/oss/snd-seq-oss.o
/usr/src/alsa/modules/alsa-driver/modules/snd-seq-oss.o
So, it appears to be there, but isn't being recognized (I've tried using the full path names, i.e.
linux;# modprobe /lib/modules/2.4.27-2-386/kernel/sound/acore/seq/oss/snd-seq-oss.o)
I also made the file
/etc/modutils/alsa with this information:
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-ens1371
# module options should go here
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
I figured it wouldn't work because of the snd-seq-oss module failure, but I then set the sound volumes using alsamiser and still got no sound. Not sure what else to do, if anyone has any ideas, please let me know, I much appreciate it.
Thank you