FIX: Bluetooth Audio on a Raspberry Pi
#raspberrypi #rpi #bluetooth
TRY THIS FIRST: On newer Raspberry PIs it might be that you just need to add the "Volume Control ALSA/BT" option at 07:56. If that panel item is NOT available, follow the steps below.
Please let me know if you found a better way than this! Thank you!
Command List
------------
You could probably remove all the sudo reboot now commands and just do one at the end.
sudo apt update
sudo apt full-upgrade
sudo reboot now
sudo apt update
sudo apt -y dist-upgrade
sudo reboot now
sudo apt -y purge "pulseaudio*"
sudo reboot now
sudo apt-get install bluealsa pulseaudio
sudo reboot now
Check to see if SAP failed, and if so remove the plugin:
sudo systemctl status bluetooth.service
sudo nano /lib/systemd/system/bluetooth.service
Edit the ExecStart=/usr/lib/bluetooth/bluetoothd line to add --noplugin=sap
Ctrl + O, Ctrl + X to write then exit
sudo reboot now
sudo apt-get install pulseaudio-module-bluetooth
sudo reboot now
Forum posts
https://www.raspberrypi.org/documenta...
https://peppe8o.com/fixed-connect-blu...
https://www.raspberrypi.org/forums/vi...