Looking for a driver for my wireless adapter

Hi there. I’m a new Linux user, and I using a 2-days old Manjaro KDE. My laptop’s built-in wifi card isn’t stable, so I got a USB one. TP-Link T2U Archer. Apparently it’s only for windows and macos. (although there’s a guide for ubuntu…)

I’ve tried looking for drivers using the pacman, and searched online for github driver package, but was without luck. So I was wondering are there any places to look for solutions?

Thanks!

Hi!
Can you post the output of

 inxi -N
 rfkill list

Network: Device-1: Realtek RTL810xE PCI Express Fast Ethernet driver: r8169
Device-2: Realtek RTL8723BE PCIe Wireless Network Adapter driver: rtl8723be
Device-3: TP-Link 802.11ac WLAN Adapter type: USB driver: usb-network
[bf@bf-2020 ~]$ rfkill list
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
3: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no

Hi!
I think this is the package you need
TP-link T2U Archer

If it is really an TP-Link T2U Archer then the wrong driver has been loaded some how.

It should be 8192eu.

and it is in kernel 5.4 included:

https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.4.y&id=5407fd7de69f3352aed659244d4bef18e3cabf5c

Could you provide more detailed information?

 inxi -Nazy

Thanks :slight_smile:

And please correct the formatting :slight_smile: Here is an example how ti works:

Peek 2020-09-13 19-04

Use ``` at the first line and the last line.

Latest comment:

This package has been out of date since 2018-05-31.

I entered inxi -Nazy

[bf@bf-2020 ~]$ ```

Network:
Device-1: Realtek RTL810xE PCI Express Fast Ethernet vendor: Lenovo
driver: r8169 v: kernel port: 4000 bus ID: 02:00.0 chip ID: 10ec:8136
Device-2: Realtek RTL8723BE PCIe Wireless Network Adapter vendor: Lenovo
driver: rtl8723be v: kernel port: 3000 bus ID: 03:00.0 chip ID: 10ec:b723
Device-3: TP-Link 802.11ac WLAN Adapter type: USB driver: usb-network
bus ID: 2-2:3 chip ID: 2357:011f serial:

I’m sorry I didn’t understand the last part. then Tab? Or enter? This is the best I could manage [bf@bf-2020 ~]$

inxi -Nazy

bash: Network:: command not found

Example:

```
code from terminal
```

I guess you need to install this package:

pamac build 8192eu-dkms

Please run that command (wait until it is finished) and reboot.

That will take a while, since it needs to build everything.

I’m doing that through the GUI pacman. It’s still running post transaction hooks… I will reply as soon as it’s done

There is no driver - and the mt7610u in AUR does not build - as I recall the source has vanished.

As I did buy two of these - mistaken for the Linux compatibility - I build a package many - many moons ago. You can find it at my server with the sources - I think the source package also contains the PKGBUILD - if you want to rebuild the package - although I actually installed myself not long ago.

ID 148f:761a Ralink Technology, Corp. MT7610U ("Archer T2U" 2.4G+5G WLAN Adapter

https://www.uex.dk/public/archive/Packages/

Just verified on my current workstation - the package is still valid even with this config

Linux ts 5.8.8-zen1-1-zen #1 ZEN SMP PREEMPT Wed, 09 Sep 2020 19:01:48 +0000 x86_64 GNU/Linux

If you want to use this package - you need to remove other packages you built/installed for this device.

thanks for the info and link. I’m now trying to get it to work

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.