Trying to get monitor mode working on RPi
Posted: Fri Sep 28, 2012 4:29 am
I purchased a couple RPis, rev B and some Edimax EW-7811Un (http://www.edimax.com/en/produce_detail ... &pl2_id=44) USB wireless adapters for a project I am working on. I need to be able to put the interface into monitor mode and sniff some traffic over 802.11. I have wrote my code and tested it on a different target arch (i386). Also, the wireless dongle is working perfectly joining a network as I am currently ssh'd into it over wireless.
However, when I got the code cross-compiling for armv6l, it appears that there isn't full support for putting the device into monitor mode.
I noticed that when I used libpcap and enumerated the supported link types, the only available ones were: DLT_EN10MB and DLT_DOCSIS
I would have hoped there would have been support for DLT_IEEE802_11 and DLT_IEEE802_11_RADIO. I have tried to confirm there is something additionally wrong because I install 'iw' and anything associated with iw gives me the error 'nl80211 not found'.
I verified that I think the drivers are installed right because lsusb fully recognizes the device but when I attempted to install aircrack-ng and use airmon to put it into monitor mode, it sees the device and says that monitor mode is enabled but I never see the new interface when I list them after airmon.
I am seeking any help I can get.
However, when I got the code cross-compiling for armv6l, it appears that there isn't full support for putting the device into monitor mode.
I noticed that when I used libpcap and enumerated the supported link types, the only available ones were: DLT_EN10MB and DLT_DOCSIS
I would have hoped there would have been support for DLT_IEEE802_11 and DLT_IEEE802_11_RADIO. I have tried to confirm there is something additionally wrong because I install 'iw' and anything associated with iw gives me the error 'nl80211 not found'.
I verified that I think the drivers are installed right because lsusb fully recognizes the device but when I attempted to install aircrack-ng and use airmon to put it into monitor mode, it sees the device and says that monitor mode is enabled but I never see the new interface when I list them after airmon.
I am seeking any help I can get.