LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installing Ndiswrapper-1.11 (https://www.linuxquestions.org/questions/linux-software-2/installing-ndiswrapper-1-11-a-430764/)

PLFaBiaN5 04-01-2006 05:23 PM

Installing Ndiswrapper-1.11
 
while installing in the terminal i get this message

make -C driver install
make[1]: Entering directory `/home/user/Documents/ndiswrapper-1.11/driver'
Can't find kernel build files in /lib/modules/2.6.13-15-smp/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/user/Documents/ndiswrapper-1.11/driver'
make: *** [install] Error 2

any help appreciated..

Lenard 04-01-2006 05:44 PM

Install the kernel source code to the 'Textbook Classic' location which is someplace like '/usr/src/linux-2.6.13' or let the makefile know where the kernel source is as suggested;

make KBUILD=/my/path/to/the/kernel/source/files

PLFaBiaN5 04-01-2006 06:09 PM

i am new at this...but how can i find out where are my kernel source files...thx

Lenard 04-01-2006 07:01 PM

And which of the many, many distributions of Linux do you have????
Some provide the kernel source during the installation process some do not.

It seems yours does not if based on Red Hat (Fedora Core 3/4/5 counts as this) then download the src.rpm file for your kernel. Instructions to get and prep the kernel source are here; http://fedora.redhat.com/docs/releas...ata/#sn-kernel

PLFaBiaN5 04-01-2006 07:11 PM

I have suse 10 pro


All times are GMT -5. The time now is 01:47 AM.