I have a sony clie 665 and pilot-link showing as installed. Will this work under evolution or do i need jpilot or xpalm desktop? I don't really care as long as i get it to synch with something. How do i start pilot-link? anybody got a good web link for this? thanks again
In a previous message, Thomas Nuzum wrote:
I have a sony clie 665 and pilot-link showing as installed. Will this work under evolution or do i need jpilot or xpalm desktop?
I don't really care as long as i get it to synch with something. How do i start pilot-link?
If (as you mentioned in your other email) you've got the basic syncing to work, then that's it done. pilot-link provides commands to transfer files to and from the PalmOS device. However, it's much easier to use something like JPilot (which is what I use) to provide something like the PalmDesktop interface. It's easier than using the command line, and also lets you browse the date etc. records easily under linux. Evolution lets you sync to the PalmOS device, but you might need to install some other stuff, too, and there are also other GUI tools, including GPilot. As for websites, IIRC there is usbvisor.sourceforge.net, which has info and links on setting everything up for the Handspring Visor, but it should be similar for the Clie. There are others, too - search google with 'linux palm sync' and similar keywords. John -- John Pettigrew Headstrong Games john@headstrong-games.co.uk Fun : Strategy : Price http://www.headstrong-games.co.uk/ Board games that won't break the bank Knossos: escape the ever-changing labyrinth before the Minotaur catches you!
On Fri, Dec 20, 2002 at 08:30:24AM +0000, John Pettigrew wrote: : In a previous message, Thomas Nuzum wrote: : : > I have a sony clie 665 and pilot-link showing as installed. : > Will this work under evolution or do i need jpilot or xpalm desktop? : > : > I don't really care as long as i get it to synch with something. : > How do i start pilot-link? : : If (as you mentioned in your other email) you've got the basic syncing to : work, then that's it done. pilot-link provides commands to transfer files to : and from the PalmOS device. I think that he's saying the software is installed. The version of pilot-link that ships with 8.1 does not support USB Palm devices. For that you'll need pilot-link 0.11.x. --Jerry Open-Source software isn't a matter of life or death... ...It's much more important than that!
In a previous message, Jerry A! wrote:
On Fri, Dec 20, 2002 at 08:30:24AM +0000, John Pettigrew wrote:
If (as you mentioned in your other email) you've got the basic syncing to work, then that's it done. pilot-link provides commands to transfer files to and from the PalmOS device.
I think that he's saying the software is installed. The version of pilot-link that ships with 8.1 does not support USB Palm devices.
For that you'll need pilot-link 0.11.x.
In a subsequent email, he'd said that he had something working, so I assumed that he'd already obtained the later pilot-link (as I had to for my Visor). In which case, he doesn't *need* anything else, although JPilot does make things easier - although, again, he'll need to download a newer version that supports pilot-link 0.11.x. And I found that neither pilot-link 0.11.x nor Jpilot to match compiled easily under SuSE - various tweaks were needed to get around some dependency problems. John -- John Pettigrew Headstrong Games john@headstrong-games.co.uk Fun : Strategy : Price http://www.headstrong-games.co.uk/ Board games that won't break the bank Valley of the Kings: ransack an ancient Egyptian tomb but beware of mummies!
And I found that neither pilot-link 0.11.x nor Jpilot to match compiled easily under SuSE - various tweaks were needed to get around some dependency problems.
I have been at this off and on for the past week myself, unsuccessfully. I need help with figuring these "tweaks" and "dependencies" if anyone could please assist. I have been trying to get JPilot to run with my Sony Clie S320 (USB-only), but I keep running into problems. I am hoping someone might be able to shed some light on a way to get it to work. So far I have compiled/installed/tested (successfully) pilot-link v0.11.5. I have "taboo'd" the pilot-link and perl-pilot module via Yast2, and installed the JPilot from the 8.1 CD's. (I had to make a symlink from /usr/lib/libpisock.so.4 -> /usr/lib/libpisock.so) But, on sync, JPilot just sits there trying to connect to /dev/ttyUSB1 with no errors, then my Clie times out. So, it seems as if JPilot isn't communicating properly with my palm? I have also tried to compile a fresh JPilot, but it keeps erroring out on the Keyring feature (error at bottom of email). I need to get JPilot to work, and I don't care if it is from the CD's or the tarball, but I need to keep pilot-link v0.11.5, due to the USB issue. Any help appreciated, I am at my wits end trying to figure this one out. Many thanks, -Jeric Below is the "make" error from jpilot-0.99.3 (I configured: "./configure" and I tried "./configure --disable-nls --disable-plugins --prefix=/usr" before doing "make" but I got the same errors): Making all in KeyRing make[2]: Entering directory `/opt/jpilot-0.99.3/KeyRing' source='keyring.c' object='keyring.lo' libtool=yes \ depfile='.deps/keyring.Plo' tmpdepfile='.deps/keyring.TPlo' \ depmode=gcc3 /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -O2 -I/usr/local/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I.. -c -o keyring.lo `test -f 'keyring.c' || echo './'`keyring.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -O2 -I/usr/local/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I.. -c keyring.c -MT keyring.lo -MD -MP -MF .deps/keyring.TPlo -fPIC -DPIC -o keyring.o cc1: warning: changing search order for system directory "/usr/local/include" cc1: warning: as it has already been specified as a non-system directory keyring.c:31:25: openssl/md5.h: No such file or directory keyring.c:32:25: openssl/des.h: No such file or directory keyring.c:88: parse error before "s1" keyring.c:88: warning: type defaults to `int' in declaration of `s1' keyring.c:88: warning: type defaults to `int' in declaration of `s2' keyring.c:88: warning: data definition has no type or storage class keyring.c: In function `pack_KeyRing': keyring.c:149: warning: implicit declaration of function `des_ecb3_encrypt' keyring.c:149: `const_des_cblock' undeclared (first use in this function) keyring.c:149: (Each undeclared identifier is reported only once keyring.c:149: for each function it appears in.) keyring.c:149: parse error before ')' token keyring.c:149: `des_cblock' undeclared (first use in this function) keyring.c:149: parse error before ')' token keyring.c:150: `DES_ENCRYPT' undeclared (first use in this function) keyring.c: In function `set_password_hash': keyring.c:172: `des_cblock' undeclared (first use in this function) keyring.c:172: parse error before "key1" keyring.c:184: warning: implicit declaration of function `MD5' keyring.c:194: `key1' undeclared (first use in this function) keyring.c:195: `key2' undeclared (first use in this function) keyring.c:196: warning: implicit declaration of function `des_set_key' keyring.c: In function `unpack_KeyRing': keyring.c:239: `const_des_cblock' undeclared (first use in this function) keyring.c:239: parse error before ')' token keyring.c:239: `des_cblock' undeclared (first use in this function) keyring.c:239: parse error before ')' token keyring.c:240: `DES_DECRYPT' undeclared (first use in this function) make[2]: *** [keyring.lo] Error 1 make[2]: Leaving directory `/opt/jpilot-0.99.3/KeyRing' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/opt/jpilot-0.99.3' make: *** [all] Error 2 -- JericAtSbcglobalDotNetwork 5:02pm up 30 days, 8:51, 8 users, load average: 0.19, 0.18, 0.09
On Fri, Dec 20, 2002 at 05:15:10PM -0600, Jeric wrote: : : Below is the "make" error from jpilot-0.99.3 (I configured: : "./configure" and I tried "./configure --disable-nls --disable-plugins : --prefix=/usr" before doing "make" but I got the same errors): : : keyring.c:31:25: openssl/md5.h: No such file or directory : keyring.c:32:25: openssl/des.h: No such file or directory ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ please install the openssl-devel package. --Jerry Open-Source software isn't a matter of life or death... ...It's much more important than that!
On Fri, 2002-12-20 at 17:41, Jerry A! wrote:
: : keyring.c:31:25: openssl/md5.h: No such file or directory : keyring.c:32:25: openssl/des.h: No such file or directory ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ please install the openssl-devel package.
--Jerry
AHH! JPilot works now! :D Thank you so very much...I was getting frustrated with myself on this one. -Jeric -- JericAtSbcglobalDotNetwork 6:10pm up 30 days, 9:59, 8 users, load average: 0.27, 0.59, 0.41
Op zaterdag 21 december 2002 00:15, schreef Jeric:
I need to get JPilot to work, and I don't care if it is from the CD's or the tarball, but I need to keep pilot-link v0.11.5, due to the USB issue. Any help appreciated, I am at my wits end trying to figure this one out.
You can get the rpm from Ximian: pilot-link;0.11.5-7.ximian.2;i386;ximian pilot-link;0.9.5-47;i586;base ftp://ftp.gwdg.de/pub/linux/suse/apt/SuSE/8.1-i386/ximian -- Richard Bos Without a home the journey is endless
Hi, I downloaded the latest Ximian [1.2.1] and pilot. I thought I had installed Ximian - I used Yast from root but I still show 1.0.8 and the Pilot update would not update saying it needed the new Ximian? What am I doing wrong? thanks serge naggar
Try right click and choose ""Open with kpackage"". Hope this helps. Bill Registered Linux user #298909 http://counter.li.org On Saturday 18 January 2003 12:30, Serge Naggar wrote:
Hi, I downloaded the latest Ximian [1.2.1] and pilot. I thought I had installed Ximian - I used Yast from root but I still show 1.0.8 and the Pilot update would not update saying it needed the new Ximian? What am I doing wrong? thanks serge naggar
--
I must be misinterpreting your suggestion. I went to the evolution1.2.1-rpm file I downloaded and right-clicked -->to the Open I tried, but the `Open with kpackage' is not among the many choices found in Open With: followed by Known Applications as there is no obvious choice. On Sun, 2003-01-19 at 03:10, Bill Wisse wrote:
Try right click and choose ""Open with kpackage"".
Hope this helps.
Bill Registered Linux user #298909 http://counter.li.org
On Saturday 18 January 2003 12:30, Serge Naggar wrote:
Hi, I downloaded the latest Ximian [1.2.1] and pilot. I thought I had installed Ximian - I used Yast from root but I still show 1.0.8 and the Pilot update would not update saying it needed the new Ximian? What am I doing wrong? thanks serge naggar
--
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
OK. There must be an option called ""Others"", or just ""Open with""... Click on that one and type Kpackage and the program should come up. Bill On Sunday 19 January 2003 05:50, Serge Naggar wrote:
I must be misinterpreting your suggestion. I went to the evolution1.2.1-rpm file I downloaded and right-clicked -->to the Open
I tried, but the `Open with kpackage' is not among the many choices found in Open With: followed by Known Applications as there is no obvious choice.
On Sun, 2003-01-19 at 03:10, Bill Wisse wrote:
Try right click and choose ""Open with kpackage"".
Hope this helps.
Bill Registered Linux user #298909 http://counter.li.org
On Saturday 18 January 2003 12:30, Serge Naggar wrote:
Hi, I downloaded the latest Ximian [1.2.1] and pilot. I thought I had installed Ximian - I used Yast from root but I still show 1.0.8 and the Pilot update would not update saying it needed the new Ximian? What am I doing wrong? thanks serge naggar
--
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
-- Registered Linux user #298909 http://counter.li.org
I have a sony clie 665 and pilot-link showing as installed. Will this work under evolution or do i need jpilot or xpalm desktop?
I don't really care as long as i get it to synch with something. How do i start pilot-link?
anybody got a good web link for this?
thanks again I have good luck using jpilot with my Palm Vx Not so good luck with kpilot (it fails sync most of the time, and once duplicated all the address book entries on my palm) Shit luck with Evolution (I have never gotten it to sync in almost 2 years of
On Mon, 23 Dec 2002 04:07 am, Thomas Nuzum wrote: trying) Stick with jpilot. It works.. -- Peter Nixon http://www.peternixon.net/ PGP Key: http://www.peternixon.net/public.asc
On Sun, 2002-12-22 at 21:07, Thomas Nuzum wrote:
I have a sony clie 665 and pilot-link showing as installed. Will this work under evolution or do i need jpilot or xpalm desktop?
I don't really care as long as i get it to synch with something. How do i start pilot-link?
anybody got a good web link for this?
thanks again
I got USB working and on pressing hot synch i got system logs for the sony clie ok. so far so good.
participants (8)
-
Bill Wisse
-
Jeric
-
Jerry A!
-
John Pettigrew
-
Peter Nixon
-
Richard Bos
-
Serge Naggar
-
Thomas Nuzum