bluetoothctl No default controller available

后端 未结 6 2094
广开言路
广开言路 2021-02-05 06:15

It\'s a bit wired here.

I have a problem is bluetoothctl always said \"No default controller available\". I found there are many people had same problem with me. But th

6条回答
  •  醉酒成梦
    2021-02-05 06:39

    Also happens if rfkill switch is blocking Bluetooth (for some inadvertent reason, in my case):

    $ rfkill list all
    
    0: tpacpi_bluetooth_sw: Bluetooth
        Soft blocked: yes
        Hard blocked: no
    

    To unblock, pass the ID for your Bluetooth device from the list above to the unblock subcommand:

    $ rfkill unblock 0
    

    Then controller should be back:

    $ bluetoothctl list
    Controller .... [default]
    

提交回复
热议问题