Skip to content

Instantly share code, notes, and snippets.

@kkyucon
Last active May 25, 2020 20:15
Show Gist options
  • Save kkyucon/0be8dab9ba60f46a155fa300dd0bf326 to your computer and use it in GitHub Desktop.
Save kkyucon/0be8dab9ba60f46a155fa300dd0bf326 to your computer and use it in GitHub Desktop.
Setup Wireless USB On Ubuntu Desktop 18.04-20.04 (dlink dwa-182 or linksys WUSB6300)

Setup Wireless USB On Ubuntu Desktop 18.04 and 20.04

Make sure USB wireless device not inserted

  1. Update the system:
    $ sudo apt update

  2. Install required packages:
    $ sudo apt install git && build-essential

  3. Download the driver:
    $ sudo git clone https://github.com/gnab/rtl8812au

  4. Go to the directory:
    $ cd rtl8812au

  5. Do the next commands consecutively:
    $ sudo make clean
    $ sudo make
    $ sudo make uninstall
    $ sudo make install

Reboot and insert USB wireless stick

-Persists reboots
-Works with dlink dwa-182 and linksys WUSB6300

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