Skip to content

Instantly share code, notes, and snippets.

@yc-codes
Created March 5, 2022 06:52
Show Gist options
  • Save yc-codes/849e38fbb45636bbe96b200cb90f4383 to your computer and use it in GitHub Desktop.
Save yc-codes/849e38fbb45636bbe96b200cb90f4383 to your computer and use it in GitHub Desktop.
Install rtl8812au wifi driver on Fedora

Tested on Fedora 35.

sudo dnf install kernel-devel
git clone https://github.com/aircrack-ng/rtl8812au.git
cd rtl8812au
sudo make && sudo make install

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