0

I recently purchased Netgear AC600 dual band (USB ID-0846-9052, RTL8811AU) and tried installing wireless driver on my Ubuntu 19.10 machine. Almost most of the threads in GitHub are based on rtl8812au even though I tried the following steps.

sudo apt update
sudo apt install git
git clone https://github.com/gnab/rtl8812au.git
sudo dkms add ./rtl8812au
sudo dkms build rtl8812au/4.2.2
sudo dkms install rtl8812au/4.2.2
sudo modprobe rtl8812au

I've been trying the wrong version, and haven't found the current version yet.

karel
  • 110,292
  • 102
  • 269
  • 299
air2data
  • 1
  • 2
  • 2
    Does this answer your question? [Driver rtl8811au for usb wifi](https://askubuntu.com/questions/1056291/driver-rtl8811au-for-usb-wifi) – K7AAY Jan 27 '20 at 23:58
  • I did . "sudo ./dkms-install.sh " command not found. – air2data Jan 28 '20 at 06:44
  • Does this answer your question? [Need rtl8814au driver for kernel 5.3 on Ubuntu 19.10](https://askubuntu.com/questions/1185952/need-rtl8814au-driver-for-kernel-5-3-on-ubuntu-19-10) – Jeremy31 Jan 28 '20 at 12:32
  • If you are sure that your chipset is of rtl8811au then try the 1st one or else if its 8812au then try 2nd. 1) https://github.com/sloretz/rtl8811au 2) https://github.com/aircrack-ng/rtl8812au – vishal Feb 03 '20 at 09:53

0 Answers0