Wifi RTL8111 state dormant

hey there I got me a new RTTL8811AU WIFI USB, and installed the
drivers rtl88xxau-dkms-git then the linux-headers, inxi F- shows the
installed device but states it state as dormant:

any idea how to wake it up ? thx !! : - )

  Device-1: Realtek RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet
    driver: r8169
  IF: enp3s0 state: up speed: 1000 Mbps duplex: full mac: 04:d9:f5:60:d4:38
  Device-2: TP-Link AC600 wireless Realtek RTL8811AU [Archer T2U Nano]
    driver: rtl88XXau type: USB
  IF: wlp1s0f0u4 state: dormant mac: d6:b3:4a:bf:7e:03

what happens when you attempt to communicate with it?

sudo iw link set wlp1s0f0u4 up

if that doesn’t work, check the driver status

sudo dmesg | grep usbcore

you should get information back that shows something similar:

[   10.562887] usbcore: registered new interface driver btusb
[   10.612572] usbcore: registered new interface driver usbhid
[   10.922029] usbcore: registered new device driver r8152-cfgselector
[   11.766981] usbcore: registered new interface driver r8152

you can also try using nmcli or nmtui and check if the device is there and you can configure or change settings.

In nmtui there is an option for Radio and set the status

thx, I tried those as you wrote, but nmtui does not show wifi device

image

Still puzzled by this. Would you be able to download a Debian live ISO and try your device on the live environment?

I have a Debian-Testing installation on one of my Computers,
but there too I would need to install the driver from the git repo,

already bought a replacement stick so no need to spend more
effort on this.
Thanks for your assistance though, which I really appreciate