2

Since I updated to 16.04, I'm having problems starting Bluetooth. In recent weeks sometimes restarting my laptop fixed it, but now it won't turn on under any circumstances.

Can you help me with this?

Zanna
  • 70,465
Pablo
  • 380

2 Answers2

1

I added it to startup

gksudo gedit /etc/rc.local

rfkill unblock bluetooth

And now it's working. Hope it keeps that way

Pablo
  • 380
-1

On 20.04 I was able to resolve this by reloading the btusb module as described in this blog post:

Open a Terminal (Ctrl+Alt+T) and enter below commands one after another.

sudo rmmod btusb
sudo modprobe btusb
Zanna
  • 70,465