Michał Wanat
Michał Wanat

Reputation: 185

Ubuntu 21.10 - a2dp unavailable

$ 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

Answers (1)

Michał Wanat
Michał Wanat

Reputation: 185

Please follow the instructions below:

sudo apt-get remove bluez
sudo apt-get install pulseaudio-module-bluetooth

Upvotes: 2

Related Questions