A mi tambien me pasaba, tengo una awus036h, simplemente antes de instalar los drivers del usb hay que parchearlos para que accepte la inyeccion.
Estaria bien que posteases el chispet de la nic para ver si es compatible con la inyeccion. Si tu NIC tiene chispet 8187 tienes que hacer esto:
AVISO ESTO SOLO SIRVE SI VUESTRA NIC TIENE EL CHISPET 8187
Abres consola
Código:
apt-get install patch
Descargamos los parches
Código:
wget http://patches.aircrack-ng.org/rtl8187_2.6.27.patch
wget http://patches.aircrack-ng.org/rtl8187_2.6.32.patch
Descomprimimos parches en el mismo directorio que el driver:
Código:
tar xzvf drv.tar.gz
tar xzvf stack.tar.gz
Parcheamos el driver y ieee80211.
Código:
patch -Np1 -i rtl8187_2.6.27.patch
patch -Np1 -i rtl8187_2.6.32.patch
haces el make y todo eso y ya tendria que ir.
Saludos saludetes