[Howto] RTL8812AU DKMS Driver Installation (AirCrack NG)

My installation is on F30 XFCE but this will likely work for others.
A majority of this information came from the driver git hub and was just modified to work on my installation.
Thanks

Install dkms, git and kernel-devel

sudo dnf install dkms git kernel-devel

Clone the git repository and install the driver

git clone -b v5.3.4 https://github.com/aircrack-ng/rtl8812au.git
cd rtl*
sudo ./dkms-install.sh

To Remove the Driver
In the Directory that you cloned the git repo

sudo ./dkms-remove.sh
4 Likes

if any error occurs please consult the log provided by dkms for get more details

should just be

git clone https://github.com/aircrack-ng/rtl8812au.git

1 Like

Change to install/remove:

To install the driver:
sudo make dkms_install

To Remove:
sudo make dkms_remove

1 Like