Bluetooth settings won't open Ubuntu 20.04
Matthew Barrera
I am trying to open the Bluetooth settings in order to pair a device, but I cannot open the Bluetooth settings window even though Bluetooth is ON. Did anyone come across this and found a solution?
EDIT - I can't open other settings as well (Wi-Fi, battery)
2 Answers
Try to run these 2 commands in your terminal :
sudo rmmod btusbsudo modprobe btusb
This should probably fix your issue.
1Following commands worked for me.
sudo apt-get remove unity-control-center
sudo apt autoremove
sudo apt-get install unity-control-center