Running Modules at Boot Time...

1998-05-18 Thread Jay Barbee
Hey all,

I have a question about installing modules at boot time.  it seems just having 
the aha152x module in /etc/modules is not good enough.  It gripes about 
dependency problem.  I have 'append=aha152x=0x340,11' in lilo.conf.  Once 
the system is booted up and I logon as ROOT, I can type:

insmod aha152x aha152x=0x340,11

And all is fine.  How do I load this module during bootup?

--Jay


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Running Modules at Boot Time...

1998-05-18 Thread Shaleh
Two things:

1. make sure that auto is the last line in /etc/modules.  I have seen odd
behavior otherwise.

2. if all else fails, insmod it in a script, the but the script in rc0.boot or
something.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]