[ILUG] IEEE 802.11 libraries compile failure
Cian Davis
davisc at skynet.ie
Tue Sep 27 12:08:19 IST 2005
Hi All,
I'm trying to compile the IEEE 802.11 libraries
(http://ieee80211.sourceforge.net) so that I can use the IPW2200 drivers
(http://ipw2200.sourceforge.net) for my Intel Centrino 2915AG Wi-Fi adapter.
However, compilation of the ieee80211 libraries isn't completing with
'Warning: "init_module" $file undefined' or cleanup_module undefined.
Full log below. All previous versions have been removed. I'm using a
2.6.11 kernel from apt.
Uncle Google is either giving me people with the same problem or a
possible solution in Chinese or something.
I'm using Debian unstable and just did an apt-get dist-upgrade from
HEAnet. Only packages available on apt are source packages for both and
I don't want to use these are they don't update fast enough.
Thanks for any help.
Regards,
Cian
eire-og:/home/cian/wireless/ieee80211-1.0.3# make
Checking in /lib/modules/2.6.11-1-686/build/ for ieee80211 components...
make -C /lib/modules/2.6.11-1-686/build
M=/home/cian/wireless/ieee80211-1.0.3
MODVERDIR=/home/cian/wireless/ieee80211-1.0.3 modules
make[1]: Entering directory `/usr/src/kernel-headers-2.6.11-1-686'
CC [M] /home/cian/wireless/ieee80211-1.0.3/ieee80211_module.o
CC [M] /home/cian/wireless/ieee80211-1.0.3/ieee80211_tx.o
CC [M] /home/cian/wireless/ieee80211-1.0.3/ieee80211_rx.o
CC [M] /home/cian/wireless/ieee80211-1.0.3/ieee80211_wx.o
CC [M] /home/cian/wireless/ieee80211-1.0.3/ieee80211_geo.o
LD [M] /home/cian/wireless/ieee80211-1.0.3/ieee80211.o
CC [M] /home/cian/wireless/ieee80211-1.0.3/ieee80211_crypt.o
CC [M] /home/cian/wireless/ieee80211-1.0.3/ieee80211_crypt_wep.o
CC [M] /home/cian/wireless/ieee80211-1.0.3/ieee80211_crypt_ccmp.o
CC [M] /home/cian/wireless/ieee80211-1.0.3/ieee80211_crypt_tkip.o
Building modules, stage 2.
MODPOST
Warning: could not find versions for .tmp_versions/ieee80211.mod
*** Warning: "cleanup_module"
[/home/cian/wireless/ieee80211-1.0.3/ieee80211_crypt_wep.ko] undefined!
*** Warning: "init_module"
[/home/cian/wireless/ieee80211-1.0.3/ieee80211_crypt_wep.ko] undefined!
*** Warning: "cleanup_module"
[/home/cian/wireless/ieee80211-1.0.3/ieee80211_crypt_tkip.ko] undefined!
*** Warning: "init_module"
[/home/cian/wireless/ieee80211-1.0.3/ieee80211_crypt_tkip.ko] undefined!
*** Warning: "cleanup_module"
[/home/cian/wireless/ieee80211-1.0.3/ieee80211_crypt_ccmp.ko] undefined!
*** Warning: "init_module"
[/home/cian/wireless/ieee80211-1.0.3/ieee80211_crypt_ccmp.ko] undefined!
*** Warning: "cleanup_module"
[/home/cian/wireless/ieee80211-1.0.3/ieee80211_crypt.ko] undefined!
*** Warning: "init_module"
[/home/cian/wireless/ieee80211-1.0.3/ieee80211_crypt.ko] undefined!
*** Warning: "cleanup_module"
[/home/cian/wireless/ieee80211-1.0.3/ieee80211.ko] undefined!
*** Warning: "init_module"
[/home/cian/wireless/ieee80211-1.0.3/ieee80211.ko] undefined!
CC /home/cian/wireless/ieee80211-1.0.3/ieee80211.mod.o
LD [M] /home/cian/wireless/ieee80211-1.0.3/ieee80211.ko
CC /home/cian/wireless/ieee80211-1.0.3/ieee80211_crypt.mod.o
LD [M] /home/cian/wireless/ieee80211-1.0.3/ieee80211_crypt.ko
CC /home/cian/wireless/ieee80211-1.0.3/ieee80211_crypt_ccmp.mod.o
LD [M] /home/cian/wireless/ieee80211-1.0.3/ieee80211_crypt_ccmp.ko
CC /home/cian/wireless/ieee80211-1.0.3/ieee80211_crypt_tkip.mod.o
LD [M] /home/cian/wireless/ieee80211-1.0.3/ieee80211_crypt_tkip.ko
CC /home/cian/wireless/ieee80211-1.0.3/ieee80211_crypt_wep.mod.o
LD [M] /home/cian/wireless/ieee80211-1.0.3/ieee80211_crypt_wep.ko
make[1]: Leaving directory `/usr/src/kernel-headers-2.6.11-1-686'
eire-og:/home/cian/wireless/ieee80211-1.0.3#
More information about the ILUG
mailing list