Link to home
Start Free TrialLog in
Avatar of andrewyu
andrewyu

asked on

module

As I can specific the modules load at system boot up time at /etc/modules/'uname -r'/'uname -v'.default, but, it seems that I cannot specify the parameter of those modules there ! As a result, where can I specify the parameter of the modules ?

Andrew
Avatar of dochench
dochench

I'm not sure i'm understanding your question right, but either way, this may help you out. After recompiling my kernel, It was not finding the IPX and Appletalk modules because I didn't compile them in or as modules. So, I went into the /etc/bashrc (your mileage may vary depending upon distro) and aliased them out..
example
alias net-pf-4 off
alias net-pf-5 off

you may be able to alias it to include whatever options you are wanting.

If this isn't at all what you are wanting, sorry, just a comment. ;)
Hench.

Avatar of andrewyu

ASKER

As I know, there is a file (/etc/modules/'uname -r'/'uname -v'.default) in Caldera OpenLinux 1.3 storing a list of modules load at bootup time, but, how can I declare the parameter pass to those modules in the list ?

Andrew
ASKER CERTIFIED SOLUTION
Avatar of jprohart
jprohart

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you very much and I will try it a little bit later !

Andrew