Created
February 23, 2017 05:12
-
-
Save noizbuster/8b9015a34e99dc538f24c03dbdb9c052 to your computer and use it in GitHub Desktop.
Install RTL8812AU driver on ubuntu 14.04 (or higher)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
that's work for my device