Hi Guys
I'm stuck at the same place with the same card - "modprobe: Can't locate module ndiswrapper"
How did you fix this?
It it possible to install ndiswrapper easily using apt-get instead? If I do "apt-get install ndiswrapper" it doesn't wprk, but if I do "apt-get install ndiswrapper-source" it downloads a b2z file to my /usr/src. I think something's going wrong with the make process and ndiswrapper isn't getting installed properly.
btw, I do have ndiswrapper.ko in:
/lib/modules/2.6.8-2-386/misc/ndiswrapper.ko
I've been reading this about my error message: Quote: |
There are a number of possible reasons. The module may not have been put in a place where modprobe can locate it. Or, more likely, it was built against a different kernel than the one you are using.
| How do I tell what kernel the ndiswrapper I installed was built for? or am I barking up the wrong tree? |