Re: What is correct way to load modules before file systems are mounted?

2002-05-25 Thread John P Verel
Thanks! On 05/25/02, 12:43:00AM -0500, ABrady wrote: > Here's mine in its entirety, USB and all. -- John P. Verel Living Proof That Low Tech Beats High Tech! ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinf

Re: What is correct way to load modules before file systems are mounted?

2002-05-24 Thread ABrady
On Fri, 24 May 2002 16:12:19 -0400 John P Verel <[EMAIL PROTECTED]> wrote: > Gordon, > > My modules.conf is below. It has evolved over some time (haven't we > all;) You'll note the alisa usb uhci line which I added earlier this > year. Either I made a mistake with the entry or this option chan

Re: What is correct way to load modules before file systems are mounted?

2002-05-24 Thread John P Verel
BTW, upon inspection of /etc/rc.d/rc.init, I see how this works. -- John P. Verel Living Proof That Low Tech Beats High Tech! ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: What is correct way to load modules before file systems are mounted?

2002-05-24 Thread John P Verel
Gordon, My modules.conf is below. It has evolved over some time (haven't we all ;) You'll note the alisa usb uhci line which I added earlier this year. Either I made a mistake with the entry or this option changed? I'd be interested in seeing what an "out-of-the-box" modules.conf file looks li

What is correct way to load modules before file systems are mounted?

2002-05-23 Thread John P Verel
I have to do the following: load the module usb-uhci mount the usbdevfs on /proc/bus/usb. How do I get the module to load before mount is invoked? At the moment, I'm doing the above in /etc/rc.d/rc.local, which strikes me as the wrong way to go about it. Thanks. John -- John P. Verel Living