Ronnie Ugulano wrote:
> When I press the sync button on the Pilot and then press the sync button
> in JPilot, I get:
>
> pi_bind error: /dev/pilot Permission denied
> Check your serial port and settings
> Exiting with status SYNC_ERROR_BIND
> Finished
>
>
Nearly there -- now udev is creating the device node, but the permissions
are wrong.
To David's udev line
KERNEL=="ttyUSB*", ATTRS{product}=="Palm Handheld*|Handspring
*|palmOne Handheld", SYMLINK+="pilot"
try adding the MODE="0666", i.e.
KERNEL=="ttyUSB*", ATTRS{product}=="Palm Handheld*|Handspring
*|palmOne Handheld", SYMLINK+="pilot", MODE="0666"
This says "any user may access this device". If you have more exclusive
access requirements on this box, you can use the USER and GROUP fields to
restrict access further, but if this is a personal computer you probably
don't care so much.
Then restart udevd (or reboot) and try again.
Carlo
--
Carlo Graziani (773) 702-7973 (Voice)
Department of Astronomy and Astrophysics (773) 702-6645 (FAX)
University of Chicago
5640 South Ellis Avenue | If the free market really allocates resources
Chicago, IL 60637 | efficiently, why does LA have four times as
carlo at oddjob.uchicago.edu | many plastic surgeons as brain surgeons?
More information about the jpilot mailing list