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?
I added it to startup
gksudo gedit /etc/rc.local
rfkill unblock bluetooth
And now it's working. Hope it keeps that way
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