Ubuntu Driver WLAN TP-Link Archer T3U Plus and T4U for Ubuntu 22.04 LTS Jammy Jellyfish
The driver from another thread for Ubuntu 20.04 LTS Focal Fossa, will no longer work with the most recent 5.15.0-27-generic kernel (at this point of writing).
However, the following steps worked for Ubuntu 22.04 LTS Jammy Jellyfish.
sudo apt update
sudo apt install -y git linux-headers-generic dkms
wget https://github.com/RinCat/RTL88x2BU-Linux-Driver/archive/master.zip
unzip master.zip
cd RTL88x2BU-Linux-Driver-master
sudo make uninstall
make clean
make
sudo make install
sudo modprobe 88x2bu
sudo reboot
Disclaimer: I'm NOT the developer/maintainer. Issues, bugs, or requests shall be posted directly to the author/contributors.
Edit1: Also, this is an unofficial (community) release. It is not endorsed by the TP-Link team. Use at your own risk!
Edit2: I have successfully tested this driver with T3U Plus and T4U. For dkms version, run the following commands instead.
sudo apt update sudo apt install -y dkms git sudo git clone 'https://github.com/RinCat/RTL88x2BU-Linux-Driver.git' /usr/src/rtl88x2bu-git sudo sed -i 's/PACKAGE_VERSION="@PKGVER@"/PACKAGE_VERSION="git"/g' /usr/src/rtl88x2bu-git/dkms.conf sudo dkms add -m rtl88x2bu -v git sudo dkms autoinstall sudo reboot
- Copy Link
- Subscribe
- Bookmark
- Report Inappropriate Content
Thank you very much for all your sharing about the Linux drivers. they are very helpful.
Archer T2U Nano / Plus Archer T600U Nano / Plus Archer T3U Nano / Plus Archer T4U Plus Archer T4UH Archer T9UH |
RTL8812AU |
The models above use the same chipset-RTL8812AU. Archer T2U v3 is also RTL8812AU(not V1 and V2). And you are right, the same Linux driver for T2U v3 should work for other models with the same chipset. For more details, you could have a look at this link:https://www.tp-link.com/en/support/faq/1076/
As for the update of the Linux drivers, I don't think it will be available. So far there is no further plan to add more support for new Linux versions. Some newly released adapters no longers promote Linux support even though the chipset might still support it.
Best regards.
(Note: As per OP's request, this post will be closed, If you have any further issues, please start a new thread here.)
- Copy Link
- Report Inappropriate Content
Information
Helpful: 46
Views: 60544
Replies: 21