On 15-May-00 Ray Parish opined:
> I have an old 486 (non plug and play bios) and I need the module 3c509
> loaded before all the daemons load. I have messed around with depmod,
> modprobe, /etc/conf.modules
> 
> How can I have the system load that module everytime before the system tries
> to bring up the daemons?
> 
> Thanks
> 
> Ray
> 
> (I just put modprobe -k 3c509 in the /etc/rc.d/rc.sysinit right before the
> system tries to load the module dependencies.)

Try at a bootprompt:

        linux 3c509=<parameters>

If that works, add to lilo.conf:

        append="3c509=<parameters>"

In both cases, substitute the proper IRQ, IO or any other settings you can
provide.

---
Excuse my english. I went to US public school.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to