Comment 56 for bug 1283003

Revision history for this message
Mr Lee (leet+) wrote : Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

Update: I had success by following #15 from https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1181106.

What's new was modifying audio.conf with these lines:

[General]
Enable = Source,Sink,Headset,Gateway,Control,Media
Disable = Socket

HFP=false

[A2DP]
SBCSources=1
MPEG12Sources=0

And running:

pactl load-module module-switch-on-connect

Not entirely sure which part solved it. I note that disabling "socket" contradicts my last post.