<HTML>

<BODY>

I've just installed PA 0.9.13 because I'd really like to get it to work with my A2DP headset. The headset is a Jabra BT320s, which is a hybrid phone-headset / hifi-audio device. It works with other devices, and also with alsa-bluetooth on Linux.<br>
<br>
But when PA discovers it, the connection fails in module-bluetooth-device.c when it tries to set the configuration. See log below (--log-level=4).<br>
<br>
This is repeatable, it never gets past this point. Is PA being picky, or trying to do things the other drivers don't? If so, what's the solution?<br>
<br>
I'm using the PA build found here: &lt;<A HREF="https://launchpad.net/~themuso/+archive/+build/739217">https://launchpad.net/~themuso/+archive/+build/739217</A>&gt;<br>
<br>
Regards, Rick<br>
<br>
D: module-hal-detect.c: dbus: interface=org.freedesktop.Hal.Manager, path=/org/freedesktop/Hal/Manager, member=DeviceAdded<br>
D: module-bluetooth-discover.c: dbus: interface=org.freedesktop.Hal.Manager, path=/org/freedesktop/Hal/Manager, member=DeviceAdded<br>
D: module-hal-detect.c: dbus: interface=org.bluez.AudioSink, path=/org/bluez/hci0/dev_00_16_8F_04_0B_0E, member=PropertyChanged<br>
D: module-bluetooth-discover.c: dbus: interface=org.bluez.AudioSink, path=/org/bluez/hci0/dev_00_16_8F_04_0B_0E, member=PropertyChanged<br>
D: module-bluetooth-discover.c: Parsing device property Address<br>
D: module-bluetooth-discover.c: Parsing device property Name<br>
D: module-bluetooth-discover.c: Parsing device property Alias<br>
D: module-bluetooth-discover.c: Parsing device property Class<br>
D: module-bluetooth-discover.c: Parsing device property Icon<br>
D: module-bluetooth-discover.c: Parsing device property Paired<br>
D: module-bluetooth-discover.c: Parsing device property Trusted<br>
D: module-bluetooth-discover.c: Parsing device property Connected<br>
D: module-bluetooth-discover.c: Parsing device property UUIDs<br>
D: module-bluetooth-discover.c: Parsing device property Adapter<br>
D: module-bluetooth-device.c: Connected to the bluetooth audio service<br>
D: module-bluetooth-device.c: sending BT_GETCAPABILITIES_REQ<br>
D: module-bluetooth-device.c: trying to receive msg from audio service...<br>
D: module-bluetooth-device.c: Received BT_GETCAPABILITIES_RSP<br>
D: module-bluetooth-device.c: Got device capabilities<br>
D: module-bluetooth-device.c: sending BT_SETCONFIGURATION_REQ<br>
D: module-bluetooth-device.c: trying to receive msg from audio service...<br>
D: module-bluetooth-device.c: Received BT_SETCONFIGURATION_RSP<br>
E: module-bluetooth-device.c: BT_SETCONFIGURATION failed : Input/output error(5)<br>
E: module-bluetooth-device.c: Failed to set config<br>
E: module.c: Failed to load&nbsp;&nbsp;module &quot;module-bluetooth-device&quot; (argument: &quot;sink_name=&quot;Jabra BT320s&quot; address=&quot;00:16:8F:04:0B:0E&quot; profile=&quot;a2dp&quot;&quot;): initialization failed.<br>
D: module-bluetooth-discover.c: Failed to load module for device /org/bluez/hci0/dev_00_16_8F_04_0B_0E<br>


</BODY>

</HTML>