Skip to content

Instantly share code, notes, and snippets.

@gengwg
Created August 29, 2020 18:35
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gengwg/5ba7c04f82e008a82ac429ba978d0891 to your computer and use it in GitHub Desktop.
Save gengwg/5ba7c04f82e008a82ac429ba978d0891 to your computer and use it in GitHub Desktop.
Fedora install rtl8812au driver for Realtek Wifi Dongle

Tested on Fedora 32.

sudo dnf groupinstall "Development Tools"
git clone https://github.com/gnab/rtl8812au.git
sudo dkms build 8812au/4.2.2
sudo dkms install 8812au/4.2.2
sudo modprobe 8812au

Now your Wifi dongle should work and you can use it to connect to your wifi network in Network Manager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment