LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   depmode not working on Fedora 8. (https://www.linuxquestions.org/questions/linux-newbie-8/depmode-not-working-on-fedora-8-a-754818/)

DineshMaurya 09-13-2009 10:04 AM

depmode not working on Fedora 8.
 
Hi,
In order to get my wireless internet connection working on my Laptop i installed the ndiswrapper. But this module is not getting loaded. When i enter the "depmode -a", it gives the error
"bash: depmode: command not found" even when i am logged in as root.

I don't know what other details i need to post with this problem as i am new to Linux.

Can anybody help me in understanding/solving this issue ?

mobinskariya 09-13-2009 10:06 AM

it is
Code:

depmod -a

karlatLQ 09-13-2009 11:17 AM

FC11?

knudfl 09-13-2009 01:28 PM

su

Then the command is /sbin/depmod -a
( /sbin/ is not in your path ).

If you instead do : su -
.. you switch to genuine 'root'
.. and have /sbin/ in your path.
.....


All times are GMT -5. The time now is 10:33 PM.