Reputation: 185
$ pacmd set-card-profile 2 a2dp_sink
Failed to set card profile to 'a2dp_sink'
Ubuntu 21.10, pulseaudio, Bluetooth headphones
Only HFP is available and A2DP cannot be turned on.
Upvotes: 0
Views: 1362
Reputation: 185
Please follow the instructions below:
sudo apt-get remove bluez
sudo apt-get install pulseaudio-module-bluetooth
Upvotes: 2