* Re: [Bluez-users] ps3 sixaxis & bluez 3.22: HDI issue
2007-11-20 16:34 [Bluez-users] ps3 sixaxis & bluez 3.22: HDI issue Frédéric Blain
@ 2007-11-20 16:01 ` Adam Strojek
2007-11-20 17:22 ` Frédéric Blain
0 siblings, 1 reply; 4+ messages in thread
From: Adam Strojek @ 2007-11-20 16:01 UTC (permalink / raw)
To: bluez, BlueZ users
I also couldn't use Sixaxis in bluetooth mode until I add this lines
into pairing informations:
$ cat /var/lib/bluetooth/[mac od your bluetooth]/input
05010904A101A102850175089501150026FF008103750195131500250135004501050919012=
91381027501950D0600FF8103150026FF0005010901A10075089504350046FF000930093109=
3209358102C0050175089527090181027508953009019102750895300901B102C0A10285027=
50895300901B102C0A10285EE750895300901B102C0A10285EF750895300901B102C0C000
00000000 Sony Computer Entertainment Wireless Controller
$ cat /var/lib/bluetooth/[mac od your bluetooth]/trusts
00:19:C1:E4:2D:06 [all]
All Sixaxis controllers have the same Mac adress, you need only add this li=
nes.
2007/11/20, Fr=E9d=E9ric Blain <bluez@frederic-blain.com>:
>
> Hello,
>
> I'm experiencing an issue while trying to use the Sony PS3 sixaxis under
> Linux (Gentoo). The host machine is a PS3, I use bluez 3.22 out of the
> box (no patches) on a 64 bits kernel. I followed the documentation at
> http://www.pabr.org/sixlinux/
>
> This is my first bluetooth/Bluez experience, so please forgive if I use
> the wrong term or if I ask stupid questions ...
>
>
> =3D=3D=3D=3D Problem Description =3D=3D=3D=3D
>
> The sixaxis is not recognized by bluetoothd-service-input.
> According hcidump, a connection is made from the device (sixaxis)
> to the host controler but when trying to contact HDI on control
> channel (PSM 17), bluetoothd-service-input generate an error:
> "HIDP: Control: Virtual cable unplug".
>
> As a consequence, the device try few more times to establish the
> connection and then give up. Sixaxis is never recognized and
> created on the host.
>
>
> =3D=3D=3D=3D Investigations =3D=3D=3D=3D
>
> Attaching GDB to the running hcid and bluetoothd-service-input
> processes, I've isolated the following behavior :
>
> **** bluetoothd-service-input side ****
> At startup, it setup the callback mechanism from l2cap control
> (psm 17) & interrupt (psm 19) sockets to the function
> connect_event(). Later, when the device ask to open the psm 17 on
> l2cap, connect_event() is called. Then :
>
> connect_event() =3D=3Dcall=3D> input_device_set_channel() =3D=3Dcall=3D=
=3D>
> find_device() =3D=3Duse=3D=3D> GSList *devices;
>
> In my case, GSList *devices is NULL, so connect_event() do a /* Send
> unplug virtual cable to unknown devices */.
>
> This point out that:
> 1- The device structure for the sixaxis has not been created
> 2- Having a device structure is a requirement to use HID
>
>
> **** hcid side ****
> Everything looks good here.
> Once the device has completed the connection with hcid, the function
> conn_complete() is called.
>
> This one will :
> + Send a dbus system signal via hcid_dbus_conn_complete() :
> signal sender=3D:1.3 -> dest=3D(null destination) path=3D/org/bluez/=
hci0; interface=3Dorg.bluez.Adapter; member=3DRemoteDeviceConnected
> + Read the remote name of the device
>
>
>
> **** dbus side ****
> Everytime the sixaxis tries to establish a connection with the host, the
> following messages appear :
>
> signal sender=3D:1.3 -> dest=3D(null destination) path=3D/org/bluez/hci0;=
interface=3Dorg.bluez.Adapter; member=3DRemoteDeviceConnected
> string "00:19:C1:ED:21:31"
> signal sender=3D:1.3 -> dest=3D(null destination) path=3D/org/bluez/hci0;=
interface=3Dorg.bluez.Adapter; member=3DRemoteNameUpdated
> string "00:19:C1:ED:21:31"
> string "PLAYSTATION(R)3 Controller"
> signal sender=3D:1.3 -> dest=3D(null destination) path=3D/org/bluez/hci0;=
interface=3Dorg.bluez.Adapter; member=3DRemoteDeviceDisconnected
> string "00:19:C1:ED:21:31"
>
>
>
> **** Other ****
> Just to be sure, the pairing has been done using sixpair.c =3D> same issue
> I've tested with the CVS versions of hcid and bluetoothd-service-input =
=3D> same issue.
>
>
> =3D=3D=3D=3D Need Help :/ =3D=3D=3D=3D
>
> Could someone explains me what should be the process to establish a HID
> connection via Bluez ?
>
> I think bluetoothd-service-input should listen signals from
> /org/bluez/hci0 and create a device structure when a
> RemoteDeviceConnected signal is intercepted, but it doesn't seem to
> work like this.
>
> In bluetoothd-service-input, in which step of this process should the
> create_device() function be called ?
>
> Did I miss a something ?
>
>
> Please find in attachment :
> + Output of "hcidump -w" while trying to establish a connection
> + Output of "dbus-monitor --system --monitor" while trying to establish=
a connection
> + Output of syslog while trying to establish a connection
>
> # dbus-daemon --version
> D-Bus Message Bus Daemon 1.0.2
>
> Thanks in advance for your help,
>
> --
> creber
>
>
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bluez-users] ps3 sixaxis & bluez 3.22: HDI issue
@ 2007-11-20 16:34 Frédéric Blain
2007-11-20 16:01 ` Adam Strojek
0 siblings, 1 reply; 4+ messages in thread
From: Frédéric Blain @ 2007-11-20 16:34 UTC (permalink / raw)
To: bluez-users
[-- Attachment #1: Type: text/plain, Size: 3631 bytes --]
Hello,
I'm experiencing an issue while trying to use the Sony PS3 sixaxis under
Linux (Gentoo). The host machine is a PS3, I use bluez 3.22 out of the
box (no patches) on a 64 bits kernel. I followed the documentation at
http://www.pabr.org/sixlinux/
This is my first bluetooth/Bluez experience, so please forgive if I use
the wrong term or if I ask stupid questions ...
==== Problem Description ====
The sixaxis is not recognized by bluetoothd-service-input.
According hcidump, a connection is made from the device (sixaxis)
to the host controler but when trying to contact HDI on control
channel (PSM 17), bluetoothd-service-input generate an error:
"HIDP: Control: Virtual cable unplug".
As a consequence, the device try few more times to establish the
connection and then give up. Sixaxis is never recognized and
created on the host.
==== Investigations ====
Attaching GDB to the running hcid and bluetoothd-service-input
processes, I've isolated the following behavior :
**** bluetoothd-service-input side ****
At startup, it setup the callback mechanism from l2cap control
(psm 17) & interrupt (psm 19) sockets to the function
connect_event(). Later, when the device ask to open the psm 17 on
l2cap, connect_event() is called. Then :
connect_event() ==call=> input_device_set_channel() ==call==>
find_device() ==use==> GSList *devices;
In my case, GSList *devices is NULL, so connect_event() do a /* Send
unplug virtual cable to unknown devices */.
This point out that:
1- The device structure for the sixaxis has not been created
2- Having a device structure is a requirement to use HID
**** hcid side ****
Everything looks good here.
Once the device has completed the connection with hcid, the function
conn_complete() is called.
This one will :
+ Send a dbus system signal via hcid_dbus_conn_complete() :
signal sender=:1.3 -> dest=(null destination) path=/org/bluez/hci0; interface=org.bluez.Adapter; member=RemoteDeviceConnected
+ Read the remote name of the device
**** dbus side ****
Everytime the sixaxis tries to establish a connection with the host, the
following messages appear :
signal sender=:1.3 -> dest=(null destination) path=/org/bluez/hci0; interface=org.bluez.Adapter; member=RemoteDeviceConnected
string "00:19:C1:ED:21:31"
signal sender=:1.3 -> dest=(null destination) path=/org/bluez/hci0; interface=org.bluez.Adapter; member=RemoteNameUpdated
string "00:19:C1:ED:21:31"
string "PLAYSTATION(R)3 Controller"
signal sender=:1.3 -> dest=(null destination) path=/org/bluez/hci0; interface=org.bluez.Adapter; member=RemoteDeviceDisconnected
string "00:19:C1:ED:21:31"
**** Other ****
Just to be sure, the pairing has been done using sixpair.c => same issue
I've tested with the CVS versions of hcid and bluetoothd-service-input => same issue.
==== Need Help :/ ====
Could someone explains me what should be the process to establish a HID
connection via Bluez ?
I think bluetoothd-service-input should listen signals from
/org/bluez/hci0 and create a device structure when a
RemoteDeviceConnected signal is intercepted, but it doesn't seem to
work like this.
In bluetoothd-service-input, in which step of this process should the
create_device() function be called ?
Did I miss a something ?
Please find in attachment :
+ Output of "hcidump -w" while trying to establish a connection
+ Output of "dbus-monitor --system --monitor" while trying to establish a connection
+ Output of syslog while trying to establish a connection
# dbus-daemon --version
D-Bus Message Bus Daemon 1.0.2
Thanks in advance for your help,
--
creber
[-- Attachment #2: sixaxis-logs.tbz2 --]
[-- Type: application/octet-stream, Size: 7809 bytes --]
[-- Attachment #3: Type: text/plain, Size: 228 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
[-- Attachment #4: Type: text/plain, Size: 164 bytes --]
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-users] ps3 sixaxis & bluez 3.22: HDI issue
2007-11-20 16:01 ` Adam Strojek
@ 2007-11-20 17:22 ` Frédéric Blain
[not found] ` <c74b6b3d0711200832p56188bc9g87060e3b69df33a@mail.gmail.com>
0 siblings, 1 reply; 4+ messages in thread
From: Frédéric Blain @ 2007-11-20 17:22 UTC (permalink / raw)
To: Adam Strojek; +Cc: BlueZ users
Hello Adam and thanks for your help.
My Sixaxis has a different Mac address than yours (00:19:C1:ED:21:31) :
# dbus-monitor --system --monitor
signal sender=3D:1.3 -> dest=3D(null destination) path=3D/org/bluez/hci0; =
interface=3Dorg.bluez.Adapter; member=3DRemoteDeviceDisconnected
string "00:19:C1:ED:21:31"
I've set /var/lib/bluetooth/[mac od your bluetooth]/trusts accordingly =
and let /var/lib/bluetooth/[mac od your bluetooth]/input
as yours.
I still have the same issue.
Do you know what's the structure of /var/lib/bluetooth/[mac od your =
bluetooth]/input ?
Should I change anything ?
Also, I forgot to specify in my original mail :
# uname -a
Linux localhost 2.6.23 #3 SMP Tue Nov 13 23:08:08 CET 2007 ppc64 Cell =
Broadband Engine, altivec supported GNU/Linux
Thanks,
-- =
creber
Adam Strojek wrote:
> I also couldn't use Sixaxis in bluetooth mode until I add this lines
> into pairing informations:
>
> $ cat /var/lib/bluetooth/[mac od your bluetooth]/input
> 05010904A101A102850175089501150026FF0081037501951315002501350045010509190=
1291381027501950D0600FF8103150026FF0005010901A10075089504350046FF0009300931=
093209358102C0050175089527090181027508953009019102750895300901B102C0A102850=
2750895300901B102C0A10285EE750895300901B102C0A10285EF750895300901B102C0C000
> 00000000 Sony Computer Entertainment Wireless Controller
>
> $ cat /var/lib/bluetooth/[mac od your bluetooth]/trusts
> 00:19:C1:E4:2D:06 [all]
>
> All Sixaxis controllers have the same Mac adress, you need only add this =
lines.
>
> 2007/11/20, Fr=E9d=E9ric Blain <bluez@frederic-blain.com>:
> =
>> Hello,
>>
>> I'm experiencing an issue while trying to use the Sony PS3 sixaxis under
>> Linux (Gentoo). The host machine is a PS3, I use bluez 3.22 out of the
>> box (no patches) on a 64 bits kernel. I followed the documentation at
>> http://www.pabr.org/sixlinux/
>>
>> This is my first bluetooth/Bluez experience, so please forgive if I use
>> the wrong term or if I ask stupid questions ...
>>
>>
>> =3D=3D=3D=3D Problem Description =3D=3D=3D=3D
>>
>> The sixaxis is not recognized by bluetoothd-service-input.
>> According hcidump, a connection is made from the device (sixaxis)
>> to the host controler but when trying to contact HDI on control
>> channel (PSM 17), bluetoothd-service-input generate an error:
>> "HIDP: Control: Virtual cable unplug".
>>
>> As a consequence, the device try few more times to establish the
>> connection and then give up. Sixaxis is never recognized and
>> created on the host.
>>
>>
>> =3D=3D=3D=3D Investigations =3D=3D=3D=3D
>>
>> Attaching GDB to the running hcid and bluetoothd-service-input
>> processes, I've isolated the following behavior :
>>
>> **** bluetoothd-service-input side ****
>> At startup, it setup the callback mechanism from l2cap control
>> (psm 17) & interrupt (psm 19) sockets to the function
>> connect_event(). Later, when the device ask to open the psm 17 on
>> l2cap, connect_event() is called. Then :
>>
>> connect_event() =3D=3Dcall=3D> input_device_set_channel() =3D=3Dcall=3D=
=3D>
>> find_device() =3D=3Duse=3D=3D> GSList *devices;
>>
>> In my case, GSList *devices is NULL, so connect_event() do a /* Send
>> unplug virtual cable to unknown devices */.
>>
>> This point out that:
>> 1- The device structure for the sixaxis has not been created
>> 2- Having a device structure is a requirement to use HID
>>
>>
>> **** hcid side ****
>> Everything looks good here.
>> Once the device has completed the connection with hcid, the function
>> conn_complete() is called.
>>
>> This one will :
>> + Send a dbus system signal via hcid_dbus_conn_complete() :
>> signal sender=3D:1.3 -> dest=3D(null destination) path=3D/org/bluez=
/hci0; interface=3Dorg.bluez.Adapter; member=3DRemoteDeviceConnected
>> + Read the remote name of the device
>>
>>
>>
>> **** dbus side ****
>> Everytime the sixaxis tries to establish a connection with the host, the
>> following messages appear :
>>
>> signal sender=3D:1.3 -> dest=3D(null destination) path=3D/org/bluez/hci0=
; interface=3Dorg.bluez.Adapter; member=3DRemoteDeviceConnected
>> string "00:19:C1:ED:21:31"
>> signal sender=3D:1.3 -> dest=3D(null destination) path=3D/org/bluez/hci0=
; interface=3Dorg.bluez.Adapter; member=3DRemoteNameUpdated
>> string "00:19:C1:ED:21:31"
>> string "PLAYSTATION(R)3 Controller"
>> signal sender=3D:1.3 -> dest=3D(null destination) path=3D/org/bluez/hci0=
; interface=3Dorg.bluez.Adapter; member=3DRemoteDeviceDisconnected
>> string "00:19:C1:ED:21:31"
>>
>>
>>
>> **** Other ****
>> Just to be sure, the pairing has been done using sixpair.c =3D> same iss=
ue
>> I've tested with the CVS versions of hcid and bluetoothd-service-input =
=3D> same issue.
>>
>>
>> =3D=3D=3D=3D Need Help :/ =3D=3D=3D=3D
>>
>> Could someone explains me what should be the process to establish a HID
>> connection via Bluez ?
>>
>> I think bluetoothd-service-input should listen signals from
>> /org/bluez/hci0 and create a device structure when a
>> RemoteDeviceConnected signal is intercepted, but it doesn't seem to
>> work like this.
>>
>> In bluetoothd-service-input, in which step of this process should the
>> create_device() function be called ?
>>
>> Did I miss a something ?
>>
>>
>> Please find in attachment :
>> + Output of "hcidump -w" while trying to establish a connection
>> + Output of "dbus-monitor --system --monitor" while trying to establis=
h a connection
>> + Output of syslog while trying to establish a connection
>>
>> # dbus-daemon --version
>> D-Bus Message Bus Daemon 1.0.2
>>
>> Thanks in advance for your help,
>>
>> --
>> creber
>>
>>
>>
>>
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2005.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> Bluez-users mailing list
>> Bluez-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/bluez-users
>>
>>
>>
>> =
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-users] ps3 sixaxis & bluez 3.22: HDI issue
[not found] ` <c74b6b3d0711200832p56188bc9g87060e3b69df33a@mail.gmail.com>
@ 2007-11-23 20:13 ` Frédéric Blain
0 siblings, 0 replies; 4+ messages in thread
From: Frédéric Blain @ 2007-11-23 20:13 UTC (permalink / raw)
To: Adam Strojek, BlueZ users
[-- Attachment #1.1: Type: text/plain, Size: 7204 bytes --]
Hello Adams,
I actually built bluez-utils with --enable-hidd option and renamed the
file /var/lib/bluetooth/xx:xx:xx:xx:xx/hidd to
......./input to get /bluetoothd-service-input/ working. However, there
is an issue with the current version since
new input devices (at least the sixaxis) does not seem to be recognized.
I will try to post on bluez-devel to get
an idea on what should be done to fix this.
For those interested, I've written a step by step doc here:
http://creber.free.fr/frederic-blain/?n=Main.GentooOnPS3SixaxisBluetooth.
Thanks for your help,
--
creber
Adam Strojek wrote:
> This min that you need pair your sixaxis using old hidd deamon with
> patchs and instructions from this page, and then you can delete old
> deamons because you have propetly created pair link between your
> computer and your sixaxis.
>
> 2007/11/20, Frédéric Blain <bluez@frederic-blain.com>:
>
>> Hello Adam and thanks for your help.
>>
>> My Sixaxis has a different Mac address than yours (00:19:C1:ED:21:31) :
>>
>> # dbus-monitor --system --monitor
>> signal sender=:1.3 -> dest=(null destination) path=/org/bluez/hci0;
>> interface=org.bluez.Adapter; member=RemoteDeviceDisconnected
>> string "00:19:C1:ED:21:31"
>>
>> I've set /var/lib/bluetooth/[mac od your bluetooth]/trusts accordingly
>> and let /var/lib/bluetooth/[mac od your bluetooth]/input
>> as yours.
>>
>> I still have the same issue.
>> Do you know what's the structure of /var/lib/bluetooth/[mac od your
>> bluetooth]/input ?
>> Should I change anything ?
>>
>> Also, I forgot to specify in my original mail :
>>
>> # uname -a
>> Linux localhost 2.6.23 #3 SMP Tue Nov 13 23:08:08 CET 2007 ppc64 Cell
>> Broadband Engine, altivec supported GNU/Linux
>>
>>
>> Thanks,
>>
>> --
>> creber
>>
>>
>> Adam Strojek wrote:
>>
>>> I also couldn't use Sixaxis in bluetooth mode until I add this lines
>>> into pairing informations:
>>>
>>> $ cat /var/lib/bluetooth/[mac od your bluetooth]/input
>>> 05010904A101A102850175089501150026FF00810375019513150025013500450105091901291381027501950D0600FF8103150026FF0005010901A10075089504350046FF0009300931093209358102C0050175089527090181027508953009019102750895300901B102C0A1028502750895300901B102C0A10285EE750895300901B102C0A10285EF750895300901B102C0C000
>>> 00000000 Sony Computer Entertainment Wireless Controller
>>>
>>> $ cat /var/lib/bluetooth/[mac od your bluetooth]/trusts
>>> 00:19:C1:E4:2D:06 [all]
>>>
>>> All Sixaxis controllers have the same Mac adress, you need only add this lines.
>>>
>>> 2007/11/20, Frédéric Blain <bluez@frederic-blain.com>:
>>>
>>>
>>>> Hello,
>>>>
>>>> I'm experiencing an issue while trying to use the Sony PS3 sixaxis under
>>>> Linux (Gentoo). The host machine is a PS3, I use bluez 3.22 out of the
>>>> box (no patches) on a 64 bits kernel. I followed the documentation at
>>>> http://www.pabr.org/sixlinux/
>>>>
>>>> This is my first bluetooth/Bluez experience, so please forgive if I use
>>>> the wrong term or if I ask stupid questions ...
>>>>
>>>>
>>>> ==== Problem Description ====
>>>>
>>>> The sixaxis is not recognized by bluetoothd-service-input.
>>>> According hcidump, a connection is made from the device (sixaxis)
>>>> to the host controler but when trying to contact HDI on control
>>>> channel (PSM 17), bluetoothd-service-input generate an error:
>>>> "HIDP: Control: Virtual cable unplug".
>>>>
>>>> As a consequence, the device try few more times to establish the
>>>> connection and then give up. Sixaxis is never recognized and
>>>> created on the host.
>>>>
>>>>
>>>> ==== Investigations ====
>>>>
>>>> Attaching GDB to the running hcid and bluetoothd-service-input
>>>> processes, I've isolated the following behavior :
>>>>
>>>> **** bluetoothd-service-input side ****
>>>> At startup, it setup the callback mechanism from l2cap control
>>>> (psm 17) & interrupt (psm 19) sockets to the function
>>>> connect_event(). Later, when the device ask to open the psm 17 on
>>>> l2cap, connect_event() is called. Then :
>>>>
>>>> connect_event() ==call=> input_device_set_channel() ==call==>
>>>> find_device() ==use==> GSList *devices;
>>>>
>>>> In my case, GSList *devices is NULL, so connect_event() do a /* Send
>>>> unplug virtual cable to unknown devices */.
>>>>
>>>> This point out that:
>>>> 1- The device structure for the sixaxis has not been created
>>>> 2- Having a device structure is a requirement to use HID
>>>>
>>>>
>>>> **** hcid side ****
>>>> Everything looks good here.
>>>> Once the device has completed the connection with hcid, the function
>>>> conn_complete() is called.
>>>>
>>>> This one will :
>>>> + Send a dbus system signal via hcid_dbus_conn_complete() :
>>>> signal sender=:1.3 -> dest=(null destination) path=/org/bluez/hci0; interface=org.bluez.Adapter; member=RemoteDeviceConnected
>>>> + Read the remote name of the device
>>>>
>>>>
>>>>
>>>> **** dbus side ****
>>>> Everytime the sixaxis tries to establish a connection with the host, the
>>>> following messages appear :
>>>>
>>>> signal sender=:1.3 -> dest=(null destination) path=/org/bluez/hci0; interface=org.bluez.Adapter; member=RemoteDeviceConnected
>>>> string "00:19:C1:ED:21:31"
>>>> signal sender=:1.3 -> dest=(null destination) path=/org/bluez/hci0; interface=org.bluez.Adapter; member=RemoteNameUpdated
>>>> string "00:19:C1:ED:21:31"
>>>> string "PLAYSTATION(R)3 Controller"
>>>> signal sender=:1.3 -> dest=(null destination) path=/org/bluez/hci0; interface=org.bluez.Adapter; member=RemoteDeviceDisconnected
>>>> string "00:19:C1:ED:21:31"
>>>>
>>>>
>>>>
>>>> **** Other ****
>>>> Just to be sure, the pairing has been done using sixpair.c => same issue
>>>> I've tested with the CVS versions of hcid and bluetoothd-service-input => same issue.
>>>>
>>>>
>>>> ==== Need Help :/ ====
>>>>
>>>> Could someone explains me what should be the process to establish a HID
>>>> connection via Bluez ?
>>>>
>>>> I think bluetoothd-service-input should listen signals from
>>>> /org/bluez/hci0 and create a device structure when a
>>>> RemoteDeviceConnected signal is intercepted, but it doesn't seem to
>>>> work like this.
>>>>
>>>> In bluetoothd-service-input, in which step of this process should the
>>>> create_device() function be called ?
>>>>
>>>> Did I miss a something ?
>>>>
>>>>
>>>> Please find in attachment :
>>>> + Output of "hcidump -w" while trying to establish a connection
>>>> + Output of "dbus-monitor --system --monitor" while trying to establish a connection
>>>> + Output of syslog while trying to establish a connection
>>>>
>>>> # dbus-daemon --version
>>>> D-Bus Message Bus Daemon 1.0.2
>>>>
>>>> Thanks in advance for your help,
>>>>
>>>> --
>>>> creber
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> -------------------------------------------------------------------------
>>>> This SF.net email is sponsored by: Microsoft
>>>> Defy all challenges. Microsoft(R) Visual Studio 2005.
>>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>>>> _______________________________________________
>>>> Bluez-users mailing list
>>>> Bluez-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/bluez-users
>>>>
>>>>
>>>>
>>>>
>>>>
>>
[-- Attachment #1.2: Type: text/html, Size: 7865 bytes --]
[-- Attachment #2: Type: text/plain, Size: 228 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
[-- Attachment #3: Type: text/plain, Size: 164 bytes --]
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-11-23 20:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-20 16:34 [Bluez-users] ps3 sixaxis & bluez 3.22: HDI issue Frédéric Blain
2007-11-20 16:01 ` Adam Strojek
2007-11-20 17:22 ` Frédéric Blain
[not found] ` <c74b6b3d0711200832p56188bc9g87060e3b69df33a@mail.gmail.com>
2007-11-23 20:13 ` Frédéric Blain
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).