Skip to content

Instantly share code, notes, and snippets.

@noizbuster
Created February 23, 2017 05:12
Show Gist options
  • Save noizbuster/8b9015a34e99dc538f24c03dbdb9c052 to your computer and use it in GitHub Desktop.
Save noizbuster/8b9015a34e99dc538f24c03dbdb9c052 to your computer and use it in GitHub Desktop.
Install RTL8812AU driver on ubuntu 14.04 (or higher)
#! /bin/bash
sudo apt-get install build-essential git
git clone https://github.com/gnab/rtl8812au.git
cd rtl8812au
make
sudo make install
sudo modprobe 8812au
@kittinan
Copy link

that's work for my device

[Fri Apr 24 08:59:12 2020] usb 2-1.2: new high-speed USB device number 6 using ehci-pci
[Fri Apr 24 08:59:12 2020] usb 2-1.2: New USB device found, idVendor=0bda, idProduct=a811
[Fri Apr 24 08:59:12 2020] usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[Fri Apr 24 08:59:12 2020] usb 2-1.2: Product: 802.11ac WLAN Adapter 
[Fri Apr 24 08:59:12 2020] usb 2-1.2: Manufacturer: Realtek 
[Fri Apr 24 08:59:12 2020] usb 2-1.2: SerialNumber: 00e04c000001

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment