LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   help Me about modoles in slax (https://www.linuxquestions.org/questions/linux-newbie-8/help-me-about-modoles-in-slax-525492/)

hrodric 02-04-2007 11:07 AM

help Me about modoles in slax
 
is there anyone guide me to unistall modoles in slax please:)

lanmanners 02-04-2007 12:58 PM

How to disable modules from loading
 
Hi, did you mean "modules"?

Since modules are part of the kernel, it is most recommended to leave them installed (assuming you want to delte them completely). You can uninstall modules from memory by typing:

Code:

rmmod <modulename>
Then, you can edit the file /etc/rc.d/rc.modules and comment out the modules that you do not want loaded (just put a # before the line). This way, the module will not be reloaded after restarting the system.

--LM

hrodric 02-05-2007 10:43 AM

I'am no refer that modules I refer to modules when you install programs example firefox
if you dont have clear idea of this modules in this link you will see

http://www.slax.org/modules.php

thanks
:)
Quote:

Originally Posted by lanmanners
Hi, did you mean "modules"?

Since modules are part of the kernel, it is most recommended to leave them installed (assuming you want to delte them completely). You can uninstall modules from memory by typing:

Code:

rmmod <modulename>
Then, you can edit the file /etc/rc.d/rc.modules and comment out the modules that you do not want loaded (just put a # before the line). This way, the module will not be reloaded after restarting the system.

--LM



All times are GMT -5. The time now is 02:16 PM.