I have a TP-Link Archer T2U Plus wifi adapter, and when I go to settings it says that there is not wifi adapter detected.
The usb port recognizes the adapter
../~$ lsusb
Bus 002 Device 002: ID 0bda:0411 Realtek Semiconductor Corp. Hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 010: ID 2357:0120 TP-Link Archer T2U PLUS [RTL8821AU]
Bus 001 Device 005: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 004: ID 25a7:fa67 Areson Technology Corp 2.4G Receiver
Bus 001 Device 002: ID 0bda:5411 Realtek Semiconductor Corp. RTS5411 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Here is my Ubuntu and kernel versions
../~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.4 LTS
Release: 22.04
Codename: jammy
../~$ uname -r
6.8.0-40-generic
also running the command sudo dkms status shows that I have an rtl8821au driver already installed
../~$ sudo dkms status
rtl8821au/5.12.5.2, 6.8.0-40-generic, x86_64: installed
I already followed the steps in https://github.com/morrownr/8821au-20210708, but it does not seem to work still.
Any guidance on how to get the wifi adapter working would be much appreciated!