In response to question 1, it's not really all the important for
most things. I use /etc/rc.d/rc.local. Just need it in some startup
script.
As for question 3, (as I understand it) it's only necessary if
kerneld has not had a request (am I using the right terminology here?) for
the module (such as a 3c59x module being loaded when the ifconfig command
is run on an interface) or you haven't configured any options the module
might require. (This is the case in my setup, because I was too lazy to do
so :)) After reading your last response, I looked up how to set up
conf.modules. Therein is my answer to question 2.
Here's my conf.modules file:
------------------------------------------
alias net-pf-3 off
alias net-pf-4 off
alias net-pf-5 off
options cs4232 io=0x534 irq=5 dma=1 dma2=0
------------------------------------------
The net-pf-x lines are unrelated to this case. The important line
is obviously the cs4232 options line. This line is what kerneld will look
at when it loads the cs4232 module, equivalent to my earlier insmod
command. This way, however, is much shorter. After setting your options
line in /etc/conf.modules, all you need to do is add a line in
/etc/rc.d/rc.local (or the like) like this: "/sbin/modprobe -a cs4232".
Viola. :) HTH
Matt
-----------------------------------------------------------
Matt Housh email: [EMAIL PROTECTED]
MicroComputer Specialist University of Tulsa
Engineering and Natural Sciences
"Pardon me, stewardess. I speak Jive."
On 18 May 1998, Jake Colman wrote:
>
> I've got some modules-related questions:
>
> 1) If I need to manually insert some modules following boot where is the
> appropriate place to place the insmod commands?
>
> 2) What is the conf.modules used for? Is it required?
>
> 3) Why is it ever necessary to execute insmod commands? Isn't kmod (in 2.1.x
> kernels) or kerneld (in 2.0.x kernels) supposed to load modules as needed?
>
> --
> Jake Colman
>
> Principia Partners LLC Phone: (201) 946-0300
> Harborside Financial Center Fax: (201) 946-0320
> 902 Plaza II Beeper: (800) 505-2795
> Jersey City, NJ 07311 E-mail: [EMAIL PROTECTED]
> E-mail: [EMAIL PROTECTED]
> web: http://www.ppllc.com
>
>
> --
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
> To unsubscribe: mail [EMAIL PROTECTED] with
> "unsubscribe" as the Subject.
>
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.