From: Daniel G. <dg...@su...> - 2006-11-03 15:25:24
|
On Friday 03 November 2006 16:12, Norman Urs Baier wrote: > I wanted to synchronise my Siemens M75 with KDE and installed OpenSync 0.= 19 > therefore. Now when syncing, I get "Bluetooth connect error": > [...] > > Is there a way to get more details about this error and what would be a > good strategy to fix it? The phone asks me a code when starting msynctool, > I tried to put everywhere where a code is needed "1234" (in phone, in > hcid.conf, in plugin configuration...) but it seems either phone or > computer still do not agree on the code. Please advise! Here some > supplementary info like traces and other: I guess the code you mean is the bluetooth pairing code. For the initial=20 pairing of two bluetooth devices there is such a code needed once. You have= =20 to reply it on both sides while connecting the first time. Or set up a fix= =20 pin in hcid.conf (which i cant recommended). This pin code has nothing to d= o=20 with OpenSync.. A easy way to check/create your bluetooth pairing is (as root): hcitool cc 00:01:E3:5D:E3:73 hcitool auth 00:01:E3:5D:E3:73 hcitool dc 00:01:E3:5D:E3:73 > root@aemulus:~ # sdptool browse 00:01:E3:5D:E3:73 > Browsing 00:01:E3:5D:E3:73 ... > > Service Name: OBEX Synchronisation > Service RecHandle: 0x11104 > Service Class ID List: > =A0 "IrMC Sync" (0x1104) This indicates that on Channel 5 is a IrMC service not a SyncML service. > Protocol Descriptor List: > =A0 "L2CAP" (0x0100) > =A0 "RFCOMM" (0x0003) > =A0 =A0 Channel: 5 > =A0 "OBEX" (0x0008) > Language Base Attr List: > =A0 code_ISO639: 0x656e > =A0 encoding: =A0 =A00x6a > =A0 base_offset: 0x100 > Profile Descriptor List: > =A0 "IrMC Sync" (0x1104) > =A0 =A0 Version: 0x0100 Please use the irmc-sync plugin instead of the syncml-obex-client plugin.=20 Check the README how to setup a bluetooth connection with the irmc-sync=20 plugin. best regards, Daniel |