Created attachment 75291 [details] Full Log I'm trying to play audio from a phone to an ARM Box running Arch Linux ARM with BlueZ and PulseAudio. Everything is fine right up until I actually hit start on the phone, at which point this happens consistently: D: [pulseaudio] bluetooth-util.c: dbus: interface=org.bluez.AudioSource, path=/org/bluez/11974/hci0/dev_40_FC_89_41_91_FF, member=PropertyChanged D: [pulseaudio] bluetooth-util.c: dbus: property 'State' changed to value 'playing' D: [pulseaudio] module-bluetooth-device.c: dbus: interface=org.bluez.AudioSource, path=/org/bluez/11974/hci0/dev_40_FC_89_41_91_FF, member=PropertyChanged D: [pulseaudio] module-bluetooth-device.c: dbus: org.bluez.AudioSource property 'State' changed to value 'playing' D: [pulseaudio] device-port.c: Setting port a2dp-input to status yes D: [pulseaudio] module-bluetooth-policy.c: Setting card 'bluez_card.40_FC_89_41_91_FF' to profile 'a2dp_source' W: [pulseaudio] module-bluetooth-device.c: Profile has no transport W: [pulseaudio] module-bluetooth-policy.c: Could not set profile 'a2dp_source' D: [pulseaudio] module-switch-on-port-available.c: finding port a2dp-input D: [pulseaudio] module-switch-on-port-available.c: Finding best profile W: [pulseaudio] module-bluetooth-device.c: Profile has no transport D: [pulseaudio] module-switch-on-port-available.c: Could not set profile a2dp_source E: [pulseaudio] module-bluetooth-device.c: Assertion 'u->transport' failed at modules/bluetooth/module-bluetooth-device.c:388, function bt_transport_acquire(). Aborting. I have a full log of the run attached, along with a backtrace (although the backtrace isn't very enlightening).
This problem is likely fixed by this patch: http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=5d4b7c4a89652d70a924d1c6091398c5b2d84bd3 Would it be possible for you to try that patch (or using the latest development version from git)?
Aye, building the latest git revision now.
Created attachment 75388 [details] Session Log
So I build and ran the latest git revision, and while PulseAudio no longer fails any assertions, I still get no audio. The logs look normal and include messages about PA discovering the Bluetooth device and observing changes in its state, but no card or source ever appears in pactl. I've attached a system log of a session where the already-paired device connects and begins playing. The only thing I can see wrong with the logs is that one message seems to be dropped by DBus. I don't really see why, though.
Created attachment 75389 [details] Session Log (with no truncated lines)
When the org.bluez.AudioSource state changes to "connected", module-bluetooth-device should get loaded. I don't know why that doesn't happen.
Any updates here?
I just hit this issue as well with pulseaudio v3.0. I am trying to make a call over bluetooth. As soon as the phone is initialized by setting its "Powered" property to "true" in ofono, pulseaudio crashes with this assertion and at the same time dmesg gets flooded with loads of kernel messages like this: Bluetooth: hci0 SCO packet for unknown connection handle 65535 I not exactly sure though if pulseaudio crashes because of the kernel issue or it's because of the pulseaudio crash that the kernel goes mad.
(In reply to comment #8) > I just hit this issue as well with pulseaudio v3.0. I am trying to make a Any chance you could try with 3.99.1?
(In reply to comment #9) > (In reply to comment #8) > > I just hit this issue as well with pulseaudio v3.0. I am trying to make a > > Any chance you could try with 3.99.1? Yes, I tried 3.99.1 and it doesn't crash anymore. The kernel issue is a different thing (I believe there is a bug on the phone, sending invalid headers). Unless you are interested in fixing v3.0, I guess you could close this bug.
Marking resolved based on previous comment.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.