Bluetooth: Difference between revisions

imported>Grahamc
m Update anchor
imported>Grahamc
Add troubleshooting info for a disabled bluetooth controller
Line 87: Line 87:


You need to use pulseaudioFull, see [[#Using Bluetooth headsets with PulseAudio]].
You need to use pulseaudioFull, see [[#Using Bluetooth headsets with PulseAudio]].
===Bluetooth fails to power on with Failed to set power on: org.bluez.Error.Blocked===
If <tt>journalctl -eu bluetooth</tt> shows <tt>Failed to set mode: Blocked through rfkill (0x12)</tt>, rfkill might be blocking it:
<syntaxhighlight lang="console">
$ rfkill
ID TYPE      DEVICE      SOFT      HARD
1 wlan      phy0  unblocked unblocked
37 bluetooth hci0  blocked unblocked
</syntaxhighlight>
Unblock it first:
<syntaxhighlight lang="console">
$ sudo rfkill unblock bluetooth
</syntaxhighlight>


==See also==
==See also==