3

I am new to Ubuntu (and to the whole world of Linux) and am using Ubuntu 20.04. I have completely uninstalled windows and installed Ubuntu on my system. Now when I go to the settings to connect to Bluetooth, this is what it shows me enter image description here

Earlier, when I was using windows, Bluetooth would occasionally cause problems but would work just fine most of the time.

Could someone please help me with this issue as I have my classes going online and have to use my Bluetooth headset. Thanks in advance for what I know is going to be a very helpful answer.

Budhayan
  • 31
  • 1
  • 3

1 Answers1

3

I had a similar problem on Ubuntu 21.04 and checked Unable to switch on Bluetooth Among others but here's what I did so that I could get my Bluetooth service going and manage with app:

$ sudo rmmod btusb

$ sudo modprobe btusb

$ sudo apt install blueman

$ sudo add-apt-repository ppa:blaze/rtbth-dkms

$ sudo apt-get update

$ sudo apt-get install rtbth-dkms

$ sudo systemctl enable bluetooth

$ sudo /etc/init.d/bluetooth start

$ sudo apt-get install blueman

Then you should have an app you manage any (near) devices available.