GETTING YOUR USB PALMPILOT OR HANDSPRING VISOR WORKING IN LINPUS, FEDORA, ETC.
1. Install pilot-link
- Code: Select all
sudo yum install pilot-link
2. Copy 60-libpisock.rules from /usr/share/pilot-link/udev/ to /etc/udev/rules.d/
- Code: Select all
sudo cp /usr/share/pilot-link/udev/60-libpisock.rules /etc/udev/rules.d/
3. Fix the libpisock rules for fedora/linpus
- Code: Select all
sudo mousepad /etc/udev/rules.d/60-libpisock.rules
Use the "replace" command in the search menu to change all instances of "dialout" to "wheel"
4. Restart udevd (I just rebooted)
5. Test for pilot-xfer success
- Code: Select all
pilot-xfer -p usb: -l
If you get a deedle-dee from the Palm and a list of databases, you're golden. If it just sits there, use CTRL-C to kill it and try the same command with sudo. If that works, you're going to need to dig for a permissions problem. If your user is in the wheel group, you should be good to go. Some Palms, for example the m130 and z22, may NEVER work. Sorry.
7. install j-pilot (or not, you can just use pilot-xfer for backup/restore)
backing up without j-pilot:
- Code: Select all
pilot-xfer -p usb: -b /path/to/backup/dir
restoring without j-pilot:
- Code: Select all
pilot-xfer -p usb: -r /path/to/backup/dir
OR
- Code: Select all
sudo yum install jpilot
If it fails, you may need fedora-release, so if you get errors, try:
- Code: Select all
sudo yum install fedora-release
8. Set j-pilot to use "usb:" (no quotes) in the program preferences.
Hotsync should be 200%-600% faster than the kludgy old /dev/pilot method.
