Last active
May 11, 2022 19:16
-
-
Save SeRGei93/af9b8a0eda66edfda066bcdfa86c14ac to your computer and use it in GitHub Desktop.
Archer T2U Plus driver for Linux Fedora 36
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo dnf groupinstall "Development Tools" | |
sudo dnf groupinstall "C Development Tools and Libraries" | |
sudo dnf install dkms elfutils-libelf-devel unzip | |
git clone https://github.com/aircrack-ng/rtl8812au.git | |
cd rtl8812au | |
sudo make dkms_install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment