problem compiling software with ipw2200 ieee80211
Jason
lists.jason at gmail.com
Sat Jun 2 00:17:22 UTC 2007
I'm trying to compile ipw2200. I've installed the linux header files.
When I compile ipw2200 it gives me the following error
ERROR: ieee80211.h not found in '/lib/modules/2.6.15-28-386/include'.
You need to install the ieee80211 subsystem from http://ieee80211.sf.net
and point this build to the location where you installed those sources, eg.:
% make IEEE80211_INC=/usr/src/ieee80211/
will look for ieee80211.h in /usr/src/ieee80211/net/
make: *** [check_inc] Error 1
I've also downloaded ieee80211 and when I try installing this it says by
typing make in its directory i dont get any errors. I get this instead.
Checking in /lib/modules/2.6.15-28-386 for ieee80211 components...
make -C /lib/modules/2.6.15-28-386/build M=/usr/src/ieee80211 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.15-28-386'
/bin/sh: /usr/src/ieee80211/.tmp_versions/ieee80211.mod: Permission denied
/bin/sh: /usr/src/ieee80211/.tmp_versions/ieee80211_crypt.mod:
Permission denied/bin/sh:
/usr/src/ieee80211/.tmp_versions/ieee80211_crypt_wep.mod: Permission denied
/bin/sh: /usr/src/ieee80211/.tmp_versions/ieee80211_crypt_ccmp.mod:
Permission denied
/bin/sh: /usr/src/ieee80211/.tmp_versions/ieee80211_crypt_tkip.mod:
Permission denied
Building modules, stage 2.
MODPOST
make[1]: Leaving directory `/usr/src/linux-headers-2.6.15-28-386'
I'm doing all of this so that I can install Acerhk. A driver to enable
the special keys on my TravelMate 2300.
Thanks,
Jason
More information about the ubuntu-users
mailing list