Results 1 to 3 of 3
I'm trying to configure ndiswrapper but when I run
Code:
modprobe ndiswrapper
it says
Code:
FATAL: Module ndiswrapper not found.
I know it needs usbcore so I run
Code:
modinfo ...
- 11-08-2009 #1Just Joined!
- Join Date
- Nov 2008
- Posts
- 27
FATAL: Module usbcore not found.
I'm trying to configure ndiswrapper but when I run
it saysCode:modprobe ndiswrapper
I know it needs usbcore so I runCode:FATAL: Module ndiswrapper not found.
So How should I get usbcore working? Any help appreciated, thank you.Code:modinfo usbcore modinfo: could not find module usbcore
- 11-09-2009 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Assuming you are running a relatively recent version of Fedora or RHEL/CentOS, then the core usb modules you need are automatically installed in your system. You need to install ndiswrapper, which is not necessarily installed by default.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 11-09-2009 #3Just Joined!
- Join Date
- Nov 2008
- Posts
- 27
I have ndiswrapper installed already, I am running Fedora 11


Reply With Quote