How to use a tp-link wireless LAN slave unit that does not support Linux

I purchased a tp-link wireless LAN slave unit (hereinafter referred to as wireless LAN), but it seems that it is not compatible with Linux, so I will introduce how to install the driver created by volunteers.

1. Download the driver published on GitHub

RTL8812AU/21AU Wireless drivers We will download this driver, so first install Git and dkms from your terminal. First, install Git sudo apt install git-all Then install dkms sudo apt install dkms Now you are ready to download the driver. Download the driver from Github.

git clone https://github.com/aircrack-ng/rtl8812au.git


 When you do this, the download will start, so please wait for a while.
 When the download is complete, a directory called ``` rtl8812au``` will be created, and it will be downloaded there, so it will remain as it is.
```cd rtl8812au```
 To execute.
 Then run dkms_install in the moved directory to complete the installation.
```sudo make dkms_install```
 If it is not recognized, it will be recognized if you re-stab it or restart it.
 see you.


Recommended Posts

How to use a tp-link wireless LAN slave unit that does not support Linux
[Linux] How to install a package on a server that does not have a network environment (standalone)
How to fix a bug that jupyter notebook does not start automatically
How to use a library that is not originally included in Google App Engine
SQL statement specifications that SQLite does not support and how to handle ALTER TABLE operations
A special Python codec that seems to know but does not know
The NVM Checksum Is Not Valid, a solution to the problem that Intel's wired LAN is not recognized on Linux
How to use hmmlearn, a Python library that realizes hidden Markov models
[Linux] How to use the echo command
How to use the Linux grep command
A story that sometimes does not work if pip is up to date
I tried to make a dictionary function that does not distinguish between cases
A simple example of how to use ArgumentParser
Not much mention of how to use Pickle
How to create a shortcut command for LINUX
[systemd] How to deal with the problem that fancontrol does not work after suspending
How to create a USB that Linux and Win10 installer and winpe can boot UEFI
How to execute sleep command, command that takes time as a test [bash, linux, mac]
A memo of how to use AIST supercomputer ABCI
Beginners! Basic Linux commands and how to use them!
How to use C216 Audio Controller on Arch Linux
How to deal with Django's Template Does Not Exist
How to install Linux on a 32bit UEFI PC
A memorandum on how to use keras.preprocessing.image in Keras
Linux user addition, how to use the useradd command
[Python] How to write a docstring that conforms to PEP8
How to use variables in systemd Unit definition files
How to create a local repository for Linux OS
(Remember quickly) How to use the LINUX command line
[Tips] How to use iPhone as webcam on Linux
How to build a Python environment on amazon linux 2
[Linux] How to put your IP in a variable
[Linux] How to monitor logs that are constantly added
How to create a new file when the specified file does not exist — write if the file exists
Let's take a quick look at CornerNet, an object detector that does not use anchors.
Create a defaultdict that returns a defaultdict to create a world where KeyErrror does not occur (+ JSON parsing example)