* Ludovico Cavedon wrote, On 27/04/09 18:01:
> Ok, I got it working!
> Using:
> -bluez 4.37 (thanks to Baptiste for packaging: it is not building correctly 
> but it is easy to fix!)
> -pulseaudio 0.915 ( thanks to Luke Yelavich PPA)
>   
I confirm that I got it working with those two ppa and following
instructions at:
http://wiki.bluez.org/wiki/HOWTO/AudioDevices

By pairing the device using the gui and then typing:
gconftool -t string -s /system/gstreamer/0.10/default/musicaudiosink
"alsasink device=bluetooth"

and ~/.asoundrc:

pcm.bluetoothraw {
        type bluetooth
        device  00:13:17:70:38:1B       # Jabra BT620s
        profile "auto"
}
pcm.bluetooth {
    type plug
    slave {
        pcm bluetoothraw
    }
}

Sadly the HID on the headset doesn't pass through, but this is great
anyway.... I can listen to my music, now to make it work shared with
ekiga, sip registered to my pbx.

Sam

-- 
[Jaunty Alpha4] Bluetooth Headset pairs but freezes the system when used
https://bugs.launchpad.net/bugs/327284
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to