Skip to content

Instantly share code, notes, and snippets.

@primaryobjects
Last active April 28, 2024 18:40
Show Gist options
  • Star 49 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save primaryobjects/f723b966d5f42094619f9c1048c7838b to your computer and use it in GitHub Desktop.
Save primaryobjects/f723b966d5f42094619f9c1048c7838b to your computer and use it in GitHub Desktop.
Steps to Install the TP-Link Archer T4U Plus AC1300 USB WiFi Adapter on Linux Mint
@Catfish1210
Copy link

Just in case anyone needs this
Option 1:
$cd 88x2bu-20210702
$ls -la 88x2bu-20210702
$ ./install-driver.sh
After executing it driver is installed and you will be prompted to edit the config, after that reboot and it should work.

@201580ag
Copy link

Linux 5.15.0.70-generic 및 Linux Mint 21.1 Vera 에서 테스트 및 작업했습니다.

I am using KaliLinux version 2023.2 (kernel version 6.3.0-kali1-amd64)
) On the previously used KaliLinux, it was installed with the command mentioned above, and monitor mode was also activated. However, the KaliLinux 2023.2 (kernel 6.3.0-kali1-amd64) that I am currently using does not work. Please tell me another way
This sentence may be an unstable question using a translator.

@lerori
Copy link

lerori commented Nov 8, 2023

Thank you! Step 2 work fine on Linux Mint 21.2 with 5.15.0-88-generic and adapter Archer T4u V1

@BaGaZaS
Copy link

BaGaZaS commented Nov 24, 2023

It is working on Kernel 6.5.6 on POP OS 22.04
With Option 2

git clone https://github.com/cilynx/rtl88x2bu.git
sudo dkms add ./rtl88x2bu
sudo dkms install rtl88x2bu/5.8.7.1
sudo service NetworkManager restart

Thank you very much

@jbbd2222
Copy link

jbbd2222 commented Jan 2, 2024

Has anyone gotten this to work for Linux Mint 21.2 Cinnamon 5.15.0-91-generic? Mine stopped working after it updated.

@Bec-k
Copy link

Bec-k commented Mar 7, 2024

It is working on Kernel 6.5.6 on POP OS 22.04 With Option 2

git clone https://github.com/cilynx/rtl88x2bu.git sudo dkms add ./rtl88x2bu sudo dkms install rtl88x2bu/5.8.7.1 sudo service NetworkManager restart

Thank you very much

Thank you, this is working on my Raspberry Pi 4 with kernel 6.1.0-rpi7-rpi-v8

@maravento
Copy link

does not work on ubuntu 22.04, Linux 5.17.0-1019-oem x86_64. Thanks for the attempt

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