From: Matthew K. <ka...@fa...> - 2006-03-14 19:43:25
|
Hmm. No luck...perhaps I haven't installed the new version right? I patched the file, ran make clean, make and make install. The debug shows that the rfcomm parameter hasn't made it through to the gnokii initialisation, I think. matt@mercury:/usr/local/lib/opensync/plugins$ msynctool --sync g5 Synchronizing group "g5" The previous synchronization was unclean. Slow-syncing phone instance config: model: series60 port_device: 00:E0:03:5F:5F:6D connection_type: 5 init_length: 0 serial_baudrate: 0 serial_write_usleep: 0 hardware_handshake: 0 require_dcd: 0 smsc_timeout: 0 connect_script: disconnect_script: rfcomm_cn: 0 sm_retry: off Serial device: opening device 00:E0:03:5F:5F:6D Can't connect: Invalid argument Couldn't open GNBUS device: Invalid argument Error in link initialisation Member 1 of type gnokii-sync had an error while connecting: Connection failed Member 2 of type file-sync just connected Member 2 of type file-sync just disconnected All clients have disconnected The sync failed: Unable to connect one of the members Error synchronizing: Unable to connect one of the members matt@mercury:/usr/local/lib/opensync/plugins$ Here's my config file for the gnokii-sync member: <config> <connection>bluetooth</connection> <port>00:E0:03:5F:5F:6D</port> <model>series60</model> <rfcomm_channel>14</rfcomm_channel> <debug>on</debug> </config> M On Tue, 2006-03-14 at 20:24 +0100, Daniel Gollub wrote: > On Tuesday 14 March 2006 20:08, Matthew Kay wrote: > > Perhaps rfcomm_channel is the one you're missing? This is the > > smallest .gnokiirc which works for me: > yes. maybe. > Update to latest revision of gnokii-sync (if you haven't done yet) and try > attaced patch. This will add the rfcomm_channel option. > > > > > [global] > > port = 00:E0:03:5F:5F:6D > > model = series60 > > connection = bluetooth > > rfcomm_channel = 14 > > Add to your gnokii-sync config: > <config> > .... > <rfcomm_channel>14</rfcomm_channel> > </config> > > > > > You would be my personal hero if we got this working! > I know :P > > Have fun! > > Daniel |