Palm Vx & Serial to USB port adapter with Ubuntu Linux 7.10
Tested on Ubuntu Linux 7.10 Gutsy Gibbon (2007-02-17).
Since the introduction of udev the udev rules have to be adapted to enable the Palm Serial to USB port adapter.
- Enter the following command in your terminal.
sudo gedit /etc/udev/rules.d/10-custom.rules
- Add the following line to your 10-custom.rules file in gedit.
BUS=="usb", KERNEL=="ttyUSB*", SYSFS{idVendor}=="0830", SYSFS{idProduct}=="0080", SYMLINK+="pilot" - Save the file and close gedit.
- Reload the udev rules.
sudo udevcontrol reload_rules
- The Palm Pilot can now be accessed unter /dev/pilot when the Palm is connected to the PC.
