On Sat, 14 Nov 1998, Paul McDermott wrote: > Hello everyone, I just got kernel 2.1.128 up and running. I am loading > sound as a module. When I try to cat something to the device I get this > error message: > > [paul:~/multimedia/next-gen]$ cat youronbd.au > /dev/audio > bash: /dev/audio: Operation not supported by device > > tail of /var/log/kern.log shows: > Nov 14 23:09:48 data kernel: Soundblaster audio driver Copyright (C) by > Hannu Savolainen 1993-1996 > Nov 14 23:09:48 data kernel: sb: dsp reset failed. > > > lsmod shows: > Module Size Used by > uart401 5696 0 > sound 58064 0 (autoclean) [uart401] > soundcore 2120 3 (autoclean) [sound] > > I know that sb.o is not loaded. If I try to load it it say the the device > or resource is busy. > You need to specify the options to sb
Here's what I use to get mine loaded (after running isapnp insmod soundcore insmod sound insmod opl3 insmod uart401 insmod sb io=0x220 irq=5 dma=1 mpu_io=0x330 insmod adlib_card io=0x388 Mark [EMAIL PROTECTED]