On Wed, 2004-12-08 at 16:26 -0400, Rodolfo Alcázar wrote: > El mié, 08-12-2004 a las 12:53 -0700, Craig White escribió: > > # cat /etc/udev/rules.d/10-udev.rules > > BUS="usb", SYSFS{serial}="0000:00:02.1", NAME="pilot" > > Maybe this helps you... > > [root@rodolfoap ~]# cat /etc/udev/rules.d/10-local.rules > KERNEL="ttyUSB1",SYMLINK="pilot" > ---- didn't seem to make gnome-pilotd happy - is there something that I need to do to make the system see that 10-udev-rules has changed? Curiously enough though...when I press the sync button on the cradle, I run the following as root... [root@lin-workstation ~]# ls -l /dev/pilot crw------- 1 craig root 188, 1 Dec 8 22:04 /dev/pilot [root@lin-workstation ~]# ls -l /dev/ttyU* ls: /dev/ttyU*: No such file or directory But still - the point of my original email is that with the single line of BUS="usb", SYSFS{serial}="0000:00:02.1", NAME="pilot" in /etc/udev/rules.d/10-udev-rules I can access the Palm (actually a Kyocera 7135 phone) using either 'dlpsh' or 'pilot-xfer -p /dev/pilot -L' but gnome-pilotd never ever responds to it even though it is set to '/dev/pilot' Craig