LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Insmod commad error (https://www.linuxquestions.org/questions/linux-hardware-18/insmod-commad-error-341451/)

arunatmac 07-08-2005 09:26 PM

Insmod commad error
 
Hi,
recently i have installed FC 4 on my Toshiba laptop. to make my wireless wrok i installed and my laptop detects the wireless card now but when i tried to load the modules using ismod command it says
bash: insmod: command not found

Please help me out.

Thank you

jrdioko 07-08-2005 10:05 PM

First, you should use modprobe instead of insmod to load kernel modules. Second, are you logged on as root and do you have the /sbin directory in your PATH (i.e. does it show up when you type "echo $PATH")? Try typing the full path to run it:

Code:

/sbin/modprobe


All times are GMT -5. The time now is 11:07 PM.