Comment 144 for bug 1283003

Revision history for this message
V字龍(Vdragon) (vdragon) wrote : Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

Hi, I managed to "workaround" this issue by following Mattia Belluco's workaround by the following Debian bug report message:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725610#89

```
More specifically to make a bluetooth headset work in A2DP mode I had to
change settings in audio.conf:

SCORouting=PCM

and keep sure Socket stay disabled.

Once you've done that you would still get a "Stream setup failed error"
unless you manually load module-bluetooth-discover with:

$ pactl load-module module-bluetooth-discover

If the module was not loaded you'll get a number as exit code and that
being the case your next connection attempt should succeed.

I hope that helps.
```