Jabra JX10 Headset

"Milosh Milosavljevic" <[email protected]> Tue, 27 May 2008 17:08:29 -0700
Newsgroups gmane.linux.bluez.user
Message-ID <[email protected]>
I have Jabra JX10 BT headset. Used it successfully on Fedora 7 with btsco
and snd-bt-sco. Skype, Ekiga, TeamSpeak working flowlessly. When I tried
them on Fedora 9 it seems to connect and pair right-away but no sound. I
tried steps from your tutorial on bluez wiki. First to put device address
into .asoundrc without any profile, with "auto" profile, with "voice"
profile and none of it worked. I got device listed in Skype though.

pcm.bluetooth {
   type bluetooth
   device <my bt address>
}



Second I tried with python script. With that one I managed to connect and
pair my headset (got the popup to type PIN). When I called Play method I was
getting NotAvailable bluez exception.

import dbus
bus = dbus.SystemBus()
manager = dbus.Interface(bus.get_object('org.bluez', '/org/bluez'),
'org.bluez.Manager')
bus_id = manager.ActivateService('audio')
audio = dbus.Interface(bus.get_object(bus_id, '/org/bluez/audio'),
'org.bluez.audio.Manager')

path = audio.CreateHeadset('<my bt address>')
#audio.ChangeDefaultHeadset(path) #change the device to be used by default
headset = dbus.Interface (bus.get_object(bus_id, path),
'org.bluez.audio.Headset')
#Connect and Play are not required in PCM mode
headset.Connect()
headset.Play()


I also tried btsco. Got the latest version, compiled it and installed it.
Module snd_bt_sco loaded properly but I am getting the following exception:

btsco v0.5c
Error: control open (hw:1): No such file or directory
Error: Can't find device. Bail


Any help is greatly appreciated,
Milosh

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users