Results 1 to 3 of 3
im trying to run ndiswrapper to setup my wireless network card, but im stuck. i can unpack the file but get the following when i go to make.
[Boblet@localhost ndiswrapper-1.28]$ ...
- 11-17-2006 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 3
Fedora core 6 kernel help
im trying to run ndiswrapper to setup my wireless network card, but im stuck. i can unpack the file but get the following when i go to make.
[Boblet@localhost ndiswrapper-1.28]$ make
make -C driver
make[1]: Entering directory `/home/Boblet/Desktop/ndiswrapper-1.28/driver'
Can't find kernel build files in /lib/modules/2.6.18-1.2849.fc6xen/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/Boblet/Desktop/ndiswrapper-1.28/driver'
make: *** [all] Error 2
ive downloaded what i think is my kernel source code (2.6.18?) but i dont know where to put it to make the build file link work? any help much appreciated
- 11-17-2006 #2Just Joined!
- Join Date
- Oct 2006
- Posts
- 25
if you installed your kernel-source (rpm if redhat) it will put the files to /usr/src/linux .
If you didnt already do so, create a symlink as described in the ndiswrapper wiki.
http://ndiswrapper.sourceforge.net/m...p/Installation
- 11-19-2006 #3Just Joined!
- Join Date
- Nov 2006
- Posts
- 3
ok ive looked in my lib/module file and i have the follwing,
2.6.18-1.2849.fc6xen
2.6.18-1.2798.fc6xen
2.6.18-1.2849.fc6
what is my kernel version?
i tried to create a symlink but got no such file or directory
ln -s /usr/src/linux- <2.6.18-1.2849.fc6xen> /lib/modules/VERSION/build
bash: 2.6.18-1.2849.fc6: No such file or directory


Reply With Quote