LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   How to load modules? (https://www.linuxquestions.org/questions/debian-26/how-to-load-modules-536312/)

Tresmius 03-10-2007 12:35 PM

How to load modules?
 
I'm getting error messages - 'x*' not found in /proc/modules
i did a little research using google, and apparently that file lists modules which are loaded, so my question is, how do i load modules? Is there a package i can download to that loads them, one i already have even, do i do it manually?
Any help much appreciated :)

puntjuh 03-10-2007 12:39 PM

using the command:

modprobe "nameofmodule"..

example:

modprobe forcedeth

You can load modules manually using this command.

My question though, when do you get your error ? During boot time?

Tresmius 03-10-2007 01:21 PM

actually, your answer was probably correct, because the error message comes up when i type modprobe "nameofmodule"
e.g when i type modprobe ndiswrapper, i get FATAL: Module ndiswrapper not found in /proc/modules
so what is causing this, and how should i resolve the problem?

Xian 03-11-2007 12:43 AM

How did you install the module?


All times are GMT -5. The time now is 02:22 AM.