linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* /org/bluez/audio not found?
@ 2012-03-31 16:11 Fabrice DELENTE
  0 siblings, 0 replies; only message in thread
From: Fabrice DELENTE @ 2012-03-31 16:11 UTC (permalink / raw)
  To: linux-bluetooth

Hello.

In trying to get A2DP service sound on my BT headset, I did

$ strace mplayer -ao alsa:device=bt file.mp3

where bt is a PCM I created in my .asoundrc:

pcm.bt_audioraw {
        type bluetooth
        device 00:18:91:D0:7A:24
        profile "auto"
}

pcm.bt {
    type plug
        slave.pcm "bt_audioraw"
        hint {
            show on
            description "Halterrego H.EAR 01 Bluetooth Headset"
        }
}

The result of the strace shows

connect(4, {sa_family=AF_FILE, path=@"/org/bluez/audio"}, 110) = -1 ECONNREFUSED (Connection refused)

which seems to mean thaht /org/bluez/audio is not available.

How can I fix this?

Thanks.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-31 16:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-31 16:11 /org/bluez/audio not found? Fabrice DELENTE

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).