03-16-2015, 12:14 PM
I've noticed that in many XFCE spins, there are problems with the bluetooth audio, I ran across a fix BUT was wondering if it can be included in the next release, see below
Here goes:
1. Modify the file /etc/bluetooth/audio.conf file:
Enter your password, then edit the appropriate area in the configuration file as follows:
Reference Link 1: https://bugs.launchpad.net/ubuntu/+sourc...ug/1181106 - post #15
NOTE: In the step above, if you use the info referred to in reference link #1, the 'pactl' commands will fail. Fret not, as it has no effect on the end result. What is important here are the changes to be made in the audio.conf file in the /etc/bluetooth folder to activate A2DP (stereo).
2. For the curious, the second reference link will explain to you why this fix is necessary in more detail:
Reference Link 2: https://bugs.launchpad.net/ubuntu/+sourc...ug/1283003 - post #92
Solving this problem involves:
a. Adding a PPA, and
b. Updating blueman (the Bluetooth manager) and installing the modules that interface Bluetooth with pulseaudio.
c. For Broadcom Bluetooth adapters, downloading the firmware and copying it to the /lib/firmware folder.
First, add the PPA:
Here goes:
1. Modify the file /etc/bluetooth/audio.conf file:
Code:
sudo leafpad /etc/bluetooth/audio.conf
Enter your password, then edit the appropriate area in the configuration file as follows:
Code:
[General]
Enable = Source,Sink,Headset,Gateway,Control,Media
Disable = Socket
HFP=false
[A2DP]
SBCSources=1
MPEG12Sources=0
Reference Link 1: https://bugs.launchpad.net/ubuntu/+sourc...ug/1181106 - post #15
NOTE: In the step above, if you use the info referred to in reference link #1, the 'pactl' commands will fail. Fret not, as it has no effect on the end result. What is important here are the changes to be made in the audio.conf file in the /etc/bluetooth folder to activate A2DP (stereo).
2. For the curious, the second reference link will explain to you why this fix is necessary in more detail:
Reference Link 2: https://bugs.launchpad.net/ubuntu/+sourc...ug/1283003 - post #92
Solving this problem involves:
a. Adding a PPA, and
b. Updating blueman (the Bluetooth manager) and installing the modules that interface Bluetooth with pulseaudio.
c. For Broadcom Bluetooth adapters, downloading the firmware and copying it to the /lib/firmware folder.
First, add the PPA: