[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[coldsync-hackers] Tungsten-W sync problems...



I've picked up a tungsten-w recently and am trying to get it to sync using 
coldsync.  I don't think it's a Linux driver issue, but I could be wrong.  
I'm using mandrake 9.1/9.2 (tried on both) using 2.4.21/2.4.22 kernels.  Both 
have the tungsten-W patches installed; here's a snip from visor.h

#define PALM_TUNGSTEN_T_ID              0x0060
#define PALM_TUNGSTEN_Z_ID              0x0031

The tungsten-w uses the id of 0x0031 as seen from this snip of 
/proc/bus/usb/devices (assuming I'm reading this correctly) :

C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=255ms
T:  Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 15 Spd=12  MxCh= 0
D:  Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=16 #Cfgs=  1
P:  Vendor=0830 ProdID=0031 Rev= 1.00
S:  Manufacturer=Palm, Inc.
S:  Product=Palm Handheld
S:  SerialNumber=K0RHB4T39242

Pushing the sync button also causes /dev/usb/tts/0 & 1 to appear.  Running the 
following:

coldsync -p /dev/usb/tts/0 -mb testsync

causes this prompt to appear and nothing else to happen until the palm times 
out.  I have to hit ctrl-c to stop it:

Please press the HotSync button.

Changing the command to use /dev/usb/tts/1 instead, causes this prompt:

Warning: no device on /dev/usb/tts/1. Waiting...

I've tried creating a .coldsyncrc looking like this:

options {
    CONDUITDIR: "/usr/local/libexec/coldsync";
    CONDUIT_PATH: "$(CONDUITDIR):$(HOME)/.palm/conduits";
}


pda {
    snum: "K0RHB4T39242-H";
    username: "Izzy Blacklock";
    userid: 12539;
}


conduit sync {
        path: [generic];
        type: */*;
        default;
}

and running this command with the same resalts:

coldsync -p /dev/usb/tts/0 -mI

Any thoughts?  I've seen reports of syncing working with Tungsten-W's.  Has 
anyone had success getting it to work with coldsync?  

...Izzy

This message was sent through the coldsync-hackers mailing list.  To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body.  For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.