#O#n 29-Aug-02, Wally Sanford wrote: > I'm trying to enable a Soundblaster PCI 127 (es1371) using Red Hat > 7.3. The various modules seemed to have compiled correctly. I read the > README and the instructions at > http://www.alsa-project.org/alsa-doc/doc-php/template.php3?company=Creative > %20Labs&card=Soundblaster%20PCI%20128&chip=ES1371&module=ens1371. > > However, when I attempt to insert the modules I get: > > [root@localhost /]# modprobe snd-ens1371 > /lib/modules/2.4.18-3/kernel/sound/pci/snd-ens1371.o: init_module: No > such device
> My /etc/modules.conf reads: > > alias sound-slot-0 es1371 Sounds like you already have the OSS driver (es1371.o) loaded. Since that driver is using the card, ALSA won't find it. Do an lsmod to confirm this. If you comment the above line out of your modules.conf, do a "depmod -a", and rmmod es1371, then the OSS driver should no longer be loaded. /Then/ try loading the ALSA drivers. :) -- Adam Jones ([EMAIL PROTECTED])(http://www.yggdrasl.demon.co.uk/) .oO("'Ulan Bator', not 'Microsoft Lan Manager'" ) PGP public key: http://www.yggdrasl.demon.co.uk/pubkey.asc ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
