anancds / document

MIT License
1 stars 0 forks source link

Ubuntu 20.04 bluetooth not working #103

Open anancds opened 4 years ago

anancds commented 4 years ago

https://askubuntu.com/questions/1231074/ubuntu-20-04-bluetooth-not-working

anancds commented 4 years ago

I have the same problem with bluetooth with ubuntu 20.04, and fixed by this way

sudo apt install blueman

sudo add-apt-repository ppa:blaze/rtbth-dkms sudo apt-get update sudo apt-get install rtbth-dkms

sudo vim /etc/modules Comment all and add this line

rtbth Reboot and open

sudo blueman-manager If still not work, try this

sudo rmmod btusb sleep 1 sudo modprobe btusb If still not work, try this

update /etc/default/grub with this value

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nommconf pcie_aspm=off" update grub

sudo update-grub then reboot and enjoy or music