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 .
Printable View
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 .
You could place a modprobe statement in one of your initscripts, or compile the module into the kernel.
hello :)
for slackware its /etc/rc.d/rc.modules. you can also use /etc/rc.d/rc.local as well
that's it , thanks :D