Installing
-
5. Installing
Then to Install Wi-fi Driver for Red Hat Linux
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 7812au.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless
And finally, Update Module Depencencies:
sudo depmod
Again, to Load it at Boot time:
echo 7812au | sudo tee -a /etc/modules
-
6. 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 7812au -v 4.2.2
sudo dkms build -m 7812au -v 4.2.2
sudo dkms install -m 7812au -v 4.2.2
So Now I’m truly Happy if My Guide could Help you to Install Realtek RTL8812au Driver on Red Hat Linux 7!
Contents