Issue with usb bluetooth adapter not working

Hi currently having an issue with a bluetooth adapter not working properly (I cannot enable bluetooth in the settings panel or see it in bluetoothctl)
I already checked to see if bluetooth.services is running with status

bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
     Active: active (running) since Sun 2022-03-20 19:09:30 CET; 5s ago
       Docs: man:bluetoothd(8)
   Main PID: 2272 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 19092)
     Memory: 784.0K
        CPU: 16ms
     CGroup: /system.slice/bluetooth.service
             └─2272 /usr/lib/bluetooth/bluetoothd

mrt 20 19:09:30 Desktop systemd[1]: Starting Bluetooth service...
mrt 20 19:09:30 Desktop bluetoothd[2272]: Bluetooth daemon 5.63
mrt 20 19:09:30 Desktop systemd[1]: Started Bluetooth service.
mrt 20 19:09:30 Desktop bluetoothd[2272]: Starting SDP server
mrt 20 19:09:30 Desktop bluetoothd[2272]: Bluetooth management interface 1.21 initialized

when I use sudo dmesg | grep -i bluetooth I have the following output

[    3.328628] usb 3-3: Product: Bluetooth Radio
[    7.315836] Bluetooth: Core ver 2.22
[    7.315856] NET: Registered PF_BLUETOOTH protocol family
[    7.315857] Bluetooth: HCI device and connection manager initialized
[    7.315860] Bluetooth: HCI socket layer initialized
[    7.315862] Bluetooth: L2CAP socket layer initialized
[    7.315865] Bluetooth: SCO socket layer initialized
[    9.626984] Bluetooth: hci0: command 0x1001 tx timeout
[   17.520157] Bluetooth: hci0: RTL: HCI_OP_READ_LOCAL_VERSION failed (-110)
[   20.506923] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   20.506927] Bluetooth: BNEP filters: protocol multicast
[   20.506933] Bluetooth: BNEP socket layer initialized
[  212.977605] audit: type=1131 audit(1647799770.209:118): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  212.992271] audit: type=1130 audit(1647799770.222:119): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

and lsusb is showing the device.

Bus 003 Device 003: ID 0bda:8771 Realtek Semiconductor Corp. Bluetooth Radio

When running bluetoothctl I cannot seem to find the device at all. Am I missing something?

Hi,

What does rfkill list yield?