03-06-2018, 09:56 AM
Newer gcc compiler may fail to build the rtl8812au package found at
https://github.com/gnab/rtl8812au.git
as mentioned on the forum
A corrected version can be found at
https://github.com/abperiasamy/rtl8812AU_8821AU_linux
The simple procedure is still
If you have dkms installed
seems to work fine
https://github.com/gnab/rtl8812au.git
as mentioned on the forum
A corrected version can be found at
https://github.com/abperiasamy/rtl8812AU_8821AU_linux
The simple procedure is still
Code:
git clone https://github.com/abperiasamy/rtl8812AU_8821AU_linux
cd rtl8812AU_8821AU_linux
ARCH=arm64 make
sudo ARCH=arm64 make install
If you have dkms installed
Code:
sudo ARCH=arm64 make -f Makefile.dkms install
seems to work fine