pablo paul
11th April 2006, 12:13 AM
Hi Guy's,
I'm a having real trouble getting ndiswrapper to compile. I've googled myself to death and just can't figure out what to do next (or what i've done already).
I downloaded the latest source for the ndiswrapper website and followed the instructions in the wiki. when i did the make i got a few errors one being the 4K stack issue and also an error that it couldn't find the source kernel.
make -C driver
make[1]: Entering directory `/root/ndiswrapper/ndiswrapper-1.12/driver'
Can't find kernel build files in /lib/modules/2.6.16-1.2080_FC5.stk16/build;
give the path to kernel build directory with
KBUILD=<path> argument to make
make[1]: *** [prereq_check] Error 1
make[1]: Leaving directory `/root/ndiswrapper/ndiswrapper-1.12/driver'
make: *** [all] Error 2
I downloaded a 16k stack kernel (and source) and installed them. The Kernel warnings went away but it still wouldn't make. when i checked /lib/modules/2.6.16-1.2080_FC5.stk16/build the link was broken. So i downloaded the kernel source (i think from kernel.org!! i couldn't figure out where the original source went) and put it here /usr/src/linux-2.6.16.1 and then linked the two. I did a make and it failed again with the same error.
I'm completely lost and thinking about throwing the laptop against the wall. ANY help for a completely confused newbie would be appreciated.
I'm a having real trouble getting ndiswrapper to compile. I've googled myself to death and just can't figure out what to do next (or what i've done already).
I downloaded the latest source for the ndiswrapper website and followed the instructions in the wiki. when i did the make i got a few errors one being the 4K stack issue and also an error that it couldn't find the source kernel.
make -C driver
make[1]: Entering directory `/root/ndiswrapper/ndiswrapper-1.12/driver'
Can't find kernel build files in /lib/modules/2.6.16-1.2080_FC5.stk16/build;
give the path to kernel build directory with
KBUILD=<path> argument to make
make[1]: *** [prereq_check] Error 1
make[1]: Leaving directory `/root/ndiswrapper/ndiswrapper-1.12/driver'
make: *** [all] Error 2
I downloaded a 16k stack kernel (and source) and installed them. The Kernel warnings went away but it still wouldn't make. when i checked /lib/modules/2.6.16-1.2080_FC5.stk16/build the link was broken. So i downloaded the kernel source (i think from kernel.org!! i couldn't figure out where the original source went) and put it here /usr/src/linux-2.6.16.1 and then linked the two. I did a make and it failed again with the same error.
I'm completely lost and thinking about throwing the laptop against the wall. ANY help for a completely confused newbie would be appreciated.