I have used linux for about a year now and I have everything working that I need to except wireless. I had it working on Fedore Core 5 but I used something other than ndiswrapper. I have a DWL-G650 d-link card and ndiswrapper will allow me to use my windows driver to access the WAP via Linux (Fedora Core 6). I downloaded the source code from sourceforge.com and I tired to compile it and an error occured during the make process.
After being in the directory of the ndiswrapper directory and having typed:
make
ERROR:
make -C driver
make[1]: Entering directory `/root/Desktop/ndiswrapper-1.37/driver`
Can't find kernel build filed in /lib/modules/2.6.19-1.2911.fc6/build;
give the path to kernel build directory with
KBUILD=<path> argument to make
make[1]: *** [prereq_check] Error1
make[1]: Leaving Directory `/root/Desktop/ndiswrapper-1.37/driver`
make: *** [all] Error2
I'm not sure how to find out the path to the kernel build. Once I do and i type:
KBUILD=<path>
What arguments should I use?
Hopefully after I get this figured out I will be able to do the rest by my self.
:mrgreen: Thanks!:mrgreen:
