Results 1 to 2 of 2
I am a newbie and I am trying to install the ndiswrapper on my compaq m700 laptop, but when I try to do "make install" I get the following error.
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-24-2004 #1Just Joined!
- Join Date
- Sep 2004
- Posts
- 1
ndiswrapper
I am a newbie and I am trying to install the ndiswrapper on my compaq m700 laptop, but when I try to do "make install" I get the following error.
Any help??Code:make[1]: Entering directory `/usr/src/ndiswrapper-0.10/driver' make -C /lib/modules/2.6.8.1-2-386/build SUBDIRS=/usr/src/ndiswrapper-0.10/driver \ NDISWRAPPER_VERSION=0.10 \ EXTRA_VERSION= modules make: *** /lib/modules/2.6.8.1-2-386/build: No such file or directory. Stop. make: Entering an unknown directorymake: Leaving an unknown directorymake[1]: *** [default] Error 2 make[1]: Leaving directory `/usr/src/ndiswrapper-0.10/driver' make: *** [install] Error 2 newpc:/usr/src/ndiswrapper-0.10# dir AUTHORS INSTALL README driver ndiswrapper.spec.in version ChangeLog Makefile debian ndiswrapper.8 utils
- 09-24-2004 #2Just Joined!
- Join Date
- Sep 2004
- Location
- San Fran, CA USA
- Posts
- 22
The error message is pretty self explanatory.
The make rules require some directory, and it can't find it. So the output "No such file or directory. Stop"
In general, anytime you download new source code or software the files README and INSTALL (and any variation of) are usually very helpful (and in this case explain what needs to be done).
Anyhoo,
you need to ln -s /pathtokernelsrc /lib/modules/kernelversion/build
and of course a requirement to this is that you have the source code installed.
Good luck.


Reply With Quote
