Issue with TP-Link AC600 Archer T2U Nano on Ubuntu 24.04.1 LTS
Hi all,
I recently purchased the TP-Link AC600 Archer T2U Nano wireless USB adapter, but I am unable to get it to work on my Dell Inspiron 3583 running Ubuntu 24.04.1 LTS.
Here’s what I’ve tried so far to install the driver:
- Followed the instructions here: AskUbuntu Thread.
- Used the source from this repository: aircrack-ng/rtl8812au.
- Installed via apt: `sudo apt install rtl8812au-dkms`.
The adapter is recognized by my system, but I cannot detect any Wi-Fi networks. For comparison, my TP-Link Archer T4U adapter works perfectly fine under the same conditions.
Any advice or suggestions to resolve this issue would be greatly appreciated!
Thanks
- Copy Link
- Subscribe
- Bookmark
- Report Inappropriate Content
If you're having trouble, this worked well for me:
https://github.com/morrownr/8821au-20210708
- Copy Link
- Report Inappropriate Content
Hi,
By "the adapter is recognized by my system" do you mean your T2U Nano shows up when running commands like "nmcli" or "iw list"?
- Copy Link
- Report Inappropriate Content
The driver is loaded correctly:
$ sudo dmesg | grep 8812au
[ 2347.697150] RTL871X: rtl8812au v4.3.8_12175.20140902
[ 2347.697258] usbcore: registered new interface driver rtl8812au
T2U Nano doesn't shows up when running "nmcli".
- Copy Link
- Report Inappropriate Content
Ok. I've just tested this aircrack-ng/rtl8812au driver myself with an Archer T4U V2 and Ubuntu 24 and what I am seeing is that the T4U shows up in the GUI but it's scanning forever and not finding any Wi-Fi networks. Is that also what you are seeing with your Archer T2U Nano?
So I think this particular driver somehow doesn't work with Ubuntu 24 and you might want to look for another driver, perhaps this one https://github.com/morrownr/8812au.
By the way, is the Archer T4U you mentioned previously a V2 or V3? Only the Archer T4U V2 (and probably also V1) can use rtl8812au drivers. The Archer T4U V3 uses the rtl8812bu, for which drivers have already been built into newer Linux kernels (starting with version 6.2 I believe).
- Copy Link
- Report Inappropriate Content
Exactly! The adapter appears in the GUI, but it keeps scanning without finding any Wi-Fi networks.
The GitHub repository you shared redirects to: https://github.com/morrownr/8812au-20210820. Is it safe to install?
Although it was made in 2024, it still states "Ver: 1.0" in the box.
- Copy Link
- Report Inappropriate Content
bna wrote
The GitHub repository you shared redirects to: https://github.com/morrownr/8812au-20210820. Is it safe to install?
This driver is no more or less safe to install than the other one you tried previously. It's always the same story. Realtek (the company who makes the Wi-Fi chip) originally made a driver for Linux, but stopped developing the driver further several years ago, which lead to the driver becoming outdated and incompatible with newer Linux kernels. However, Realtek made the source code for the driver available to the public and this allowed some independant developers to modify the driver to work with newer Linux kernels.
Out of interest I've just installed the driver from https://github.com/morrownr/8812au-20210820 in my Ubuntu 24 and my Archer T4U V2 (the one with the rtl8812au chip) seems to work fine with it, so I think the driver should also work fine with the rtl8811au chip in your T2U Nano.
- Copy Link
- Report Inappropriate Content
If you're having trouble, this worked well for me:
https://github.com/morrownr/8821au-20210708
- Copy Link
- Report Inappropriate Content
Information
Helpful: 0
Views: 129
Replies: 6
Voters 0
No one has voted for it yet.