It worked... Thank you !! Richard S. Crawford wrote: On Wednesday 05 January 2005 21:03, Kevin Kempter wrote:I have a new Handspring Treo and I'm running FC3. The device /dev/ttyUSB1 only appears when the unit is trying to sync and it appears new each time with only user readable perms (600 ?) . So the only way to sync is to change perms to 666 on /dev/ttyUSB1 each time I sync while the device is there. Any way to make the device permanent?Kevin, Try creating a file called /etc/udev/rules.d/10-visor.rules with this content: BUS="usb", SYSFS{product}="Palm Handheld*", KERNEL="ttyUSB*", SYMLINK="pilot" Seemed to do the trick for me. If it doesn't work, you can also try adding a file called /etc/udev/permissions.d/10-visor.permissions with this content: ttyUSB1:$local:uucp:0660 For more info, look at this site: http://www.clasohm.com/blog/one-entry?entry_id=12096 which is where I found the solution that worked for me. Hope that helps. |