morrownr / 8814au

Linux Driver for USB WiFi Adapters that are based on the RTL8814AU Chipset
Other
478 stars 88 forks source link

(solved) Fedora Install #11

Open froginperil opened 3 years ago

froginperil commented 3 years ago

Kernel: 5.11.12-200.fc33.x86_64 My toy is an i7 based Dell Inspiron. Device: USB 3.0 WiFi Adapter AC1900 Mbps by the horribly named Edup Love but it is extremely well built.

sudo dnf -y update

sudo dnf -y install git dkms kernel-devel kernel-debug-devel

git clone https://github.com/morrownr/8814au.git

cd 8814au

./install-driver.sh

The only problem I have experienced is one kernel barfed on dkms. Using the provided scripts I removed and installed and everything worked perfectly. Lightning fast on my network. I can stream 2160/Atmos without a hiccup.

morrownr commented 3 years ago

Thanks for the info. I have updated the main page if you want to check my work.

It is good to hear that you are having success. This driver continues to test good in managed (client) mode. It does have some problems in master and monitor modes.