Cannot make this wireless adapter work on Ubuntu 20.04... please help.
I've tried this: TP-LINK Archer T3U not working in Ubuntu 18.04 and now lsusb sees the device, but still doesn't work.
lsusb:
Bus 002 Device 006: ID 2357:0138 TP-Link 802.11ac NIC
uname -r:
5.4.0-39-generic
Edit: It works on my other computer with Ubuntu 18.04 using T2U Plus driver from here: https://github.com/RinCat/RTL88x2BU-Linux-Driver
But it does not work with Ubuntu 20.04...
sudo modprobe 88x2bu: Gives nothing.
modinfo 88x2bu | grep -e version -e 0138 :
version: v5.6.1_30362.20181109_COEX20180928-6a6a
srcversion: 9C5282368F93050B7206C8D
parm: rtw_chip_version:int
dmesg | grep 88x2 :
[ 8087.334869] 88x2bu: loading out-of-tree module taints kernel.
[ 8087.336610] 88x2bu: module verification failed: signature and/or required key missing - tainting kernel
[ 8087.341389] usbcore: registered new interface driver rtl88x2bu
lsusb
and also:uname -r
Welcome to Ask Ubuntu. – chili555 Jul 03 '20 at 16:15sudo modprobe 88x2bu
and also:modinfo 88x2bu | grep -e version -e 0138
and, finally:dmesg | grep 88x2
– chili555 Jul 04 '20 at 14:44sudo dkms status
If so, we'll need to remove the inoperative driver before we reinstall another. Notice that your 2357:0138 device insn't covered by the driver you installed. – chili555 Jul 04 '20 at 15:19sudo dkms status
outputs nothing. – Carlos Jul 04 '20 at 15:23lsusb
? Almost all USB wireless manufacturers change the chipset and maybe only add V.2 on the device. Please check lsusb with your son. All T3Us are not equal. – chili555 Jul 04 '20 at 15:36ID 2357:0138 TP-Link
– Carlos Jul 04 '20 at 15:41