Bluetooth: Difference between revisions

imported>Makefu
No edit summary
imported>Samueldr
m Adds workaround for an issue I just "debugged", I don't know why it didn't register, but it didn't!
Line 114: Line 114:
</syntaxhighlight>
</syntaxhighlight>


=== Cannot use bluetooth while it previously worked ===


Symptoms:
* When using <code>bluetoothctl</code>, getting "No agent is registered".
* When using <code>blueman</code> or anything using dbus to talk to bluez, getting <code>dbus.exceptions.DBusException: org.freedesktop.DBus.Error.AccessDenied: Rejected send message"</code>
This possibly can be fixed by restarting the display-manager session. The session management may have had an issue with registering your current session and doesn't allow you to control bluetooth.
<syntaxhighlight>
sudo systemctl restart display-manager.service
</syntaxhighlight>


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