Netgear A7000 not working in 20.04

I have a Netgear A7000 WiFi adapter that worked perfect on Win10 (I have decided to move to Ubuntu permanently, yay!).

After installing the drivers for the adapter by doing this:

sudo apt-get update
sudo apt-get install git dkms
git clone
sudo dkms add ./rtl8814au
sudo dkms build -m rtl8814au -v 4.3.21
sudo dkms install -m rtl8814au -v 4.3.21

the adapter still isn't even recognized as a USB device (there were no errors installing, then rebooted). It doesn't even light up on the adapter (I noticed it took a second to be turned on by Win10).

Here are things that may be important for this below:

lsusb output:

Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 1532:0203 Razer USA, Ltd BlackWidow Chroma
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 046d:c07f Logitech, Inc. Gaming Mouse G302
Bus 001 Device 003: ID 1532:0504 Razer USA, Ltd Razer Kraken 7.1 Chroma

iwconfig output:

enp9s0 no wireless extensions.
lo no wireless extensions.

dkms status output:

nvidia, 450.80.02, 5.4.0-42-generic, x86_64: installed
nvidia, 450.80.02, 5.4.0-54-generic, x86_64: installed (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!)
rtl8814au, 4.3.21, 5.4.0-54-generic, x86_64: installed

Thanks to anyone willing to help! I am still relatively new to Linux so I apologize for any frustration I cause.

UPDATE:Upon running

sudo apt install net-tools

the dongle is found on lsusb and dmesg! To be honest, I don't know why. Ubuntu still doesn't recognize it, though. I will try a reboot!

7 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like