Pues a partir del kernel 2.26.27 y usando directamente las ultimas compact-wireless sin parchear, yo creo que funcionan bien.
Mira ver así:
Código:
cd ~
tar xjf compat-wireless-2.6.tar.bz2
cd compat-wireless-2009-*
wget http://patches.aircrack-ng.org/mac80211_2.6.28-rc4-wl_frag+ack_v3.patch
patch -p1 < mac80211_2.6.28-rc4-wl_frag+ack_v3.patch
wget http://patches.aircrack-ng.org/mac80211-2.6.29-fix-tx-ctl-no-ack-retry-count.patch
patch -p1 < mac80211-2.6.29-fix-tx-ctl-no-ack-retry-count.patch
make -j4
make unload
make install
echo options iwlagn swcrypto=1 >> /etc/modprobe.d/options
make load
Desde make hasta make load ejecuta como root.
Y quedaría aldo así:
Cita:
# airmon-ng start wlan0
Interface Chipset Driver
wlan0 Intel 4965/5xxx iwlagn - [phy0]
(monitor mode enabled on mon0)
|
PD:He quitado el tutorial para poner uno mas actualizado