On Wednesday, June 16, 1999 10:42 PM, Mark Wagnon [SMTP:[EMAIL PROTECTED]
wrote:
> Brad wrote:
> > On my system, i put a script in /etc/init.d to automatically insert the
> > proper sound modules on boot (after isapnp runs and configures the card)
> 
> would you mind sharing your script? I took a loot at those in init.d
> (most specifically that of xfstt) and I think I need some guidance
> before I try to write my own. 

I hate to poke in like this, and I am not an authoritative source, but isn't
this the wrong way to go about it? The following is what I gleaned from the
docs- could someone please tell me if I'm doing this in a way that will get
hosed when I do Debian updates?

/etc/modules: (added these lines to existing file)
sound
uart401
sb
awe_wave

/etc/modutils/soundblaster (new file I added)
options sound dmabuf=1
options sb io=0x220 irq=5 dma=1 dma16=5

Then run update-modules, which goes through the /etc/modutils directory to
build up the /etc/conf.modules file.

Thanks!
Jonathan

Reply via email to