Go to file
Fedora Release Engineering e1d66b1993 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 10:42:18 +00:00
.gitignore dist-git conversion 2010-07-29 09:19:35 +00:00
60-pilot.perms - Synchronize with F-8 branch: 2008-01-07 23:54:50 +00:00
69-pilot-link.rules - Resolves: #642435 2010-11-15 17:47:39 +01:00
README.fedora - Install udev rules again, updated for new ACL handling by udev (#529259) 2009-11-15 10:52:18 +00:00
blacklist-visor - Synchronize with F-8 branch: add HAL, PolicyKit rules (#280251) 2008-01-04 08:43:15 +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-open.patch update to 0.12.5 2010-06-24 09:28:45 +00:00
pilot-link-0.12.3-clio.patch - update to 0.12.4 2009-05-28 13:09:51 +00:00
pilot-link-0.12.5-aarch64.patch - resolves: #926340 2013-04-10 19:49:35 +02:00
pilot-link-0.12.5-compiler_warnings.patch - related: #757011 2012-05-30 17:31:43 +02:00
pilot-link-0.12.5-ftbfs-f19.patch - resolves: #914386 2013-02-25 15:23:30 +01:00
pilot-link-0.12.5-ftbfs-f21.patch Fixed FTBFS on F21 2014-05-09 15:45:18 +02:00
pilot-link-0.12.5-mp.patch - resolves: #675222 2011-03-09 17:29:03 +01:00
pilot-link-0.12.5-redefinePerlsymbols.patch Add patch pilot-link-0.12.5-redefinePerlsymbols.patch - pilot-link was using 2011-07-01 16:23:13 +02:00
pilot-link.spec - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild 2019-07-26 10:42:18 +00:00
sources update to 0.12.5 2010-06-24 09:28:45 +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
------------------

 Note since F-12, the default access for libusb pilot-link has changed
 again to use udev, so you may need to remove
 /lib/udev/rules.d/69-pilot-link.rules before executing the following.
 For more discussion see:

 https://bugzilla.redhat.com/show_bug.cgi?id=529259

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:
2a) copy 60-libpisock.rules from /usr/share/pilot-link/udev/ to 
/etc/udev/rules.d/
2b) within 60-libpisock.rules change all instances of GROUP="dialout" to
GROUP="uucp"

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/

When you connect your Palm handheld, watch /var/log/messages - the visor
module should create two ttyUSB devices. Depending on your handheld
model you will need to use either the first or second of these as the
--port argument with pilot-link based programs.

Some users like the convenience of linking this device to /dev/pilot.
To do this add SYMLINK="pilot" and one of either KERNEL=="ttyUSB[02468]"
or KERNEL=="ttyUSB[13579]" to each line in 60-libpisock.rules, depending
on whether you need to use the first or second visor ttyUSB device.
N.B. This is inherently unreliable since another driver could create an
odd number of ttyUSB devices before the /dev/pilot symlink is created.

For further 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, 2009-11-15