Bluetooth not working on Manjaro GNOME

I had an issue where Bluetooth didn’t work no matter how many times I clicked “on” in the settings:
image

I realised that the Bluetooth service was being blocked by rfkill with sudo systemctl status bluetooth command.

The fix was to unblock it:

sudo rfkill unblock bluetooth

Then restart Bluetooth:

sudo systemctl restart bluetooth
1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.