Results 1 to 3 of 3
How do I install a module during bootup of linux? I'd like to insert these into the boot sequence so that they are installed auotmatically:
code:
insmod pctel
insmod ptserial...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-04-2003 #1Just Joined!
- Join Date
- Jun 2003
- Posts
- 20
Install module automatically
How do I install a module during bootup of linux? I'd like to insert these into the boot sequence so that they are installed auotmatically:
code:
insmod pctel
insmod ptserial
- 08-04-2003 #2Just Joined!
- Join Date
- Oct 2002
- Posts
- 45
You'll need to edit /etc/modules.conf, but I'm not exactly sure what you should add. Check the man pages...
- 08-04-2003 #3Linux User
- Join Date
- Feb 2003
- Location
- Norway, Asker
- Posts
- 267
If you use slackware (dunno about other distro's) put those two in /etc/rc.d/rc.modules


Reply With Quote
