Bluetooth broken

My bluetooth just randomly decided to stop working.
When I turn it on, it does not show any devices:

Things I have tried already:

  • Turning it off and on again

  • Rebooting

  • lsusb - my bluetooth dongle is connected

  • systemctl status bluetooth - it appears to be online

Any ideas on what to try next? I think there was a kernel update recently, but I am unsure if that is the cause of the problem because it was working for a few hours after I updated and restarted my desktop.

Is there a way to completely reinstall all the bluetooth software/drivers included in Zorin?

EDIT: I fixed it, here's how

sudo apt-get purge bluez
sudo apt-get install --reinstall bluez bluez-tools blueman pulseaudio-module-bluetooth
sudo reboot

I'll leave the post open if anyone else experiences issues after the kernel update

2 Likes

Also some other issues that can affect Bluetooth:

Gday @CC7
Glad to hear you fixed the issue.
Could you please 'Mark' the post that helped as "Solution".
Or add a post explaining your Solution.
This lets Others know they can find a solution here that may help them.
Solution pic

Thank you.
Zorin Forum Community.

*** Please don't hesitate to create a new Topic if needed. :+1:

Assuming it is a software issue:

sudo apt-get purge bluez
sudo apt-get install --reinstall bluez bluez-tools blueman pulseaudio-module-bluetooth
sudo reboot
2 Likes

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