WiFi adapter: Archer T2U Nano

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
pavol_tuka
Level 1
Level 1
Posts: 41
Joined: Fri Jul 06, 2018 8:32 am

WiFi adapter: Archer T2U Nano

Post by pavol_tuka »

Hello all, if anybody could help me to get wifi working on my laptop with mint it would be a small victory of last months of my life...

I have this piece of hardware:
Image

Manufacturer:
https://www.tp-link.com/us/home-network ... -t2u-nano/

Related topic:
viewtopic.php?f=53&t=260658
HAWR wrote: Sat Oct 12, 2019 11:29 am The mt7610u chipset is directly supported by the 5.x kernels (driver mt76x0u)

viewtopic.php?f=90&t=302169&p=1689463&h ... 0#p1689463
I upgrade to latest kernel:

Code: Select all

$ cat /proc/version
Linux version 5.0.0-31-generic (buildd@lgw01-amd64-046) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #33~18.04.1-Ubuntu SMP Tue Oct 1 10:20:39 UTC 2019
Edit:
Note 1: Hardware is working on Windows - its not hardware problem.
Note 2: Laptops's integrated wifi module is broken (scan works, networks are shown, but can't connect), thats why I am using wifi adapter. Integrated wifi is disabled in BIOS. (Windows has problem which wifi interface to use, so I disabled the broken one)

And restart the machine, but there is still only Wired connection.

Code: Select all

$ ifconfig
eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.229  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::f733:e662:8f31:a32e  prefixlen 64  scopeid 0x20<link>
        ether fc:15:b4:ff:15:54  txqueuelen 1000  (Ethernet)
        RX packets 10842  bytes 9735665 (9.7 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 8618  bytes 937897 (937.8 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 1259  bytes 123712 (123.7 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1259  bytes 123712 (123.7 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
Is there any action what should I do or what other steps should I try?

Thank you for every reply.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: WiFi adapter: Archer T2U Nano

Post by catweazel »

pavol_tuka wrote: Sun Oct 13, 2019 4:17 am I have this piece of hardware:
https://askubuntu.com/questions/674116/ ... 0u/1115551

That's from February this year. The second answer is reported to have worked on Mint 19.1.
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
HAWR
Level 9
Level 9
Posts: 2713
Joined: Thu Jun 06, 2019 1:15 pm

Re: WiFi adapter: Archer T2U Nano

Post by HAWR »

The Archer T2U Nano is not the same that I mentioned in the other thread. Please show the output of

Code: Select all

lsusb
with plugged-in usb adapter
pavol_tuka
Level 1
Level 1
Posts: 41
Joined: Fri Jul 06, 2018 8:32 am

Re: WiFi adapter: Archer T2U Nano

Post by pavol_tuka »

catweazel wrote: Sun Oct 13, 2019 4:36 am
pavol_tuka wrote: Sun Oct 13, 2019 4:17 am I have this piece of hardware:
https://askubuntu.com/questions/674116/ ... 0u/1115551

That's from February this year. The second answer is reported to have worked on Mint 19.1.
I think its a driver, but kernel 5.x should have it already, or not?
pavol_tuka
Level 1
Level 1
Posts: 41
Joined: Fri Jul 06, 2018 8:32 am

Re: WiFi adapter: Archer T2U Nano

Post by pavol_tuka »

HAWR wrote: Sun Oct 13, 2019 5:39 am The Archer T2U Nano is not the same that I mentioned in the other thread. Please show the output of

Code: Select all

lsusb
with plugged-in usb adapter

Code: Select all

$ lsusb
Bus 001 Device 002: ID 8087:8000 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 004: ID 04f2:b40d Chicony Electronics Co., Ltd 
Bus 002 Device 003: ID 25a7:fa23  
Bus 002 Device 002: ID 2357:011e  
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
HAWR
Level 9
Level 9
Posts: 2713
Joined: Thu Jun 06, 2019 1:15 pm

Re: WiFi adapter: Archer T2U Nano

Post by HAWR »

This here is your adapter:
Bus 002 Device 002: ID 2357:011e
There seems to be no linux driver until now and as shown on the following website, on hp-laptops the usage failed. But for one probe it seems to work with the 88XXau driver.

https://linux-hardware.org/index.php?id=usb:2357-011e

You could try the installation described on the following website, but it isn't said that it leads to success:

https://github.com/aircrack-ng/rtl8812au
pavol_tuka
Level 1
Level 1
Posts: 41
Joined: Fri Jul 06, 2018 8:32 am

Re: WiFi adapter: Archer T2U Nano

Post by pavol_tuka »

HAWR wrote: Sun Oct 13, 2019 6:24 am You could try the installation described on the following website, but it isn't said that it leads to success:

https://github.com/aircrack-ng/rtl8812au
After driver installation and machine restart LED status indicator of adapter starts blinking. System also recognize there is any WiFi adapter, but scan returns empty result:

Code: Select all

$ iw dev
phy#0
	Interface wlx503eaabbaeca
		ifindex 3
		wdev 0x1
		addr 50:3e:aa:bb:ae:ca
		type managed
		txpower 0.00 dBm

$ iw wlx503eaabbaeca link
Not connected.

$ sudo iw wlx503eaabbaeca scan
$ sudo ip link set wlx503eaabbaeca up
Is there any other driver which could I try or - Am I already at the end of the way of success?
HAWR
Level 9
Level 9
Posts: 2713
Joined: Thu Jun 06, 2019 1:15 pm

Re: WiFi adapter: Archer T2U Nano

Post by HAWR »

What are the results of:

Code: Select all

inxi -nxz

Code: Select all

iwconfig

Code: Select all

rfkill list all
pavol_tuka
Level 1
Level 1
Posts: 41
Joined: Fri Jul 06, 2018 8:32 am

Re: WiFi adapter: Archer T2U Nano

Post by pavol_tuka »

HAWR wrote: Sun Oct 13, 2019 7:06 am What are the results of:

Code: Select all

inxi -nxz
iwconfig
rfkill list all

Code: Select all

$ inxi -nxz
Network:
  Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet 
  vendor: Hewlett-Packard driver: r8169 v: kernel port: 3000 bus ID: 01:00.0 
  IF: eno1 state: up speed: 100 Mbps duplex: full mac: <filter> 
  IF-ID-1: wlx503eaabbaeca state: dormant mac: <filter> 
  
$ iwconfig
wlx503eaabbaeca  unassociated  ESSID:""  Nickname:"<WIFI@REALTEK>"
          Mode:Managed  Frequency=2.412 GHz  Access Point: Not-Associated   
          Sensitivity:0/0  
          Retry:off   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality=0/100  Signal level=0 dBm  Noise level=0 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

lo        no wireless extensions.

eno1      no wireless extensions.

$ rfkill list all
1: phy1: Wireless LAN
	Soft blocked: no
	Hard blocked: no
HAWR
Level 9
Level 9
Posts: 2713
Joined: Thu Jun 06, 2019 1:15 pm

Re: WiFi adapter: Archer T2U Nano

Post by HAWR »

Hello pavol_tuka,

it seems, that the driver has activate the nano adapter, but there is no access point associated. Please try the following commands:

Code: Select all

nmcli device wifi rescan
(there is no output)

Code: Select all

nmcli device wifi list
(please show the ouput, if there are results, and write, which network is yours)
pavol_tuka
Level 1
Level 1
Posts: 41
Joined: Fri Jul 06, 2018 8:32 am

Re: WiFi adapter: Archer T2U Nano

Post by pavol_tuka »

HAWR wrote: Mon Oct 14, 2019 5:00 pm

Code: Select all

nmcli device wifi rescan
(there is no output)

Code: Select all

nmcli device wifi list
(please show the ouput, if there are results, and write, which network is yours)
Hello HAWR, first of all - thank you for your time and effort.

Code: Select all

$ nmcli device wifi rescan
$ nmcli device wifi list
IN-USE  SSID  MODE  CHAN  RATE  SIGNAL  BARS  SECURITY 
$ (this is promt of next line, as you can see, there is no network in list)
xkazerike

Re: WiFi adapter: Archer T2U Nano

Post by xkazerike »

I have the same problem with a t2u ac600 V3, they not use mt7610 chipset =(
I also try rtl88xx driver
The lights turns on but the adapter don't found any network.
the 8821au has the same problem, lights on but nothing works at all
=( this is really sad, i working on this for 2 weeks and don't found a solution
HAWR
Level 9
Level 9
Posts: 2713
Joined: Thu Jun 06, 2019 1:15 pm

Re: WiFi adapter: Archer T2U Nano

Post by HAWR »

Hello pavol_tuka,

I don't know by now your hardware and system, but is it possible, that you have secure boot enabled in UEFI/BIOS? Please have a look with:

Code: Select all

mokutil --sb-state
If mokutil isn't installed, the terminal shows you how. If secure boot is enabled, please disable it in the BIOS.


Hello xkazerike,

it is better to start a thread of your own for several reasons:
- you have another device then the nano device here, for which no linux driver is known by now
- you can title your thread with your device, so other users with the same device can find it easier in the forums search

Please show in your own thread the outputs of (with the wifi adapter plugged-in)

Code: Select all

inxi -Fxz

Code: Select all

lsusb

Code: Select all

iwconfig

Code: Select all

rfkill list all
If you have an UEFI/BIOS system, then look for secure boot as written above for pavol_tuka.
pavol_tuka
Level 1
Level 1
Posts: 41
Joined: Fri Jul 06, 2018 8:32 am

Re: WiFi adapter: Archer T2U Nano

Post by pavol_tuka »

Code: Select all

$mokutil --sb-state
SecureBoot disabled
Platform is in Setup Mode
HAWR
Level 9
Level 9
Posts: 2713
Joined: Thu Jun 06, 2019 1:15 pm

Re: WiFi adapter: Archer T2U Nano

Post by HAWR »

Hello pavol_tuka,

I can only think of two things we could try right now. The first one is, that you go to the device manager in Windows and look, if you can find informations about the used driver. The second is, that you setup manually a network connection with the entrance of your network SSID, the right device "wlx503eaabbaeca (MAC-address)" and the right security settings (WPA, WPA2 or what is configured in the router). Maybe it could be better, that you don't use a SSID with special signs like the @ in WIFI@REALTEK.
pavol_tuka
Level 1
Level 1
Posts: 41
Joined: Fri Jul 06, 2018 8:32 am

Re: WiFi adapter: Archer T2U Nano

Post by pavol_tuka »

Hello HAWR,

so I create a 2,4GHz hotspot from phone Redmi 4X with ssid "redmi" with no encryption. I tried to connect another phone to redmi network and it works, but mint cant do that.

Code: Select all

$nmcli dev wifi connect redmi
Error: No network with SSID 'redmi' found.
I am going to install Windows again and try to find any information about driver.
pavol_tuka
Level 1
Level 1
Posts: 41
Joined: Fri Jul 06, 2018 8:32 am

Re: WiFi adapter: Archer T2U Nano

Post by pavol_tuka »

screenshot.png
Is there any other screen/window or command result what do you wish to see?
HAWR
Level 9
Level 9
Posts: 2713
Joined: Thu Jun 06, 2019 1:15 pm

Re: WiFi adapter: Archer T2U Nano

Post by HAWR »

Hello pavol_tuka,

one thing I've found but never used myself is the program ndiswrapper, which should allow to use the windows driver. This program ndiswrapper with utils is installed on my LM 19.2 Cinnamon. There is a graphical interface for ndiswrapper called ndisgtk, which you can use to install for the windows driver if you don't want to use the terminal for it. A detailed description with how-to is here:

https://help.ubuntu.com/community/WifiD ... diswrapper

You could download the driver from tp-link

https://www.tp-link.com/us/support/down ... no/#Driver

or you can take the .inf, .sys and .bin files from Windows. I think, it is better to remove the RTL8812AU driver as described on the github website. I think, it is worth a try. Otherwise I don't know at the moment how to get the USB adapter to work under linux. Good luck! I'm looking forward to the result :)
pavol_tuka
Level 1
Level 1
Posts: 41
Joined: Fri Jul 06, 2018 8:32 am

Re: WiFi adapter: Archer T2U Nano

Post by pavol_tuka »

Hello HAWR,

so, I installed fresh new Mint 19.2, upgrade all packages and try to use ndiswrapper with Windows 10 64bit driver, but after

Code: Select all

$ ndiswrapper -l
netrtwlanu : driver installed
	device (2357:011E) present
sudo depmod -a
sudo modprobe ndiswrapper
(there was no errors)
there is no new interface.

So there is last thing - I am saying you great thank you for your effort. Have a nice day.
HAWR
Level 9
Level 9
Posts: 2713
Joined: Thu Jun 06, 2019 1:15 pm

Re: WiFi adapter: Archer T2U Nano

Post by HAWR »

Hello pavol_tuka,

thanks for wish and I think we've done our very best :) I hope, you find a good other solution.
Locked

Return to “Networking”