This Tenda wireless driver is still very reckless. It can speed up the wifi, but it seems to cause the system to crash on the mac. Once encountered, I dare not continue to play. Then win is directly connected, and ubuntu needs to manually install a wave of drivers , The operation is as follows:
sudo apt install dkms
sudo apt update
sudo apt install git
git clone https://github.com/gnab/rtl8812au.git
sudo dkms add ./rtl8812au
sudo dkms build 8812au/4.2.2
sudo dkms install 8812au/4.2.2
sudo modprobe 8812au
Recommended Posts