PINE64

Full Version: New github source for rtl8812au !
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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



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
(03-06-2018, 09:56 AM)pytheas Wrote: [ -> ]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
There is a lot of realtek drivers on github, the one you found is 4.3.8, I found driver version 5.2.20 from https://github.com/gordboy/rtl8812au.git
(03-06-2018, 04:39 PM)evilbunny Wrote: [ -> ]
(03-06-2018, 09:56 AM)pytheas Wrote: [ -> ]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
There is a lot of realtek drivers on github, the one you found is 4.3.8, I found driver version 5.2.20 from https://github.com/gordboy/rtl8812au.git

Heart Heart Heart