Problem with Pilot synchronization
Derek Broughton
news at pointerstop.ca
Fri Jul 7 20:46:31 UTC 2006
Pascal Francq wrote:
> I have a problem with a synchronization of my palm. I add the rule
> BUS=="usb", SYSFS{product}=="Palm Handheld*", KERNEL=="ttyUSB*",
> NAME{ignore_remove}=="pilot", MODE=="666"
> in the file
> etc/udev/rules.d/10-custom.rules
> When I push the sync button, I see that my palm is recognized
> (in /var/log/messages), but the /dev/ttyUSB1 file is not created (and
> the /dev/pilot link is wrong).
> Anyone an idea about the problme?
You're close - but you should be using SYMLINK not NAME (not sure what
the "ignore_remove" does) and this makes either ttyUSB0 or whatever the
last ttyUSB* device is, /dev/pilot (I don't recall which, but I'm sure you
know...).
Try using KERNEL=="ttyUSB[13579]" - ie, only the odd ones.
Also, the rule you're specifying _should_ already exist
in /etc/udev/rules.d/60-symlinks.rules (minus the permissions)
--
derek
More information about the kubuntu-users
mailing list