I have a D-Link DWA-182 Rev C1 and i'm trying to install in Kali Linux 2.0 64bits.
I'm using Linux Kali in Oracle VM VirtualBox 5.0.10 with VirtualBox Extension Pack (USB extensions).
I am root and i trying:
apt-get update && apt-get -y upgrade && apt-get -y install dkms
git clone https://github.com/abperiasamy/rtl8812AU_8821AU_linux
cd rtl8812AU_8821AU_linux
cp -R . /usr/src/rtl8812AU_8821AU_linux-1.0
dkms add -m rtl8812AU_8821AU_linux -v 1.0
dkms build -m rtl8812AU_8821AU_linux -v 1.0
dkms install -m rtl8812AU_8821AU_linux -v 1.0
modprobe 8812au
It's working but when i put in mode monitor does not work:
ifconfig wlan0 down
iwconfig wlan0 mode Monitor (FAIL)
ifconfig up
airmon-ng check kill
airmon-ng start wlan0 (EPIC FAIL)
The mode monitor in Windows 7 works in CommView for WiFi:
http://prntscr.com/91t3m8
This means that the adapter supports monitor mode?
Why can not i turn on the monitor mode in Kali?