Results 1 to 6 of 6
i cant seem to install my madwifi.. everytime i run my make command i get this
[chilin@localhost madwifi-0.9.3.1]$ sudo make
/bin/sh: line 0: cd: /lib/modules/2.6.20-1.2962.fc6/build: No such file or directory
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-27-2007 #1
madwifi problem
i cant seem to install my madwifi.. everytime i run my make command i get this
[chilin@localhost madwifi-0.9.3.1]$ sudo make
/bin/sh: line 0: cd: /lib/modules/2.6.20-1.2962.fc6/build: No such file or directory
Makefile.inc:66: *** /lib/modules/2.6.20-1.2962.fc6/build is missing, please set KERNELPATH. Stop.
whats da problem? i alredi installed kernel sources usin
yum -y install kernel-devel kernel-headers
wat else is da problem?
- 07-27-2007 #2
If you have Livna enabled as a 3rd party repo you can:
Code:# yum install madwifi madwifi-devel
- 07-28-2007 #3
after i run da command u gave me i get this
Transaction Check Error:
package kernel-2.6.20-1.2962.fc6 is already installed
file /boot/System.map-2.6.20-1.2962.fc6 from install of kernel-2.6.20-1.2962.fc6 conflicts with file from package kernel-2.6.20-1.2962.fc6
file /boot/config-2.6.20-1.2962.fc6 from install of kernel-2.6.20-1.2962.fc6 conflicts with file from package kernel-2.6.20-1.2962.fc6
file /boot/symvers-2.6.20-1.2962.fc6.gz from install of kernel-2.6.20-1.2962.fc6 conflicts with file from package kernel-2.6.20-1.2962.fc6
file /boot/vmlinuz-2.6.20-1.2962.fc6 from install of kernel-2.6.20-1.2962.fc6 conflicts with file from package kernel-2.6.20-1.2962.fc6
Error Summary
why?
- 07-28-2007 #4
Sorry for delay, is it possible that you have the i586 kernel installed when you should have i686 kernel? You can check by:
and also get a list of installed and available kernels by:Code:yum list installed kernel
and there should not be the i586 listed as installed. If that is the problem there is a fix but check your kernel version first.Code:yum list | grep kernel
- 07-28-2007 #5
yes i do have the i586 installed.. wats da problem? n wats da different between i586 and i686?
- 07-28-2007 #6
The problem with the i586 kernel would be that you cannot install your kernel module from the repo as it is built with i686 kernel.
Go to this link and you will read and follow the instructions there to get the proper kernel installed. Kernel
.


Reply With Quote
