@Robbb: What are you using to start up airmon? if you use the -c option to specify a channel, then it should lock onto that channel. If that doesn't work right away, the first thing to do is to make sure you dont have something else running thats scanning the channels (ie- aireplay -9 or another instance of airodump w/out the -c option specified). Next, I would do
Code:
iwconfig wlan0 channel <CHANNEL>
iwconfig mon0 channel <CHANNEL>
Once you've done that then try starting airodump -c with the same channel. Another thing is that it can be very very difficult to gather a WPA handshake. The problem is that even if you can hear the router that your trying to crack, you need to be able to hear the packets coming from the client as well. Not only that, but both the router and the client have to be able to hear the packets you're sending them as well. My setup is this 18db gain directional antenna hooked up to the 36NH running at 31db, and I have to aim this thing around until I get it pointed directly at the target client until I can get a handshake. Even then, it's very touchy and takes a lot of time to get a good one. Use this:
Code:
wireshark -R eapol <CAP FILE>
to inspect the packets. You'll see on the right something like "key request (1/4)" and so on. You need all 4 packets to get a full handshake. You will know which one you're not hearing by the source and dest. of the packets you're looking at.
@calig - Yes, you dont need to blacklist rt2870sta because an update in BT5 actually did it for you already. Those comments describing that mod are from before the patch was released, so at one point that was actually what you had to do to get it working. I've also had trouble obtaining an IP address with the nh sometimes, but if I modprobe -r the drivers, and then replug the thing, eventually I can get one.
If you dont see the adapter in ifconfig, but you do in iwconfig, then you can do
to manually put it up. But, I get the feeling that it's a problem with the driver because I can get and I.P. fine on any network in windows or on OS X with the same adapter, yet for some reason it struggles in BT5. Still workin on it tho.
@Doppler - What is it that you're trying to do there? If you want to crack wpa, you don't at all need to use the wlan0 interface, you can simply capture packets with airodump-ng, and use aireplay-ng -0 to de-auth clients.