I use GNOME in arch. When I try to enable bluetooth via GNOME’s settings, I face this:
GNOME’s version is 44.5.
I have installed gnome-bluetooth and gnome-bluetooth-3.0.
Why this is happening?
I use GNOME in arch. When I try to enable bluetooth via GNOME’s settings, I face this:
GNOME’s version is 44.5.
I have installed gnome-bluetooth and gnome-bluetooth-3.0.
Why this is happening?
If WiFi is not enabled, you can try enabling it and try enabling Bluetooth.
If above step doesn’t work, run the following command (as root)
# journalctl -f
Try enabling Bluetooth, post the output of the above command.
It does not work even if wifi is on.
اكتبر 08 23:52:00 rezarch gsd-rfkill[1310]: GTask cc_rfkill_glib_send_change_all_event (source object: 0x5612cd069150, source tag: 0x5612ccf1aec0) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.
Check if "bluetooth.service"
systemd service is up and running, with the following command.
$ systemctl status bluetooth.service
If not, enable and start the service ( as root )
# systemctl enable bluetooth.service
# systemctl start bluetooth.service
Thanks you! Now it works.
This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.