|
Q: How to configure PalmOS Devices?
- Read General Notes
sudo gedit /etc/udev/rules.d/10-custom.rules
- Insert the following line into the new file
BUS="usb", SYSFS{product}="Palm Handheld*", KERNEL="ttyUSB*", NAME{ignore_remove}="pilot", MODE="666"
- Save the edited file (sample)
- System -> Preferences -> PalmOS Devices
- Follow the instructions on screen
|
|