aircrack-ng / aircrack-ng-archive

Pre-migration repository. New repository ➙
https://github.com/aircrack-ng/aircrack-ng
GNU General Public License v2.0
857 stars 306 forks source link

not able to enable monitor mode on RTL8812AU chipset #134

Closed NyiX-git closed 7 years ago

NyiX-git commented 7 years ago

Which version of aircrack-ng are you using? newest

What distribution of Linux (including the version) are you running it on? Kali 2017.1

What wireless adapter are you using? USB3: ALFA AWUS036ACH Chipset: RTL8812AU

Which is the driver for it? realtek-rtl88xxau-dkms

Problem I can not start monitor mode via airmon-ng:

screenshot 2017-07-23 03 09 59

However changing to monitor mode using "iwconfig wlan0 mode monitor" works fine:

screenshot 2017-07-23 03 04 38

the "airodump-ng wlan0" command is working fine after that and the second "iwconfig" command shows the card is in monitor mode

Geczy commented 7 years ago

Thank you I have the same issue

Geczy commented 7 years ago

Bump?

kimocoder commented 7 years ago

Hi there!

The astsam driver does not support virtual interface, therefor you have to manually put it in monitor mode with:

ifconfig down iwconfig mode monitor ifconfig up

Please report back.

Geczy commented 7 years ago

In my case it was not virtual, but I can try that again later.

kimocoder commented 7 years ago

It does not have virtual support, eg: not supported by airmon-ng, but it should work manually, as i wrote. I run on these myself :)