On Fri, Nov 23, 2012 at 04:40:07PM +0100, David Henningsson wrote: > Under PulseAudio 2.1 I can select a2dp without problem. > > Under PulseAudio 2.99.2, when I execute "pactl set-card-profile 1 > a2dp" I get "Failure: Input/Output Error" back (as the output from > pactl), and I see the following in PulseAudio's log: > > module-bluetooth-device.c: Profile has no transport > > ...and the profile is not changed to a2dp. Anyone want to debug with me? That sounds familiar. I think I hit the bug and traced it back to bluez. Bluez did not create the transport accordingly. I compiled bluez from git and the issue disappeared. I can't reproduce this anymore but I have a different issue. I get a crash when I try to connect the headphones. (short snip below) D: [pulseaudio] module-bluetooth-discover.c: Loading module-bluetooth-device address="00:1A:7D:26:87:41" path="/org/bluez/702/hci0/dev_00_1A_7D_26_87_41" Inconsistency detected by ld.so: dl-open.c: 666: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed! I'll start a new thread for this with proper logs.