Quote:
Originally Posted by spectre
I'm running 2.6.8.1-12mdk
I also forgot to mention that I did the:
ln -s /usr/src/linux-2.6.8.1-12mdk /lib/modules/2.6.8.1-12mdk/build
as stated on the wiki.
|
Yep, that's cool.
Quote:
Originally Posted by spectre
Is there a - option on how to watch where it copies to other then the verbose mode? I tried watching that, but I can't scroll to see all of it, and from what I did see, I didn't see anything go into the /lib/modules/2.6.8.1-12mdk directory.
|
hmmm, not sure offhand. You could type "make install > output.txt 2>&1". This will capture everything to output.txt so you can parse it later. It won't display on screen, so don't panic when you see nothing. If you don't see anything obvious, paste the output to here.. or PM me with the attachment output.txt (assuming you can somehow get the file off that computer and onto the one you're using now).
The make install must throw the module into the directory. You're running the make install as root, right? make install must be done as root.
If it doesn't do it itself, maybe the make install is busted (highly unlikely, though). Look in the ndiswrapper's build directory. You may be able to find the .ko file in there. Try typing "insmod ndiswrapper.ko" That may install the module for you as well.
Good luck, let me know how it goes..