Can’t enable bluethoot on Ubuntu ? [SOLVED]
Can’t enable bluethoot on Ubuntu
Recently, I installed a fresh new ubuntu 20.04 on dual boot. I wanted to use my Bluetooth headset but SURPRISE! The Bluetooth won’t enable! When I click on “Enable Bluetooth” this won’t change anything. Luckily, I found a way to make it work, and here is how I did it.
sudo apt remove bluetooth bluez bluez-cups bluez-tools btscanner gnome-bluetooth python-bluez pulseaudio-module-bluetooth blueman blueman-manager-
sudo cp rtl8761b_config /usr/lib/firmare/rtl_bt/rtl8761b_config.bin
sudo cp rtl8761b_fw /usr/lib/firmware/rtl_bt/rtl8761b_fw.bin
sudo apt install bluetooth bluez bluez-cups bluez-tools btscanner gnome-bluetooth python-bluez pulseaudio-module-bluetooth blueman blueman-manager
Enjoy your working bluethoot !