The Problem:
- ubuntu a2dp sink unavailable
- Failed to change profile to a2dp_sink
- br-connection-profile-unavailable
For pipewire
sudo apt install libspa-0.2-bluetooth
For pulseaudio
sudo apt purge libspa-0.2-bluetooth
sudo apt install pulseaudio-module-bluetooth
add the following to ~/.config/pulse/default.pa
load-module module-bluez5-discover
restart bt service
systemctl restart bluetooth
Links: