According to Terry Churchill: While burning my CPU.
>
>
> On Fri, 14 May 1999 02:47:43 -0700
> [EMAIL PROTECTED] wrote:
>
> > I'm using slackware and need to configure my sound module. I'm loading
> > my isapnp support in /etc/rc.d/rc.local, and after I can log in, am
> > typing the following to get my sound card, an sb16pnp to load,
> > insmod sb io=0x220 irq=5 dma=1 dma16=5
If the sb module actaly need the io address etc, then use /etc/conf.modules
to define it and let kerneld/kmod install/uninstall it when its needed/not
needed.
A typical entry would be;
alias sound sb io=0x220 irq=5 dma=1 dma16=5
However starting isapnp in rc.local might upset kerneld/kmod as it is
started a long time before rc.local get read and executed., i am not sure
if it is nessacary to use isapnp before starting kerneld.
>
> Hi!
>
> When I was using Slackware 3.5, I put commands like this in
> /etc/modules.conf AFAIK. You could also enter it in /etc/rc.d/rc.local
>
> I hope this helps
>
>
> --
> Terry Churchill
>
> Linux is like a wigwam - no windows, no gates, apache inside!
>
--
Regards Richard.
[EMAIL PROTECTED]