BR Indice(depth=2 align=right)
Questa pagina spiegherà come sincronizzare computer palmari Palm OS con Ubuntu.
Ci sono molti programmi che consentono la connessione di un dispositivo palmare con Linux. Questa guida coprirà i più diffusi programmi e metodi di connessione.
gpilotd BR jpilotBR kpilotBR pilot-linkBR
Eseguire in un Terminale, facendo clic su oppure per Kubuntu: Per le versioni Ubuntu 7.04 (Feisty Fawn), 7.10 (Gutsy Gibbon), 8.04 (Hardy Heron) and 9.04 (Jaunty Jackalope) se il precedente sistema non funziona, aggiungere il modulo oppure aggiungere alla fine e salvare il file. Riavviare il computer. È possibile anche caricarew il modulo immediatamente, senza riavviare il computer:
There you go. Every Palm synchronizing application I know of looks for the device at /dev/pilot. Gnome-pilot does, for sure. This simple fix allows your Palm device to finally be plug-and-play.
Information for this article comes from Writing UDEV Rules
See if newer "PalmOne", Handspring, or Treo devices have different product names, requiring more lines in the file. See if ttyUSB* is good enough for the majority, or if we need to use ttyUSB[13579].
All Palm handhelds create 2 connections when the HotSync button is pushed. In most cases these are /dev/ttyUSB0 and /dev/ttyUSB1. Your connections may vary, depending on what other USB devices you have connected. ls -l /dev/pilot lrwxrwxrwx 1 root root 5 2008-01-21 00:10 /dev/pilot -> pilot you might have a similar problem. To get my Palm T5 to sync I added line (BUS="usb", SYSFS{product}="palmOne Handheld*", KERNEL="ttyUSB[13579]", SYMLINK="pilot), without (), to above described created file (gksudo gedit /etc/udev/rules.d/010-custom.rules). This was done with information found on link (http://andyspace.me.uk/node/250). Using the information from the link provided above I was able to setup my Treo650 to work on Ubuntu 5.10 (Breezy Badger). I ammended the line in the "010-custom.rules" file to the following: BUS=="usb", SYSFS{product}=="Palm Handheld*", KERNEL=="ttyUSB[13579]*", SYMLINK=="treo". Then run the PalmDevices setup. I'm using Breeze Badger and I was having trouble syncing with all the information provided on this link. It would sync once and then not again, or maybe it was random but it didn't sync every time I tried. I switched to jpilot and changed the "010-custom.rules" file to: BUS=="usb", SYSFS{product}=="PalmOne Handheld*", KERNEL=="ttyUSB*", NAME{ignore_remove}=="treo", MODE=="666". That worked like a charm for the Treo 650. Now it syncs every time. Just a note on the difference between "==" and "=" in the above. The former is used for equality comparisons (as in BUS, SYSFS, & KERNEL), whereas the latter is for assignments (as in NAME & MODE). This is a very important distinction which if ignored will yield a rather elaborate udev no-op line in your rules file! Important for all
Works and requires the Visor module (above instructions) to load on boot.
I found that Feisty comes with all the right settings; notably no changes are needed to the rules files. However, the rules are set up such that the link /dev/pilot is created dynamically when the OS recognizes the palm device, at the time the hotsync button is pressed. This has complications for the sync software such as kpilot. The sync software (notably the daemon that's opening the device node) must be started _after_ the hotsync button is pressed. Otherwise the OS might reassign the device node and the daemon will be looking at a stale device node. This can be avoided by having the sync software talk to /dev/ttyUSB0 directly, rather than via the /dev/pilot, but if you use multiple serial devices, then they might confuse each other, as the OS will pick the next free device node, e.g. ttyUSB1, ...
Treo isn't detected after hitting the sync button on the USB cable until I issue a "lsusb" command in the terminal. Then, it syncs properly via gnome-pilot. Note: I had to load the "visor" module but didn't have to alter any udev config files.
Evolution syncing with Palm Centro worked well after following the instructions above.
Just use
in /etc/udev/rules.d/10-custom.rules, add the line (all on one line): BUS="usb", SYSFS{product}="Handspring Visor*", KERNEL="ttyUSB*", NAME{ignore_remove}="pilot", MODE="666" The Palm TX identifies itself as "Handspring Visor", not with a string starting with "Palm"
With this combination, following the excellent instructions above, any attempt at syncing panics the Palm. The workaround is File|Preferences|Conduits then disable all conduits except memo. This should permit you to sync successfully. Then enable one more conduit at a time until you find the culprit or you have all the conduits working that you require.
With the above combination, sync removes all categories. This leaves all memo entries set to 'unfiled'.
Ubuntu 7.04 (Feisty)BR Using Breezy, Dapper, Edgy synchronizing was no problem at all, but with Feisty nothing worked. After digging through the forums I found that the needed module visor is not loaded automatically, and should be added to /etc/modules. Then to make /dev/pilot an existing device follow the instructions at https://help.ubuntu.com/community/PalmDeviceSetup. BR Ubuntu 6.10 (Edgy Eft) BR Ubuntu 6.06 (Dapper Drake) BR Ubuntu 5.10 (Breezy Badger) BR
Gnome-pilot is the default Palm synchronization software of Gnome. It can be installed from the repositories, look for gnome-pilot and gnome-pilot-conduits. Three programs (commands) are part of this: - gpilotd: do the synchronization. BR - gpilot-applet: applet for the Gnome panel. Allow synchronizing from the Palm's hot sync button. BR - gpilotd-control-applet: GUI for setup the options. BR The first step is to add the applet to the Gnome panel. To do this right click somewhere on a free space in the panel and choose Add to Panel, then under the Utilities category choose Pilot Applet. After installation the applet a new icon appear in the panel. This icon allow automatic synchronizing the Palm just by pressing the hotsync button in the Palm. And by doing a this icon the program Pilot Settings pop up. This applet is the equivalent to the Hotsync icon in Windows. The second step is to configure the synchronization options. Open this by doing a click on the applet or by selecting The connection should work fine. If not try this: BR 1) Verify that the cable are well plugged, or the infrared is working in both devices. By the end of 2006 Bluetooth isn't supported yet as gnome-pilot does not include it. BR 2) Try each speed of connection. Adjust the value in both Ubuntu and the Palm. BR Answer if the device was previously synchronized or not, then forward. Once identified the user press «forward». Fill in the boxes for the pilot name and local base dir. Pilot name is just a name for identify a device among others. Final step is configure the conduits. Conduits are the instructions to synchronize an application in Gnome with an application in the Palm. Unfortunately, there is only a couple of conduits for Gnome-pilot. There are conduits for synchronize contacts, calendars, memos, and tasks between Evolution and the corresponding Palm applications (See further for details). There is a useful conduit for backup your Palm programs and database. There is a bug in this conduit for Ubuntu versions prior to 7.04 (Feisty Fawn) that resets the Palm; to solve it: then add WiFiCoreLib to exclude_files as follows: exclude_files=WiFiCoreLib Other conduits are available but are not mention here.
Here is an explanation of what modules work with Evolution and Gnome-pilot. Every module can by configured to import, export, o synchronize. Use - Mail: not available yet (January 2007). A workaround could be synchronize Evolution with your mail account in Ubuntu and synchronize the mail client of the palm in Windows. Another solution may be use a Yahoo! mail account in Ubuntu and synchronize the palm and Yahoo using Yahoo's Intellisync in Windows. - Contacts: Works well, but be aware that some fields are not received by the Palm. For a clean synchronization delete AddressDB and ContactsDB-PAdd in your Palm (just in case do a previous backup), you can use [http://www.nosleep.net/|FileZ] for free to do this. - Calendar: Works well. - Memos: Works well. - Tasks: Works well. More help can be found at Evolution User guide in Evolution (Menu Help -> Contents or by pressing F1 in the keyboard). Go to Synchronizing Your Handheld Device. Skip Enabling Synchronization because this part was explained here with more detail (Gnome-pilot), and jump to Selecting Conduits. If your device fails to sync with an error message relating to the 'visor' module, probably TREO models. At a command prompt, type "sudo modprobe visor", press «ENTER» and try again. If this works, you can permanently load the visor module at every startup by adding the line 'visor' at the end of the /etc/modules file. You could use "gksudo nautilus" from a command prompt to do this, then browse to the file in /etc/.
You can run the Palm Desktop software under VMWare and use the Palm HotSync Manager. USB syncing can be elusive to get working. Under VMWare Workstation 5.5.4 you may have to add to your .vmx file. You may have to unload the visor kernal module prior to starting your vitual machine using, for example, Under Ubuntu 7.04 (Fiesty Fawn), you may have to mount usbfs using, for example, or by adding the line to your /etc/fstab file.
To verify that the palm has been detected after plugged and turned on type in a terminal: and check the last lines. To take a look of the running processes type: To kill a process type: where ### is the number of the process. An alternative way to move/copy files into the Palm is to move/copy the files to a memory card (SD, MS, ...) first using a card reader and Nautilus, then insert the card in the palm's slot and transfer it using a program like Filez FileZ. Palm OS
Introduzione
Programmi
Configurazione di un dispositivo Palm
Istruzioni
Applicazioni -> Accessori -> Terminale, il seguente comando: gksudo gedit /etc/udev/rules.d/10-custom.rules
sudo kate /etc/udev/rules.d/10-custom.rules
}}]
3. Inserire la seguente linea nel file vuoto:
{{{
BUS="usb", SYSFS{product}="Palm Handheld*", KERNEL="ttyUSB*", NAME{ignore_remove}="pilot", MODE="666"
visor in etc/modules: gksudo gedit /etc/modules
sudo kate /etc/modules
visor
sudo modprobe visor
Importante: prima avviare la sincronizzazione di Palm dopodiche jpilot. Conclusioni
Extra Information
Possible future TODO:
Notes from other users
Treo 650 users trying to sync with Evolution: before doing anything, you should make sure that you add the lines <!-- Treo 650 --> and <device vendor_id="0830" product_id="0061" /> to your /usr/share/gnome-pilot/devices.xml file. Without this line, your Treo will behave erratically when syncing and may crash Gnome Pilot (especially if you are trying to sync tasks). Handspring Visor Prism(color) on Jaunty
Treo 680 on Feisty
Treo 755p on Heron
Palm Centro
Ubuntu 8.10 - Hardy Heron (amd64)
Ubuntu 9.04 - Jaunty Jackalope (amd64)
Palm TX on Ubuntu 9.04 - Jaunty Jackalope
Palm T5 on Ubuntu 9.10 - Karmic Koala
Categories Problem
Notes for Releases
Gnome-pilot
sudo edit ~/.gnome2/gnome-pilot.d/backup-conduit
Evolution and Gnome-pilot
VMWare Workstation and Windows XP
usb.generic.skipSetConfig = "TRUE"
sudo modprobe -r visor
mount -t usbfs usbfs /proc/bus/usb
/proc/bus/usb /proc/bus/usb/ usbfs none 0 0
Troubleshooting
gedit /var/log/messages
ps -A
kill ###