vectorl33t
2006-05-14, 10:56 PM CDT
Hi, i have tried everything...i swear to god....EVERYTHING.. and i cannot get ndiswrapper compiled.my error is :
//*****************************************
[root@localhost ndiswrapper-1.16]# make install KBUILD=/usr/src/kernels/2.6.15-1.2054_FC5
make -C driver install
make[1]: Entering directory `/media/flashdisk/ndiswrapper-1.16/driver'
Can't find kernel build files in /usr/src/kernels/2.6.15-1.2054_FC5;
give the path to kernel build directory with
KBUILD=<path> argument to make
make[1]: *** [prereq_check] Error 1
make[1]: Leaving directory `/media/flashdisk/ndiswrapper-1.16/driver'
make: *** [install] Error 2
[root@localhost ndiswrapper-1.16]# make install KBUILD=/usr/src/kernels/2.6.15-1.2054_FC5/
make -C driver install
make[1]: Entering directory `/media/flashdisk/ndiswrapper-1.16/driver'
Can't find kernel build files in /usr/src/kernels/2.6.15-1.2054_FC5/;
give the path to kernel build directory with
KBUILD=<path> argument to make
make[1]: *** [prereq_check] Error 1
make[1]: Leaving directory `/media/flashdisk/ndiswrapper-1.16/driver'
make: *** [install] Error 2
[root@localhost ndiswrapper-1.16]# make KBUILD=/usr/src/kernels/2.6.15-1.2054_FC5/
make -C driver
make[1]: Entering directory `/media/flashdisk/ndiswrapper-1.16/driver'
Can't find kernel build files in /usr/src/kernels/2.6.15-1.2054_FC5/;
give the path to kernel build directory with
KBUILD=<path> argument to make
make[1]: *** [prereq_check] Error 1
make[1]: Leaving directory `/media/flashdisk/ndiswrapper-1.16/driver'
make: *** [all] Error 2
[root@localhost ndiswrapper-1.16]# ln -s /usr/src/2.6.15-1.2054_FC5 /lib/modules/2.6.15-1.2054_FC5/build
ln: creating symbolic link `/lib/modules/2.6.15-1.2054_FC5/build' to `/usr/src/2.6.15-1.2054_FC5': File exists
[root@localhost ndiswrapper-1.16]# ln -s /usr/src/2.6.15-1.2054_FC5/ /lib/modules/2.6.15-1.2054_FC5/build
ln: creating symbolic link `/lib/modules/2.6.15-1.2054_FC5/build' to `/usr/src/2.6.15-1.2054_FC5/': File exists
[root@localhost ndiswrapper-1.16]#
//************************************************** ******************
when i do yum install kernel-devel i get the errror:
//********************************************
[root@localhost ~]# yum install kmod-ndiswrapper
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
core [1/3]
Cannot find a valid baseurl for repo: core
Error: Cannot find a valid baseurl for repo: core
//**********************************************
i tried using ln -s to create a symbolic link from lib/modules/2.6.15-1.2054_FC5/ to /usr/src/2.6.15-1.2054_FC5/ and i get
File Exists
i've tried updateing my kernel, but that always fails and doesnt boot up correctly, i just get a black screen.
and the other thing, i dont no how to install kernel devel from the add/remove apps tool. because it always tells me it could not compile a list of programs or something like that and it closes out. I really need help as im sick of windows and want to switch to linux. any help is appreciated.
//*****************************************
[root@localhost ndiswrapper-1.16]# make install KBUILD=/usr/src/kernels/2.6.15-1.2054_FC5
make -C driver install
make[1]: Entering directory `/media/flashdisk/ndiswrapper-1.16/driver'
Can't find kernel build files in /usr/src/kernels/2.6.15-1.2054_FC5;
give the path to kernel build directory with
KBUILD=<path> argument to make
make[1]: *** [prereq_check] Error 1
make[1]: Leaving directory `/media/flashdisk/ndiswrapper-1.16/driver'
make: *** [install] Error 2
[root@localhost ndiswrapper-1.16]# make install KBUILD=/usr/src/kernels/2.6.15-1.2054_FC5/
make -C driver install
make[1]: Entering directory `/media/flashdisk/ndiswrapper-1.16/driver'
Can't find kernel build files in /usr/src/kernels/2.6.15-1.2054_FC5/;
give the path to kernel build directory with
KBUILD=<path> argument to make
make[1]: *** [prereq_check] Error 1
make[1]: Leaving directory `/media/flashdisk/ndiswrapper-1.16/driver'
make: *** [install] Error 2
[root@localhost ndiswrapper-1.16]# make KBUILD=/usr/src/kernels/2.6.15-1.2054_FC5/
make -C driver
make[1]: Entering directory `/media/flashdisk/ndiswrapper-1.16/driver'
Can't find kernel build files in /usr/src/kernels/2.6.15-1.2054_FC5/;
give the path to kernel build directory with
KBUILD=<path> argument to make
make[1]: *** [prereq_check] Error 1
make[1]: Leaving directory `/media/flashdisk/ndiswrapper-1.16/driver'
make: *** [all] Error 2
[root@localhost ndiswrapper-1.16]# ln -s /usr/src/2.6.15-1.2054_FC5 /lib/modules/2.6.15-1.2054_FC5/build
ln: creating symbolic link `/lib/modules/2.6.15-1.2054_FC5/build' to `/usr/src/2.6.15-1.2054_FC5': File exists
[root@localhost ndiswrapper-1.16]# ln -s /usr/src/2.6.15-1.2054_FC5/ /lib/modules/2.6.15-1.2054_FC5/build
ln: creating symbolic link `/lib/modules/2.6.15-1.2054_FC5/build' to `/usr/src/2.6.15-1.2054_FC5/': File exists
[root@localhost ndiswrapper-1.16]#
//************************************************** ******************
when i do yum install kernel-devel i get the errror:
//********************************************
[root@localhost ~]# yum install kmod-ndiswrapper
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
core [1/3]
Cannot find a valid baseurl for repo: core
Error: Cannot find a valid baseurl for repo: core
//**********************************************
i tried using ln -s to create a symbolic link from lib/modules/2.6.15-1.2054_FC5/ to /usr/src/2.6.15-1.2054_FC5/ and i get
File Exists
i've tried updateing my kernel, but that always fails and doesnt boot up correctly, i just get a black screen.
and the other thing, i dont no how to install kernel devel from the add/remove apps tool. because it always tells me it could not compile a list of programs or something like that and it closes out. I really need help as im sick of windows and want to switch to linux. any help is appreciated.