Hi all
I'm new to linux and Kunbuntu, and am trying to get my wireless nic (dell 1390) to work on my E1505.
Through research I have figured out that I need a newer ndiswrapper to accomidate the driver.
I downloaded the ndiswrapper-1.17 source, tried following the directions to compile, but get this error when I try to run make...
make -C driver
make[1]: Entering directory `/home/brian/ndiswrapper-1.17/driver'
Can't find kernel build files in /lib/modules/2.6.15-23-386/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/brian/ndiswrapper-1.17/driver'
make: *** [all] Error 2
Any ideas on what to do to get past this?
I'm new to linux and Kunbuntu, and am trying to get my wireless nic (dell 1390) to work on my E1505.
Through research I have figured out that I need a newer ndiswrapper to accomidate the driver.
I downloaded the ndiswrapper-1.17 source, tried following the directions to compile, but get this error when I try to run make...
make -C driver
make[1]: Entering directory `/home/brian/ndiswrapper-1.17/driver'
Can't find kernel build files in /lib/modules/2.6.15-23-386/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/brian/ndiswrapper-1.17/driver'
make: *** [all] Error 2
Any ideas on what to do to get past this?
Comment