Hi, I'm looking for a Wi-Fi USB dongle that operates at 5GHz and supports monitor mode. Could be an 802.11n only card or 802.11ac. There are various lists like this one available (https://wikidevi.com/wiki/Wireless_adapters/Chipset_table), but it's hard to find any products to buy and I really want something with a Linux driver that works (preferably on RPi). So I wonder if someone has something to recommend? Have done quite a lot of Googling on this subject but the fog out there is massive. ;) Cheers! Sam asked 12 Aug '15, 10:51 SamA edited 13 Aug '15, 19:37 Guy Harris ♦♦ |
One Answer:
I have used the Linksys AE6000 adapter. The only limitation is that it supports 1x1 streams. It also does not support LDPC which limits capturing to devices that only support BCC coding. I did query on WikiDevi for USB WiFi adapters that support abgn protocols and had the Atheros WiFi chipset. Atheros has very good support for Linux drivers. You should look for an adapter/chipset that supports LDPC coding as most new AP's/clients use LDPC. Happy hunting! answered 13 Aug '15, 06:14 Amato_C showing 5 of 7 show 2 more comments |
Thanks for suggestions! What does LDPC and BBC coding refer to?
Both are a type of error correcting code used in WiFi.
LDPC = Low-density parity-check
BCC = Binary Convolutional Code
Low density parity check (LDPC) is an optional coding method supported by some 802.11n devices and provides an increase in rate-over-range. LDPC is part of the 802.11n specification, but was never widely implemented in the past. However, LDPC is becoming more prevalent both in smartphones, access points, and smart accessories.
You can determine if your AP supports LDPC by looking at the the HT Capabilities Info element within a Beacon sent from your AP.
If the supplied answer assisted you, please accept the solution. This helps others with similar questions.
Thank you.
Thanks again!
Hi again, After quite some digging, I decided to go for Edimax EW-7811UTC (AC600). This one is supposed to support monitoring mode, but I simply can't find a Linux driver that works. Any suggestions where to look?
BR Sam
Try this: http://www.edimax.com/images/Image/Driver_Utility/Wireless/NIC/EW-7822UAC/EW-7822UAC_linux_v4.2.2_7502.20130517.tar.gz
@Amato_C Were you able to get AE6000 to work in monitor mode at 5Ghz? If so, any pointers on which FW to use, and how you did it? Thanks!