Hello guys,
I'm using VirtualBox and having Kali Linux as guest. It took me 5-6 hours to even make use of my AC1200 USB Wireless Adapter AWUS036AC. Before finding the solution it would only show me the USB Adapter as connected via USB but I would not be able to see any networks, nor would iwconfig show me my card.
I followed following instructions to make it work:
Re: Compiling RTL8821AU Wifi USB adapter failure (Compile make driver error: 2)
It's a known bug.
https://bugs.launchpad.net/ubuntu/+s...u/+bug/1625097
Code:
sudo apt update
sudo apt install git
git clone
https://github.com/diederikdehaas/rtl8812AU.git
cd rtl8812AU
make
sudo make install
sudo modprobe 8812au
After following these steps it would show me the card in iwconfig and it works.
However when trying to change its MAC-Address it won't change it bringing following Message: Network driver didn't actually change to the new MAC!!
I used:
ifconfig wlan0 down
macchanger -r wlan0
After having so much troubles even making this USB wlan Adapter work on Kali Linux it seems it still doesn't work properly. Are there any ideas on how I can get this to work or how I can give you guys better information to solve this?
@EDIT:
It seems that my card is not working properly on the guest (It does work properly on the win7 host though). I tried connecting to my WLAN but even with correct password it won't properly connect.
Any ideas on driver installation or other stuff?

I'm helpless and I have searched so many hours already...