git clone https://github.com/aircrack-ng/rtl8812au.git
cd rtl8812au
make
sudo insmod 8812au.ko
# should show correct info
lsusb
# should show new interface
rfkill list
# sanity check
sudo depmod
# if works, we can install it:
sudo make dkms_install
git clone https://github.com/aircrack-ng/rtl8812au.git
cd rtl8812au
# important part for working version!!!
git checkout 63cf0b4
make
sudo insmod 8812au.ko
# should show correct info
lsusb
# should show new interface
rfkill list
# sanity check
sudo depmod
# if works, we can install it:
sudo make dkms_install
# remove if needed with:
sudo make dkms_remove