Results 1 to 3 of 3
I am running Fedora 7 and trying to get madwifi up and running. The documentation for it says "To load the driver module, type:"
Code:
modprobe ath_pci
I tried to ...
- 03-31-2008 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 20
Computer unable to recognize 'modprobe'
I am running Fedora 7 and trying to get madwifi up and running. The documentation for it says "To load the driver module, type:"
I tried to do that, and here is what happened:Code:modprobe ath_pci
What do I do from here?Code:modprobe ath_pci bash: modprobe: command not found

Thanks
- 03-31-2008 #2
You need to be root in order to load modules. You should switch to root using the "su -" command. If you just use su, then you need to enter the full path e.g. /sbin/modprobe.
- 03-31-2008 #3Just Joined!
- Join Date
- Sep 2007
- Posts
- 20
Thanks a lot. That looks like it worked!


Reply With Quote
