Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

Bluetooth settings won't open Ubuntu 20.04

Writer 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)

enter image description here

2 Answers

Try to run these 2 commands in your terminal :

  1. sudo rmmod btusb
  2. sudo modprobe btusb

This should probably fix your issue.

1

Following commands worked for me.

sudo apt-get remove unity-control-center
sudo apt autoremove
sudo apt-get install unity-control-center

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy