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 like, if someone could share it with me.  Mine has, um, "evolved"
from 6.0, the earliest Red Hat on this machine.

John

-------------------------

alias eth0 3c59x 
alias parport_lowlevel parport_pc 
# added 2/19  jpv
# added next lines 4/16/00 jpv
# per CD-Writing HOWTO
# install ide-scsi
options ide-cd ignore='hcd hdd' 
alias scd0 sr_mod #            load sr_mod upon access of scd0
alias scd1 sr_mod #            load sr_mod upon access of scd1
pre-install sg       modprobe ide-scsi #            before sg, load ide-scsi
pre-install sr_mod   modprobe ide-scsi #            before sr_mod, load ide-scsi
# End of lines added per CD-Writing HOWTO
alias sound-slot-0 es1371 
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || : 
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || : 
# Next lines added 3/6/02 to enable usb.
alias usb uhci
post-install uhci modprobe printer
post-install printer modprobe joydev
post-install joydev modprobe hid
# End usb entries


On 05/24/02, 10:02:55AM -0700, Gordon Messmer wrote:
> On Thu, 2002-05-23 at 16:45, John P Verel wrote:
> > 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?
> 
> If you have it configured properly (which should be done out of the box)
> there will be the line:
> alias usb-controller usb-uhci
> in /etc/modules.conf.  The RH init scripts will load the module during
> the boot sequence.  It should be installed in time for anything listed
> in /etc/fstab to be mounted.
> 
> 
> 
> 
> 
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
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

Reply via email to