Results 1 to 1 of 1
Hi
I trying to compile the Madwifi driver for the Fedora FC2 core with a 2.6.3-2.1.253.2.1
Linux Kernel and I getting the following problems occuring when I type the make
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-12-2004 #1Just Joined!
- Join Date
- Apr 2004
- Location
- Denmark
- Posts
- 4
Help with compiling Madwifi Driver from Atheros WLAN PCI Car
Hi
I trying to compile the Madwifi driver for the Fedora FC2 core with a 2.6.3-2.1.253.2.1
Linux Kernel and I getting the following problems occuring when I type the make
command.
I have followed the instructions from
http://madwifiwiki.thewebhost.de/wik...OnDellInspiron
and got upto the Make command before the compile failed.
Which is the site where the Madwifi Atheros wlan driver orginates from.
The compiler errrors are listed as below.
Thank you for your help and assistance.
Best wishes
Simon
================================================== ==========================
[root@localhost madwifi-20030802]# make
for i in ./ath_hal ./wlan ./driver; do \
(cd $i; make); \
done
make[1]: Entering directory `/root/wlan/madwifi-20030802/ath_hal'
/lib/modules/2.6.3-2.1.253.2.1/build/scripts/modpost /lib/modules/2.6.3-2.1.253.2.1/build/vmlinux ah_osdep.o
/lib/modules/2.6.3-2.1.253.2.1/build/vmlinux: Bad file descriptor
make[1]: *** [ah_osdep.mod.c] Aborted
make[1]: Leaving directory `/root/wlan/madwifi-20030802/ath_hal'
make[1]: Entering directory `/root/wlan/madwifi-20030802/wlan'
/lib/modules/2.6.3-2.1.253.2.1/build/scripts/modpost /lib/modules/2.6.3-2.1.253.2.1/build/vmlinux if_ieee80211subr.o
/lib/modules/2.6.3-2.1.253.2.1/build/vmlinux: Bad file descriptor
make[1]: *** [if_ieee80211subr.mod.c] Aborted
make[1]: Leaving directory `/root/wlan/madwifi-20030802/wlan'
make[1]: Entering directory `/root/wlan/madwifi-20030802/driver'
/lib/modules/2.6.3-2.1.253.2.1/build/scripts/modpost /lib/modules/2.6.3-2.1.253.2.1/build/vmlinux if_ath.o
/lib/modules/2.6.3-2.1.253.2.1/build/vmlinux: Bad file descriptor
make[1]: *** [if_ath.mod.c] Aborted
make[1]: Leaving directory `/root/wlan/madwifi-20030802/driver'
make: *** [all] Error 2
[root@localhost madwifi-20030802]#


Reply With Quote
