Hi
All,
I am relatively new to Linux and am facing problems while trying to install the alsa drivers for my sound card The computer is a P- II processor with Yamaha OPL3-SA3 sound card. I used the following rpms alsa-driver-0.9.2-fr1.i386.rpm alsa-utils-0.9.2-fr1.i386.rpm alsa-kernel-0.9.2-fr1_2.4.18_27.8.0.i686.rpm alsa-lib-0.9.2-fr1.i386.rpm alsa-lib-devel-0.9.2-fr1.i386.rpm I followed the instructions given at http://freshrpms.net/docs/alsa/ to istall the driver , kernel , lib and lib-devel and finally the utils packages Then I edited the modules.conf file as given below alias parport_lowlevel parport_pc alias eth0 eepro100 alias usb-controller usb-uhci alias sound-slot-0 ad1848 # ALSA portion alias char-major-116 snd alias snd-card-0 snd-opl3sa2 # 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 After this when I try running the modprobe command i am getting the following error [EMAIL PROTECTED] sbin]# /sbin/modprobe snd-opl3sa2;/sbin/modprobe snd-pcm-oss;/sbin/modprobe snd-mixer-oss;/sbin/modprobe snd-seq-oss modprobe: Can't locate module snd-opl3sa2 modprobe: Can't locate module snd-pcm-oss modprobe: Can't locate module snd-mixer-oss modprobe: Can't locate module snd-seq-oss Could anyone help me out. Thanks Rakhin |