[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: What is correct way to load modules before file systems are mounted?
- From: ABrady <kcsmart kc rr com>
- To: redhat-list redhat com
- Subject: Re: What is correct way to load modules before file systems are mounted?
- Date: Sat May 25 01:45:01 2002
On Fri, 24 May 2002 16:12:19 -0400
John P Verel <jverel optonline net> 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 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
Here's mine in its entirety, USB and all:
alias parport_lowlevel parport_pc
alias eth0 3c59x
alias eth1 tulip
alias scsi_hostadapter aic7xxx
alias usb-controller usb-uhci
alias sound-slot-0 sb
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 || :
Sorry about the wrap. But all that LOOK like they are wrapped ARE
wrapped.
--
Failure is not an option. It comes bundled with your Microsoft product.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]