NdisWrapper: Can't find the kernel sources
Please can some kind person help me with this problem as it's driving me nuts!
I've been trying to follow the instructions in this thread to install my Linksys WMP54G WLAN card: http://www.linuxforums.org/forum/top...ghlight=wmp54g
But I'm getting this error when I try to 'make' the package
Code:
[root@r2d2 ndiswrapper-1.1]# make
make -C driver
make[1]: Entering directory `/home/ben/downloaded/ndiswrapper-1.1/driver'
Can't find kernel sources in /lib/modules/2.6.8.1-12mdk/build;
give the path to kernel sources with KSRC=<path> argument to make
make[1]: *** [prereq_check] Error 1
make[1]: Leaving directory `/home/ben/downloaded/ndiswrapper-1.1/driver'
make: *** [all] Error 2
I ran su root and then this command:
Code:
ln -s /usr/src/linux-2.6.8.1-12mdk /lib/modules/2.6.8.1-12mdk/build
The command did not return any errors. I have checked and these paths do exist. I have also followed the instructions in this link: http://ndiswrapper.sourceforge.net/p.../Mandrake 10.1 and tried 'make' again but the same thing happens. Where am I going wrong? Is the syntax of my ln statement correct?
My pc is running mandrake 10.1, it's a P3 DELL desktop. Please can someone help me because this is starting to drive me up the wall!!