Skip to content

Instantly share code, notes, and snippets.

@antono
Forked from gengwg/fedora_rtl8812au.md
Created January 3, 2022 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antono/3a88be362427068619c56cc74ef8a424 to your computer and use it in GitHub Desktop.
Save antono/3a88be362427068619c56cc74ef8a424 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"
sudo dnf install dkms
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