cant compile Ndiswrapper
cant compile Ndiswrapper
i have installed the 2.6.29.2-rt11 Kernel and Headers.
can anybody give me a help. i allready googled but not found anything.
OUTPUT:
----------------------------
fabio@host:~/Desktop/ndiswrapper-1.54$ make
make -C driver
make[1]: Entering directory `/home/fabio/Desktop/ndiswrapper-1.54/driver'
make -C /usr/src/linux-headers-2.6.29.2-rt11.2b3.090503 M=/home/fabio/Desktop/ndiswrapper-1.54/driver
make[2]: Entering directory `/usr/src/linux-headers-2.6.29.2-rt11.2b3.090503'
/usr/src/linux-headers-2.6.29.2-rt11.2b3.090503/arch/x86/Makefile:41: /usr/src/linux-headers-2.6.29.2-rt11.2b3.090503/arch/x86/Makefile_32.cpu: No such file or directory
make[2]: *** No rule to make target `/usr/src/linux-headers-2.6.29.2-rt11.2b3.090503/arch/x86/Makefile_32.cpu'. Stop.
make[2]: Leaving directory `/usr/src/linux-headers-2.6.29.2-rt11.2b3.090503'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/fabio/Desktop/ndiswrapper-1.54/driver'
make: *** [all] Error 2
fabio@host:~/Desktop/ndiswrapper-1.54$
-----------------------------

i mean, i do not understand
is nobody using wireless
no, i gave it up that
f_ck
capoeira, did you fix your
thanks, skullnotions. i will
Downloaded 2.6.26
Makefile_32.cpu
.config
.config is a hidden file.
First run the following command to make sure it really is not there:
ls -a /lib/modules/`uname -r`/build
Adding -a option shows hidden files as well.
If not, to get the .config in there (by force) do the following:
sudo cp /boot/config-`uname -r` /lib/modules/`uname -r`/build/.config
Then try again.
OK
the read-me file says this
the read-me file says this:
-------------------
Prerequisites
You need a recent kernel, at least 2.6.16, with header files for the
kernel. Make sure there is a link to the kernel source from the modules
directory. The command
ls /lib/modules/`uname -r`/build
should have at least 'include' directory and '.config' file.
...................
it does list a "include" directory but no ".config" file. what do i do here?