Skip to content

Instantly share code, notes, and snippets.

@tedyun
Created August 8, 2021 03:09
Show Gist options
  • Save tedyun/b9c7e6f20f5348165152c805122d57f4 to your computer and use it in GitHub Desktop.
Save tedyun/b9c7e6f20f5348165152c805122d57f4 to your computer and use it in GitHub Desktop.
How to install TP-LINK Archer T4U Plus (v1.8) driver on Linux Mint 20

(Based on CATALUNA84's answer in https://askubuntu.com/questions/802205/how-to-install-tp-link-archer-t4u-driver)

Run the following to install Driver from https://github.com/EntropicEffect/rtl8822bu

git clone https://github.com/EntropicEffect/rtl8822bu
sudo apt-get install build-essential dkms
cd rtl8822bu
make
sudo make install
sudo modprobe 88x2bu

At this point you should have Wi-Fi (both 2.4GHz and 5GHz). Connect to your Wi-Fi.

Next, follow these steps to refine the installation and for an automatic rebuild on Ubuntu kernel image updates:

sudo dkms add .
sudo dkms install -m 88x2bu -v 1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment