This is adapted from StackExchange, from the answer of Yury Kirienko.
- Install Blueman: sudo apt-get install blueman
- Download
bluez-5.53(or later) from http://www.bluez.org/release-of-bluez-5-54-and-5-53/ - unpack:
tar -xf bluez-5.52.tar.xz - Do
cd bluez-5.52 - Try in the terminal:
./configure - The configuration fail for me. If it fails for you try installing
sudo apt install libdbus-1-dev libudev-dev libical-dev libreadline-dev - Try again:
./configure - Compile:
make - Install:
sudo make install - Install
- Restart your computer.
- Open blue manager
- Pair the headphones as audosink (to pair, unpair headphones first).
- Select the Bluetooth audio source in Ubuntu
- This should work.
EDIT:
If PulseAudio fails when changing the profile to A2DP with bluez 4.1+ and PulseAudio 3.0+, you can try disabling the Socket interface from /etc/bluetooth/main.conf by removing the line Enable=Socket and adding line Disable=Socket.” And then restart using
Advertisements
sudo systemctl restart bluetooth




Leave a comment