Hello,
I seem to have a huge problem installing the NdisWrapper for my Wireless USB, which is Netgear WG11 v2. I installed Linux SUSE 10.1 yesterday, and it was pretty easy, until it froze on Hardware Configuration. So i had to do it manually. Anyway in order to install my Wireless, on SUSE 10.1 i had to have a driver for it, and the NdisWrapper somehow makes it work. I went to the wiki, and red the instructions. Im pretty sure i did everything right from downloading to untaring it. The commands all worked, until i got to the part where i needed to install it. is the command "make install", or "install". I was in the directory where a untared the NdisWrapper, and i said make install, but it came up with the following...
...Major:~ # cd /home/martini
Major:/home/martini # cd /downloads
-bash: cd: /downloads: No such file or directory
Major:/home/martini # cd /home/martini/Downloads
Major:/home/martini/Downloads # cd /home/martini/Downloads/ndiswrapper-1.23
Major:/home/martini/Downloads/ndiswrapper-1.23 # make install
make -C driver install
make[1]: Entering directory `/home/martini/Downloads/ndiswrapper-1.23/driver'
Can't find kernel build files in /lib/modules/2.6.16.13-4-default/build;
give the path to kernel build directory with
KBUILD=<path> argument to make
make[1]: *** [prereq_check] Error 1
make[1]: Leaving directory `/home/martini/Downloads/ndiswrapper-1.23/driver'
make: *** [install] Error 2
This is basically what i did, and it looks like im stuck. Please help me! This is very urgent!