You are not logged in.

#1 2023-07-20 11:46:35

ProbablyDeez
Member
Registered: 2023-07-17
Posts: 3

bluetoothctl: No default controller available

I am getting a No default controller available error while using bluetoothctl:

$ bluetoothctl
Agent registered
[bluetooth]# show
No default controller available

What I already did:

  • when I try to use blue devil and click on enable, it doesn't enable and clicking it does nothing.

  • both bluez and bluez-utils are installed.

  • rfkill list all shows both acer-bluetooth and hci0 as unblocked.

  • sudo bluetoothctl also shows the same "No default controller available".

  • I am already a part of the lp group.

the Bluetooth service is enabled:

$ systemctl status bluetooth

● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: disabled)
     Active: active (running) since Thu 2023-07-20 14:30:27 +03; 11min ago
       Docs: man:bluetoothd(8)
   Main PID: 528 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 18805)
     Memory: 2.1M
        CPU: 30ms
     CGroup: /system.slice/bluetooth.service
             └─528 /usr/lib/bluetooth/bluetoothd

Jul 20 14:30:27 SCH-Laptop systemd[1]: Starting Bluetooth service...
Jul 20 14:30:27 SCH-Laptop bluetoothd[528]: Bluetooth daemon 5.68
Jul 20 14:30:27 SCH-Laptop bluetoothd[528]: Starting SDP server
Jul 20 14:30:27 SCH-Laptop bluetoothd[528]: src/plugin.c:plugin_init() System does not support csip plugin
Jul 20 14:30:27 SCH-Laptop bluetoothd[528]: src/plugin.c:plugin_init() System does not support vcp plugin
Jul 20 14:30:27 SCH-Laptop bluetoothd[528]: src/plugin.c:plugin_init() System does not support mcp plugin
Jul 20 14:30:27 SCH-Laptop bluetoothd[528]: src/plugin.c:plugin_init() System does not support bass plugin
Jul 20 14:30:27 SCH-Laptop bluetoothd[528]: src/plugin.c:plugin_init() System does not support bap plugin
Jul 20 14:30:27 SCH-Laptop systemd[1]: Started Bluetooth service.
Jul 20 14:30:27 SCH-Laptop bluetoothd[528]: Bluetooth management interface 1.22 initialized

Output of lsmod | grep -e mt7921e -e btusb:

mt7921e                32768  0
mt7921_common         118784  1 mt7921e
mt76_connac_lib        86016  2 mt7921e,mt7921_common
mt76                  118784  3 mt7921e,mt7921_common,mt76_connac_lib

Offline

Board footer

Powered by FluxBB