Installing
-
6. Installing Realtek RTL8812au Driver
Then to Install rtl8812AU Wi-fi Driver for Elementary OS
Access the Target folder:cd /tmp/*master
To Make it:
make
And then to Setup just Copy the Module into the Right Location with:
sudo cp 8812au.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless
And finally, Update Module Depencencies:
sudo depmod
Again, to Load it at Boot time:
echo 8812au | sudo tee -a /etc/modules
-
7. Setting Up DKMS
Next to Add to DKMS modules
So it Automatically Rebuilds and Install on Kernel Updates.
First, Copy the Source into /usr/src:sudo mkdir /usr/src/8812au-4.2.2
sudo cp -r /tmp/*master/* /usr/src/8812au-4.2.2/
And the Setup it:
sudo dkms add -m 8812au -v 4.2.2
sudo dkms build -m 8812au -v 4.2.2
sudo dkms install -m 8812au -v 4.2.2
And finally, Reboot with:
sudo reboot
Thanks to gnab inestimable Work!
So Now I’m truly Happy if My Guide could Help you to Install Realtek rtl8812au Driver on Elementary OS 5!
Contents