Bluetooth : impossible de l'utiliser

Bonjour.

J’ai acquis un récepteur/émetteur Bluetooth USB pour mon ordi de bureau afin de connecter une souris et éventuellement émettre de l’audio vers un récepteur (Bluettooth donc).

Je suis sous Debian 13. Je n’ai pas vraiment besoin d’interface graphique pour cette utilisation. Et j’ai opté pour les commandes bluetoothctl délivré par le paquet bluez.

J’ai installé ces cinq paquets : bluez, rfkill, bluez-tools, bluez-firmware, bluez-alsa-utils.

Je n’arrive tout simplement pas à utiliser ce dongle via la ligne de commande. Donc j’ai aussi installé le gestionnaire bluetooth en mode graphique blueman mais sous ma session i3, l’ouverture de l’application est très lente et rend à l’écran une fenêtre noir sans possibilités d’actions.

Voici deux trois commandes :

 ~ $ sudo rfkill                                       
ID TYPE      DEVICE     SOFT     HARD
 0 bluetooth hci0   débloqué débloqué

 ~ $ lsusb
...
Bus 001 Device 003: ID 33fa:0010  USB2.0-BT
...

~ $ bluetoothctl discoverable on
No default controller available

 ~ $ bluetoothctl list
(ne donne rien en retour)

 ~ $ bluetoothctl power on
No default controller available

 ~ $ sudo dmesg -t | grep -i firmware
ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: DF4E63B6-3BBC-4858-9737-C74F82F821F3 has zero instances
wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 8F1F6436-9F42-42C8-BADC-0E9424F20C9A has zero instances
wmi_bus wmi_bus-PNP0C14:02: [Firmware Bug]: WQZZ data block query control method not found
i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/skl_dmc_ver1_27.bin (v1.27)

~ $ sudo dmesg -t | grep -i bluetooth
[sudo] Mot de passe de crp : 
Bluetooth: Core ver 2.22
NET: Registered PF_BLUETOOTH protocol family
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP socket layer initialized
Bluetooth: SCO socket layer initialized
Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Bluetooth: BNEP filters: protocol multicast
Bluetooth: BNEP socket layer initialized
Bluetooth: hci0: command 0x1005 tx timeout
Bluetooth: hci0: Opcode 0x1005 failed: -110
Bluetooth: hci0: Opcode 0x1005 failed: -110
Bluetooth: hci0: command 0x1005 tx timeout

~ $ systemctl status bluetooth     
● bluetooth.service - Bluetooth service
      Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: enabled)
     Active: active (running) since Wed 2025-09-17 13:55:20 CEST; 11h ago
 Invocation: ce10f2fa0bcb4acd86a3730bc1831c84
       Docs: man:bluetoothd(8)
   Main PID: 998 (bluetoothd)
      Status: "Running"
      Tasks: 1 (limit: 18929)
     Memory: 3.6M (peak: 3.8M)
        CPU: 52ms
      CGroup: /system.slice/bluetooth.service
             └─998 /usr/libexec/bluetooth/bluetoothd

Warning: some journal files were not opened due to insufficient permissions.

Brancher/débrancher/rebooter : ne donne pas plus de résultats.
Mon dongle USB est de la marque UGREEN, modèle : BT 5.4 - CM749
(amazon.com.be)

Auriez vous des idées ?

Merci et bonne journée !!