Udev, Tungsten|T3, and Fedora Core 5
Posted by pete on March 22nd, 2006
It seems that every time I upgrade/install FC on a workstation or laptop, I have to fight this battle. Really, it’s only a small skirmish, but it’s annoying. Here’s the lastest “solution” for FC5. I created /etc/udev/rules.d/10-palm.rules with the following in it.
KERNEL==”ttyUSB[02468]“, SYSFS{product}==”Palm Handheld*”, NAME=”%k”, GROUP=”uucp”, MODE=”0660″, OPTIONS=”last_rule”
KERNEL==”ttyUSB[13579]“, SYSFS{product}==”Palm Handheld*”, NAME=”%k”, GROUP=”uucp”, MODE=”0660″, SYMLINK=”pilot”
These rules should ensure that /dev/pilot only points to the odd ttyUSB device created by the T3 when the hotsync button is pressed. Otherwise, /dev/pilot only seems to point to the odd device about 1/2 the time and the even device the other half.
udev, palm, linux, fedora core 5, fc5, linux palm



