fheinsen
August 14th, 2006, 08:45 PM
Three steps:
1. The most important step: Make sure that your computer's infrared (IR) port is enabled! This is usually done by restarting your PC and hitting a key such as F2 to enter the setup screen before the PC starts booting up. Also, make sure you set your Palm device to synchronize over its IR port! The following instructions will not work if your PC and your Palm device are not properly configured.
2. Once you have confirmed that your computer's IR port is enabled and your Palm device is set to sync over IR, restart Ubuntu, login, open a terminal screen, and type the following in it:
sudo apt-get install irda-utils
sudo modprobe ircomm_tty
sudo echo ircomm_tty >> /etc/modules
3. Run your Palm sync utility (for example, if you synchronize with Evolution, you would click on Edit -> Synchronization Options) and set it to use '/dev/ircomm0' instead of '/dev/pilot' for communicating with your Palm device.
That's all there is to it. You should now be able to point your Palm device to your computer's IR port and hit the sync button. (This how-to has worked on a range of ThinkPad and Dell notebooks, but, as with all other how-to's in these forums, there can be no guarantee that it will work with your particular computer model.)
1. The most important step: Make sure that your computer's infrared (IR) port is enabled! This is usually done by restarting your PC and hitting a key such as F2 to enter the setup screen before the PC starts booting up. Also, make sure you set your Palm device to synchronize over its IR port! The following instructions will not work if your PC and your Palm device are not properly configured.
2. Once you have confirmed that your computer's IR port is enabled and your Palm device is set to sync over IR, restart Ubuntu, login, open a terminal screen, and type the following in it:
sudo apt-get install irda-utils
sudo modprobe ircomm_tty
sudo echo ircomm_tty >> /etc/modules
3. Run your Palm sync utility (for example, if you synchronize with Evolution, you would click on Edit -> Synchronization Options) and set it to use '/dev/ircomm0' instead of '/dev/pilot' for communicating with your Palm device.
That's all there is to it. You should now be able to point your Palm device to your computer's IR port and hit the sync button. (This how-to has worked on a range of ThinkPad and Dell notebooks, but, as with all other how-to's in these forums, there can be no guarantee that it will work with your particular computer model.)