Help installing Madwifi on Fedora Core 6
Hello
I am trying to install Madwifi on a laptop running FC6. I am following these instructions. However, after typing "make", I get the following problem:
Quote:
[root@Vigor17 madwifi-0.9.2.1]# make
Checking requirements... ok.
Checking kernel configuration... ok.
make -C /lib/modules/2.6.19-1.2895.fc6/build SUBDIRS=/home/neil/madwifi-0.9.2.1 modules
make[1]: Entering directory `/usr/src/kernels/2.6.19-1.2895.fc6-i686'
CC [M] /home/neil/madwifi-0.9.2.1/ath/ah_osdep.o
In file included from /home/neil/madwifi-0.9.2.1/ath/ah_osdep.c:2:
/home/neil/madwifi-0.9.2.1/ath/../hal/linux/ah_osdep.c:44:26: error: linux/config.h: No such file or directory
make[3]: *** [/home/neil/madwifi-0.9.2.1/ath/ah_osdep.o] Error 1
make[2]: *** [/home/neil/madwifi-0.9.2.1/ath] Error 2
make[1]: *** [_module_/home/neil/madwifi-0.9.2.1] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.19-1.2895.fc6-i686'
make: *** [modules] Error 2
Please could someone help me?