Answers for "my bluetooth audio doesn't sound good in ubuntu"

1

my bluetooth audio doesn't sound good in ubuntu

$ sudo rm /var/lib/bluetooth/cache/*
$ dmesg | grep -i bluetooth
$ dmesg | grep -i bluetooth | grep -i firmware
$ lsub
$ sudo apt-get update
$ sudo apt-get install blueman
$ pactl list | grep -i bluetooth
$ pulseaudio --k
$ pulseaudio --start
$ init 0
Posted by: Guest on October-25-2020

Code answers related to "my bluetooth audio doesn't sound good in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language