I have this line: options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x31f
in my /etc/modutils/options. Note the two dma's. (After changing this file you should run update-modules.) Of course the actual numbers will probably be different for your machine, isapnptools and /proc/dma and /proc/interrupts should help with that. -chris On Wed, 9 Aug 2000, William Smith wrote: > Thanks for the help on this. > > I've done modprobe -r on sound, soundlow, soundcore, and uart401 > > When I do modprobe -a sb I get the following error > > /lib/modules/2.2.12/misc/sb.o: init_module: Device or resource busy > sound: Device or resource busy > > Then I do lsmod and the sound, soundlow, soundcore and uart401 modules are > back in there. > > Module Size Used by > uart401 5588 0 > sound 54476 0 [uart401] > soundlow 208 0 [sound] > soundcore 2100 3 [sound] > > > I cant get the sb module installed. > > Bill > > > -----Original Message----- > From: Hans > Sent: 08 August 2000 21:29 > To: William Smith; Debian-User (E-mail) > Subject: Re: SB AWE64 PnP installation on slink 2.2.12 > > > This is the ISA SB64AWE, I suppose, so did you do the isapnp setup routine > (pnpdump, editing /etc/isapnp.conf, running isapnp /etc/isapnp.conf)? > > The two modules that should be loaded are sound and sb. > Use modprobe -a sound and modprobe -a sb io=0x0220, irq=5 dma=1 dma16=5 > mpu_io=0x330 to insert those. > > Good luck. Contact me if you still have problems. > > Hans > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null >

