PINE64
New github source for rtl8812au ! - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85)
+--- Forum: Rock64 Hardware and Accessories (https://forum.pine64.org/forumdisplay.php?fid=89)
+--- Thread: New github source for rtl8812au ! (/showthread.php?tid=5817)



New github source for rtl8812au ! - pytheas - 03-06-2018

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


RE: New github source for rtl8812au ! - evilbunny - 03-06-2018

(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


RE: New github source for rtl8812au ! - pytheas - 03-07-2018

(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