Quote:
Originally Posted by _DoS_
intel 5100 BT4 recognises the card and if you start it with airmon-ng and check it with aireplay-ng -9 command it shows that the card is injecting. But this isnt very true (yes the card is injecting but only to a certian point then it stops,and only can go in monitor mode and listens to data but not injecting).. Every time i do a auth -1 with aireplay-ng on the AP the card stops injecting. After a lot of reading i finely got it workig and it is a simple solution.
by Hallucynogenyc
http :// www .aircrack-ng. org / doku. php ? id = iwlagn
jump to the compat wireless section (when choosing the version on the compat wireless webpage, select the first one (there's 30, 32 and 35 or similar, so the 30), I don't know if others work too but this one works for me 100%.
it only works with "wlan0" and a really important thing about these intel cards is the distance... the distance really does affects the injection. Try to get the strongest signal befor injecting.
Commands to run :
First run BT4 from your Usb, HDD or whatever and put the .tar file in your home directory then open a console and :
cd ~
tar xjf compat-wireless-2.6.tar.bz2 (asuming you have downloaded comapt-wireless form the link provided)
cd compat-wireless-2009*
make -j4
make unload (root)
make install (root)
exho options iwlagn swcrypto=1 >> /etc/modprobe.d/options (root)
make load (root)
You are set to go.
|
Thanks voor the info. It helped me a great deal. damn intel cards.

i just can't make any sense of the
--exho options iwlagn swcrypto=1 \\ etc/modprobe.d/options--
i didn't use it but it worked even without that line
why do you have to use it and what does it mean...
And thanks again for the info and the work...