Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
hotsync palm t3 question
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
mcdermottpa
Tux's lil' helper
Tux's lil' helper


Joined: 06 Oct 2004
Posts: 95

PostPosted: Fri Nov 12, 2004 9:39 am    Post subject: hotsync palm t3 question Reply with quote

I'm trying to get hotsyncing to work with my palm t3 but have thus far had no luck. I have my usb cradle hooked up and have tried using the following resources to get things working

http://www.redbug.uklinux.net/palm/
http://www.linuxpda.com/visor/howto/current/

I compiled my kernel with usbserial and visor modules. Then modprobed visor but when I press the sync button on my cradle I don't get a /dev/ttyUSB1. I do see the following in /proc/bus/usb/devices when the palm is trying to sync though:

Quote:
T: Bus=06 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 3 Spd=12 MxCh= 0
D: Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=16 #Cfgs= 1
P: Vendor=0830 ProdID=0060 Rev= 1.00
S: Manufacturer=Palm, Inc.
S: Product=Palm Handheld
S: SerialNumber=303056354139563332315237
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 2mA
I: If#= 0 Alt= 0 #EPs= 4 Cls=ff(vend.) Sub=00 Prot=00 Driver=visor
E: Ad=81(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=86(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=07(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms


Can anyone help me out?
Back to top
View user's profile Send private message
mcdermottpa
Tux's lil' helper
Tux's lil' helper


Joined: 06 Oct 2004
Posts: 95

PostPosted: Thu Dec 02, 2004 3:53 am    Post subject: Reply with quote

-bump- Anyone have a t3 working? How did you do it?
_________________
Murphy's Military Laws:
#19.There is no such thing as an atheist in a foxhole.
#54. Killing for peace is like screwing for virginity.
Back to top
View user's profile Send private message
R.D.Olivaw
n00b
n00b


Joined: 11 Nov 2004
Posts: 34
Location: Geneva, Switzerland

PostPosted: Sat Dec 04, 2004 11:28 am    Post subject: Reply with quote

Hello There,

yes mine works.
by simply following the instruction in http://www.linuxpda.com/visor/howto/current/
do you get
Dec 4 12:20:59 dell visor ttyUSB0: Handspring Visor / Palm OS converter now disconnected from ttyUSB0
Dec 4 12:20:59 dell visor ttyUSB1: Handspring Visor / Palm OS converter now disconnected from ttyUSB1
in your log? (/var/log/messages if you're using syslog)

if you do then check if the following directory exist
/dev/usb/tts/
it should have two files in it '0,1'
you can make the following link

ln -s /dev/pilot /dev/usb/tts/1

then use /dev/pilot to sync with your palm

What are you trying to sync with?
if you are using pilot-link then try the following
connect your palm and press the sync buttong on it
pilot-xfer -p /dev/pilot -b t3backup

this would backup the pilot in a directoty calleed t3backup

hope this helps

edit: corrected the code to create a symblic link


Last edited by R.D.Olivaw on Sun Dec 05, 2004 5:57 pm; edited 1 time in total
Back to top
View user's profile Send private message
Zviratko
Tux's lil' helper
Tux's lil' helper


Joined: 21 Feb 2004
Posts: 106
Location: Prague, Czech Republic

PostPosted: Sat Dec 04, 2004 3:47 pm    Post subject: Reply with quote

Mine worked, a colleague just got one and it works as well - upon pressing a hotsync button, ttyUSB0 and ttyUSB1 appear, I set up a link /dev/ttyUSB1 -> /dev/pilot and set gnome-pilot (or kpilot or whatever) to use that serial device -> all done :)
Back to top
View user's profile Send private message
mcdermottpa
Tux's lil' helper
Tux's lil' helper


Joined: 06 Oct 2004
Posts: 95

PostPosted: Sun Dec 05, 2004 5:34 pm    Post subject: Reply with quote

Thanks so much for the replies! I had kind of given up on getting my t3 working but after reading that howto (again) it was... well easy. I just had to compile usb serial and visor modules in the kernel and make a symbolic link to /var/usb/tts/1 (hard link not permitted).

R.D.Olivaw doing a backup with:
Quote:
pilot-xfer -p /dev/pilot -b t3backup

Worked great and reading the pilot-xfer man file, it looks like I'll be able to do what I need at the command line.

I had one problem though that took some searching to fix. I could not get a regular user to access the palm. I found the solution here: https://forums.gentoo.org/viewtopic.php?t=246433 It was a simple grant problem. If anyone is having this problem but does not want to read that whole thread here is the solution:
Code:
# chmod 0666 /dev/usb/tts/1
# chmod 0666 /dev/usb/tts/0

_________________
Murphy's Military Laws:
#19.There is no such thing as an atheist in a foxhole.
#54. Killing for peace is like screwing for virginity.
Back to top
View user's profile Send private message
R.D.Olivaw
n00b
n00b


Joined: 11 Nov 2004
Posts: 34
Location: Geneva, Switzerland

PostPosted: Sun Dec 05, 2004 5:43 pm    Post subject: Reply with quote

I'm glad that it worked.
actually if you try
Code:

pilot-xfer -p /dev/pilot -b t3backup

as a regular user, you'd get an error message suggesting specifically the chmod you mentioned :)
Back to top
View user's profile Send private message
mcdermottpa
Tux's lil' helper
Tux's lil' helper


Joined: 06 Oct 2004
Posts: 95

PostPosted: Sun Dec 05, 2004 5:48 pm    Post subject: Reply with quote

:oops: I ran into the problem with gnome-pilot and never tried pilot-xfer as a regular user.
_________________
Murphy's Military Laws:
#19.There is no such thing as an atheist in a foxhole.
#54. Killing for peace is like screwing for virginity.
Back to top
View user's profile Send private message
meyerm
Veteran
Veteran


Joined: 27 Jun 2002
Posts: 1311
Location: Munich / Germany

PostPosted: Sat Dec 11, 2004 4:45 pm    Post subject: Reply with quote

Hi,

may I ask you a question? I want to buy a Thungsten E but heard rumours about problems syncing them with Linux. With the available conduits you can't sync f.ex. the birthday of your contacts. I'd like to sync with the KDE suite of PIM apps.

Is this still true?

Thanks,
Marcel
Back to top
View user's profile Send private message
R.D.Olivaw
n00b
n00b


Joined: 11 Nov 2004
Posts: 34
Location: Geneva, Switzerland

PostPosted: Sun Dec 12, 2004 3:22 pm    Post subject: Reply with quote

unfortuately that's true.
You can't sync the BDs and with the current stable version in portage you cannot install to the SD card.
Back to top
View user's profile Send private message
meyerm
Veteran
Veteran


Joined: 27 Jun 2002
Posts: 1311
Location: Munich / Germany

PostPosted: Sun Dec 12, 2004 3:26 pm    Post subject: Reply with quote

Sad... Any idea why this is so? Is PALM not publishing needed specs or are the conduits only unmantained and therefore too old?
Back to top
View user's profile Send private message
asiobob
Veteran
Veteran


Joined: 29 Oct 2003
Posts: 1375
Location: Bamboo Creek

PostPosted: Wed Feb 16, 2005 9:24 pm    Post subject: Reply with quote

apologies for bumping.
I've got my T|E working, with the current stable in portage, so far I've only tried piliot-xf
My device was in /dev/tts/USB1 but I made a udev rule so the BUS="usb" SYSINFO{product}="Palm Handheld" NAME="pilot" (iue /dev/pilot) and MODE="0666". I'm using the udev 54 (i think, not at the box atm) and it has the rules and permissions in the same file now. Please becareful of the above rule it's probably wrong, I just pulled it out of my head.

Now when I hit hte hotsync button regular users can have access to the device.
I've tried "plucker" (and plucker-dekstop) and its great. Just the current ebuild doesn't install the plucker plam prc files because well the pakcage contains the source and you'd need a ARM toolchain to compile the palm stuff so it's much easier to go to the plucker site and download the precompiled version. I'm working to integrate the two into the ebuild
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum