A2DP

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m (6. Devices that work)
(6. Devices that work)
Line 106: Line 106:
  
 
{| border="1"
 
{| border="1"
|Person
 
 
  |Model
 
  |Model
 +
|Person
 
  |Link to official website
 
  |Link to official website
 +
|Price
 
  |Remark
 
  |Remark
 
  |-
 
  |-
|KaZeR
 
 
  |Sony HBH-DS970
 
  |Sony HBH-DS970
 +
|KaZeR
 
  |[http://www.sonyericsson.com/cws/products/accessories/overview/hbh-ds970?lc=en&cc=gb www.sonyericsson.com]
 
  |[http://www.sonyericsson.com/cws/products/accessories/overview/hbh-ds970?lc=en&cc=gb www.sonyericsson.com]
 +
| ??
 
  |Intone works. Buttons needs to be tested.
 
  |Intone works. Buttons needs to be tested.
 
  |-
 
  |-
|The Digital Pioneer
 
 
  |Plantronics Voyager 855
 
  |Plantronics Voyager 855
 +
|The Digital Pioneer
 
  |??
 
  |??
  |Stereo for musics, mono for calls
+
|??
 +
  |Stereo for musics, mono for calls. Other person reported: stereo bluetooth tested in SHR-Unstable with bluez4 and kernel 2.6.29 -- A2DP/mplayer works perfectly; haven't gotten GSM calls working yet
 
  |-
 
  |-
|Dan Staley
 
 
  |Lubix UBHS-NC1
 
  |Lubix UBHS-NC1
 +
|Dan Staley
 +
|??
 
  |??
 
  |??
 
  |I have to start a song, pause it and then start it again...
 
  |I have to start a song, pause it and then start it again...
 
  |-
 
  |-
  | ??
+
|BCK-08
  | BCK-08
+
  |??
  | ??
+
  |??
 +
  |??
 
  | tested on shr unstable from 09 feb) ; very cheap on e-bay (A2DP Stereo Bluetooth Headphone Headset) -ONLY TESTED WITH MUSIC PLAYBACK, NOT GSM CALL-
 
  | tested on shr unstable from 09 feb) ; very cheap on e-bay (A2DP Stereo Bluetooth Headphone Headset) -ONLY TESTED WITH MUSIC PLAYBACK, NOT GSM CALL-
  |}
+
  |-
 
+
|Motorola HT820
* Motorola HT820 headset (need to restart bluetoothd to get headset working after pairing) tested in SHR testing (and unstable) with bluez4 and kernel 2.6.29
+
|??
* Nokia BH-604 (DJ-style headphones, tested in FDOM and FSO milestone 5)
+
|??
* Nokia BH-103 (tested in Om 2008.12)
+
|??
* B-Speech Calypso (both A2DP and Headset, tested in FDOM)
+
|headset (need to restart bluetoothd to get headset working after pairing) tested in SHR testing (and unstable) with bluez4 and kernel 2.6.29
* Plantronics Voyager 855 stereo bluetooth tested in SHR-Unstable with bluez4 and kernel 2.6.29 -- A2DP/mplayer works perfectly; haven't gotten GSM calls working yet
+
|-
* Sony Ericsson HBH-DS200 tested in SHR-Unstable with bluez4 and kernel 2.6.29 -- A2DP/mplayer works  
+
|Nokia BH-604
 +
|??
 +
|??
 +
|??
 +
|DJ-style headphones, tested in FDOM and FSO milestone 5
 +
|-
 +
|Nokia BH-103
 +
|??
 +
|??
 +
|??
 +
|tested in Om 2008.12
 +
|-
 +
|B-Speech Calypso
 +
|??
 +
|??
 +
|??
 +
|both A2DP and Headset, tested in FDOM
 +
|-  
 +
|Sony Ericsson HBH-DS200
 +
|??
 +
|??
 +
|??
 +
|tested in SHR-Unstable with bluez4 and kernel 2.6.29 -- A2DP/mplayer works  
 
perfectly; haven't gotten GSM calls working yet
 
perfectly; haven't gotten GSM calls working yet
* Plantronix Model 320 tested to work with GSM calls according to shoragan on #openmoko.
+
|-
 +
|Plantronix Model 320
 +
|shoragan (#openmoko)
 +
|??
 +
|??
 +
|tested to work with GSM calls according to shoragan on #openmoko.
 +
|}
  
 
[[Category:Audio]]
 
[[Category:Audio]]

Revision as of 18:21, 21 July 2009

The A2DP bluetooth profile allows high quality audio to be transferred from the phone.

This page describes how to setup A2DP on the Freerunner.

Contents

How to setup A2DP manually

This information is mostly taken from this mail thread. It has been tested on FDOM and FSO milestone 5, but should also work on 2008.12.

1. Check installed packages

First check that you have the correct package versions installed with grep blue. The versions should be these:

bluez-audio - 3.33-r3
bluez-utils - 3.33-r3
bluez-utils-alsa - 3.33-r3
bluez-utils-compat - 3.33-r3
libbluetooth2 - 3.33-r0

1.1 Check installed packages (Bluez4)

For user with bluez4 (SHR-unstable ecc.) bluez-audio 3.33 and bluez-utils-alsa 3.33 are not compatible with bluez4

bluez4 - 4.30-r1 
connman-plugin-bluetooth - 0.10-r0 - 
kernel-module-bluetooth - 2.6.28-oe1+xxxxx 
libasound-module-bluez - 4.30-r0 
libbluetooth2 - 3.33-r0

If you are willing to risk your installationand want to stay on bluez3, you can remove bluez4 to resolve this issue by doing

opkg remove -recursive bluez4

(will also remove connman-plugin-bluetooth). After that you need to edit /etc/init.d/bluetooth and replace DAEMON_NAME=bluetoothd with DAEMON_NAME=hcid. This has been tested and works on FSO MS5.

2. Add bluetooth device to /etc/asound.conf

Your /etc/asound.conf should contain these:

pcm.!default {
   type plug
   slave.pcm "dmix"
}

ctl.mixer0 {
   type hw
   card 0
}

pcm.bluetooth {
       type bluetooth
       device "XX:XX:XX:XX:XX:XX"
       profile "auto"
}

XX:XX:XX should be replaced with your device ID.

3. Connect to the device

Turn on bluetooth in the GUI and then do

export DEVICE=XX:XX:XX:XX:XX:XX

/etc/init.d/bluetooth stop
/etc/init.d/bluetooth start

passkey-agent --default 0000 &

dbus-send --system --type=method_call --print-reply --dest=org.bluez \
  /org/bluez/hci0 org.bluez.Adapter.CreateBonding string:$DEVICE

dbus-send --system --print-reply --dest=org.bluez \
  /org/bluez org.bluez.Manager.ActivateService string:audio

dbus-send --system --type=method_call --print-reply --dest=org.bluez \
  /org/bluez/audio org.bluez.audio.Manager.CreateDevice string:$DEVICE

dbus-send --system --type=method_call --print-reply --dest=org.bluez \
  "/org/bluez/audio/device0" org.bluez.audio.Sink.Connect

If the last step fails, see to it that the device returned in the step before is device0 - otherwise use the other number.

3.1 Connect to the device (Bluez4)

Turn on bluetooth in the GUI and then pair with simple-agent (passkey-agent from bluez-utils 3.33 won't work) simple-agent is included in bluez4 source package (src folder) or you can find it there : http://shr-project.org/trac/wiki/Using

/etc/init.d/bluetooth stop
/etc/init.d/bluetooth start

python simple-agent hci0 XX:XX:XX:XX:XX:XX

Response is something like this :

RequestPinCode (/org/bluez/XXXX/hci0/dev_XX_XX_XX_XX_XX_XX)
Enter PIN Code: XXXX
Release
New device (/org/bluez/XXXX/hci0/dev_XX_XX_XX_XX_XX_XX)

Now you can start playing, no need to connect manualy.

4. Start playing

To play a file with mplayer use the following command:

mplayer -ao alsa:device=bluetooth /path/to/file.ogg

5. Potential troubles

  • If you experience problems with choppiness, try changing your hcid.conf to include "lm accept,master;" and "lp hold,sniff,park;" You may also have to bond (commonly known as 'pairing') your phone and your headset. See http://wiki.bluez.org/wiki/HOWTO/Bonding for details. Mercury 17:36, 5 September 2008 (UTC)

6. Devices that work

Note: None of the above headsets have been tested with GSM calls unless that is explicitely mentioned.


Model Person Link to official website Price Remark
Sony HBH-DS970 KaZeR www.sonyericsson.com  ?? Intone works. Buttons needs to be tested.
Plantronics Voyager 855 The Digital Pioneer ?? ?? Stereo for musics, mono for calls. Other person reported: stereo bluetooth tested in SHR-Unstable with bluez4 and kernel 2.6.29 -- A2DP/mplayer works perfectly; haven't gotten GSM calls working yet
Lubix UBHS-NC1 Dan Staley ?? ?? I have to start a song, pause it and then start it again...
BCK-08 ?? ?? ?? tested on shr unstable from 09 feb) ; very cheap on e-bay (A2DP Stereo Bluetooth Headphone Headset) -ONLY TESTED WITH MUSIC PLAYBACK, NOT GSM CALL-
Motorola HT820 ?? ?? ?? headset (need to restart bluetoothd to get headset working after pairing) tested in SHR testing (and unstable) with bluez4 and kernel 2.6.29
Nokia BH-604 ?? ?? ?? DJ-style headphones, tested in FDOM and FSO milestone 5
Nokia BH-103 ?? ?? ?? tested in Om 2008.12
B-Speech Calypso ?? ?? ?? both A2DP and Headset, tested in FDOM
Sony Ericsson HBH-DS200 ?? ?? ?? tested in SHR-Unstable with bluez4 and kernel 2.6.29 -- A2DP/mplayer works

perfectly; haven't gotten GSM calls working yet

Plantronix Model 320 shoragan (#openmoko) ?? ?? tested to work with GSM calls according to shoragan on #openmoko.
Personal tools

The A2DP bluetooth profile allows high quality audio to be transferred from the phone.

This page describes how to setup A2DP on the Freerunner.

How to setup A2DP manually

This information is mostly taken from this mail thread. It has been tested on FDOM and FSO milestone 5, but should also work on 2008.12.

1. Check installed packages

First check that you have the correct package versions installed with grep blue. The versions should be these:

bluez-audio - 3.33-r3
bluez-utils - 3.33-r3
bluez-utils-alsa - 3.33-r3
bluez-utils-compat - 3.33-r3
libbluetooth2 - 3.33-r0

1.1 Check installed packages (Bluez4)

For user with bluez4 (SHR-unstable ecc.) bluez-audio 3.33 and bluez-utils-alsa 3.33 are not compatible with bluez4

bluez4 - 4.30-r1 
connman-plugin-bluetooth - 0.10-r0 - 
kernel-module-bluetooth - 2.6.28-oe1+xxxxx 
libasound-module-bluez - 4.30-r0 
libbluetooth2 - 3.33-r0

If you are willing to risk your installationand want to stay on bluez3, you can remove bluez4 to resolve this issue by doing

opkg remove -recursive bluez4

(will also remove connman-plugin-bluetooth). After that you need to edit /etc/init.d/bluetooth and replace DAEMON_NAME=bluetoothd with DAEMON_NAME=hcid. This has been tested and works on FSO MS5.

2. Add bluetooth device to /etc/asound.conf

Your /etc/asound.conf should contain these:

pcm.!default {
   type plug
   slave.pcm "dmix"
}

ctl.mixer0 {
   type hw
   card 0
}

pcm.bluetooth {
       type bluetooth
       device "XX:XX:XX:XX:XX:XX"
       profile "auto"
}

XX:XX:XX should be replaced with your device ID.

3. Connect to the device

Turn on bluetooth in the GUI and then do

export DEVICE=XX:XX:XX:XX:XX:XX

/etc/init.d/bluetooth stop
/etc/init.d/bluetooth start

passkey-agent --default 0000 &

dbus-send --system --type=method_call --print-reply --dest=org.bluez \
  /org/bluez/hci0 org.bluez.Adapter.CreateBonding string:$DEVICE

dbus-send --system --print-reply --dest=org.bluez \
  /org/bluez org.bluez.Manager.ActivateService string:audio

dbus-send --system --type=method_call --print-reply --dest=org.bluez \
  /org/bluez/audio org.bluez.audio.Manager.CreateDevice string:$DEVICE

dbus-send --system --type=method_call --print-reply --dest=org.bluez \
  "/org/bluez/audio/device0" org.bluez.audio.Sink.Connect

If the last step fails, see to it that the device returned in the step before is device0 - otherwise use the other number.

3.1 Connect to the device (Bluez4)

Turn on bluetooth in the GUI and then pair with simple-agent (passkey-agent from bluez-utils 3.33 won't work) simple-agent is included in bluez4 source package (src folder) or you can find it there : http://shr-project.org/trac/wiki/Using

/etc/init.d/bluetooth stop
/etc/init.d/bluetooth start

python simple-agent hci0 XX:XX:XX:XX:XX:XX

Response is something like this :

RequestPinCode (/org/bluez/XXXX/hci0/dev_XX_XX_XX_XX_XX_XX)
Enter PIN Code: XXXX
Release
New device (/org/bluez/XXXX/hci0/dev_XX_XX_XX_XX_XX_XX)

Now you can start playing, no need to connect manualy.

4. Start playing

To play a file with mplayer use the following command:

mplayer -ao alsa:device=bluetooth /path/to/file.ogg

5. Potential troubles

  • If you experience problems with choppiness, try changing your hcid.conf to include "lm accept,master;" and "lp hold,sniff,park;" You may also have to bond (commonly known as 'pairing') your phone and your headset. See http://wiki.bluez.org/wiki/HOWTO/Bonding for details. Mercury 17:36, 5 September 2008 (UTC)

6. Devices that work

Note: None of the above headsets have been tested with GSM calls unless that is explicitely mentioned.


Person Model Link to official website Remark
KaZeR Sony HBH-DS970 www.sonyericsson.com Intone works. Buttons needs to be tested.
The Digital Pioneer Plantronics Voyager 855 ?? Stereo for musics, mono for calls
Dan Staley Lubix UBHS-NC1 ?? I have to start a song, pause it and then start it again...
 ?? BCK-08  ?? tested on shr unstable from 09 feb) ; very cheap on e-bay (A2DP Stereo Bluetooth Headphone Headset) -ONLY TESTED WITH MUSIC PLAYBACK, NOT GSM CALL-
  • Motorola HT820 headset (need to restart bluetoothd to get headset working after pairing) tested in SHR testing (and unstable) with bluez4 and kernel 2.6.29
  • Nokia BH-604 (DJ-style headphones, tested in FDOM and FSO milestone 5)
  • Nokia BH-103 (tested in Om 2008.12)
  • B-Speech Calypso (both A2DP and Headset, tested in FDOM)
  • Plantronics Voyager 855 stereo bluetooth tested in SHR-Unstable with bluez4 and kernel 2.6.29 -- A2DP/mplayer works perfectly; haven't gotten GSM calls working yet
  • Sony Ericsson HBH-DS200 tested in SHR-Unstable with bluez4 and kernel 2.6.29 -- A2DP/mplayer works

perfectly; haven't gotten GSM calls working yet

  • Plantronix Model 320 tested to work with GSM calls according to shoragan on #openmoko.