Results 1 to 4 of 4
i need to insert module on every boot so i don;t want to do it manually , in Debian i just had to put the name of the module ( ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-07-2005 #1Just Joined!
- Join Date
- Jan 2005
- Posts
- 22
module inserting
i need to insert module on every boot so i don;t want to do it manually , in Debian i just had to put the name of the module ( in my case svgalib_helper ) in /etc/modules , but it doesn't seem to work in Slackware .
- 02-07-2005 #2
You could place a modprobe statement in one of your initscripts, or compile the module into the kernel.
- 02-09-2005 #3Just Joined!
- Join Date
- Sep 2004
- Posts
- 13
hello

for slackware its /etc/rc.d/rc.modules. you can also use /etc/rc.d/rc.local as well
- 02-09-2005 #4Just Joined!
- Join Date
- Jan 2005
- Posts
- 22
that's it , thanks


Reply With Quote
