Go to file
Ivana Varekova 9b2c276ae0 documentation change 2008-01-10 13:53:12 +00:00
.cvsignore - update to 0.12.2 2007-04-26 10:59:38 +00:00
19-pam-acl-management.fdi change PolocyKit rules 2007-12-06 09:59:47 +00:00
60-pilot.perms - Add README.fedora and visor configs as fallbacks (#280251: thanks Kevin 2008-01-04 09:21:48 +00:00
60-pilot.rules - remove visor modul remove from %post script 2008-01-10 13:47:21 +00:00
Makefile makefile update to properly grab makefile.common 2007-10-15 19:17:21 +00:00
README.fedora documentation change 2008-01-10 13:53:12 +00:00
blacklist-visor - Install hal and PoliceKit rules for visor module (#280251) put visor to 2007-11-29 14:22:27 +00:00
branch Initialize branch F-8 for pilot-link 2007-10-20 09:42:16 +00:00
pilot-device-file.policy - Install hal and PoliceKit rules for visor module (#280251) put visor to 2007-11-29 14:22:27 +00:00
pilot-link-0.11.0-perlmd5.patch downgrade to stable release 0.11.8 2006-03-29 13:43:24 +00:00
pilot-link-0.11.0-perlpollute.patch downgrade to stable release 0.11.8 2006-03-29 13:43:24 +00:00
pilot-link-0.11.2-malsync.patch downgrade to stable release 0.11.8 2006-03-29 13:43:24 +00:00
pilot-link-0.12.1-var.patch - fix undefined value problem #156682 2006-12-01 08:22:59 +00:00
pilot-link-0.12.2-NR70V.patch - add SonyClie NR70 patch (#372821) 2007-11-23 07:46:50 +00:00
pilot-link-0.12.2-m4.patch - Resolves: #240327 remove IT_PROG_INTLTOOL definition 2007-06-06 11:43:37 +00:00
pilot-link-0.12.2-md5.patch - fix md5 header file (#403641) 2007-12-11 08:12:36 +00:00
pilot-link-0.12.2-open.patch - fix open function calls 2007-08-29 14:54:07 +00:00
pilot-link.spec - remove visor modul remove from %post script 2008-01-10 13:47:21 +00:00
sources - update to 0.12.2 2007-04-26 10:59:38 +00:00

README.fedora

Additional information for Fedora pilot-link users
==================================================

pilot-link-0.12.2-10.fc8 and later versions are configured to enable 
the use of libusb for console users - permissions are now handled by
PolicyKit. For more information on libusb see README.libusb.

IMPORTANT:

If your Palm device is plugged in at the time of the upgrade (or you
are experiencing difficuly with having the Palm device recognized) you
should probably unplug and replugin in your device after the upgrade
for the new HAL configuration to take effect.

If kernel module 'visor' is activated then the HAL USB solution may not
work - so it may be necessary to remove it manually
(use command /sbin/modprobe visor) or reboot the computer.

pilot-link libusb support is relatively new and may still be 
incompatible with some handheld devices. If you experience such a
problem you may want to try the older "visor module" USB method 
described below. A long discussion about this problem is at:
https://bugzilla.redhat.com/show_bug.cgi?id=280251.

If this discussion does not help you, please report a bug to:
https://bugzilla.redhat.com/


Visor module setup
------------------

The Visor module is a backwards compatibility solution to expose the USB
connection of newer Palm handhelds as a serial device, which is what
older versions of pilot-link and dependent packages require to work.

Unfortunately this solution is inherently imperfect when used with udev
(as Fedora does) - you may have to tweak your individual setup.

1) disable libusb: remove (or comment out the contents) of
/etc/modprobe.d/blacklist-visor

2) Configure udev to detect the Palm and create /dev/pilot: copy
60-pilot.rules from /usr/share/pilot-link/udev/ to /etc/udev/rules.d/

3) Configure permissions so that a console user can access /dev/pilot:
copy 60-pilot.perms from /usr/share/pilot-link/udev/ to
/etc/security/console.perms.d/

If your palm is not working you could try to change the symlink 
created in 60-pilot.rules - change the tag KERNEL=="ttyUSB[13579]" to
KERNEL=="ttyUSB[02468]".

For a discussion of the inherent problems related to the Visor module,
see:
https://bugzilla.redhat.com/show_bug.cgi?id=158809


Old serial (non-USB) handhelds
------------------------------

Older serial (non-USB) handhelds can be directly addressed by pilot link
on their serial port (e.g. /dev/ttyS0) or /dev/pilot can be symlinked to
the serial port.

Kevin R. Page, 2007-12-11
Alex Lancaster, 2008-01-07