para la serie 2.6.24
fuente:
http://precompiled.de/~jamx/ - wget
http://dfn.dl.sourceforge.net/sourceforge/ipw2200/ipw2200-1.2.2.tgz- wget
http://precompiled.de/~jamx/ipw2200-1.2.2-jamx.patch- tar xvzf ipw2200-1.2.2.tgz
- patch -p0 < ipw2200-1.2.2-jamx.patch
- cd ipw2200-1.2.2
- make (or use: make IEEE80211_INC=/path/to/kernel-headers/include/)
- (i advice you not use 'make install'!)
- rmmod ipw2200
- insmod ipw2200.ko rtap_iface=1
When you don't do a 'make install' you can use your original drivers again with:
- rmmod ipw2200
- modprobe ipw2200
------------------
Patch details:
The list below describes what this patch changes in the original ipw2200-1.2.2 sources. Some of
these changes are not done by myself. Since i don't know who made these changes, i cannot thank them here ;-)
- Change Makefile to compile with monitor/promiscuous mode
- Injection trough SYSFS
- Fixed problem with rtap interface on newer kernels
- Fixed problem with deprecated MAC_ARG define in newer kernels
- Fixed problem with deprecated
SET_MODULE_OWNER define in newer kernels