Comment 9 for bug 1023645

Revision history for this message
Roger Olivé (bluemanro1991) wrote :

Yes, it is the same version I used to generate the module.

I don't see anything special in your make.log. It's very similar to the one generated by my computer. There are no errors. The compilation process looks fine, but however it doesn't seem to find the binary after the process...

I may know the origin of your problem, and if it's the case, then it's my fault because I didn't detail enough the steps to follow! ;)

I observed that inside the build folder, you have another folder called "driver", and the source files are inside that folder according to the log. I assume this is because you extracted the WHOLE tarball inside the "/usr/src/ndiswrapper-1.58/" path.

If I guessed it right, do the following: copy ONLY the content of this "driver" subfolder inside "/usr/src/ndiswrapper-1.58" directly. No subfolders. And forget the rest of the content provided by the ndiswrapper tarball. Only the sources from the driver subfolder and the dkms.conf must remain.

Then try to build the module again. Let me know if it works. If that's the case I will update the steps of the other post to make them easier to follow by other people. :)