![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Just Give Me the Beans!
![]() Join Date: Jan 2005
Location: NYC
Beans: 51
|
Infrared (IRDA) Sync with Palm OS Devices HOWTO
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: Code:
sudo apt-get install irda-utils sudo modprobe ircomm_tty sudo echo ircomm_tty >> /etc/modules 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.)
__________________
Ubuntu Linux user Since November 2004 |
|
|
|
|
|
#2 |
|
Quad Shot of Ubuntu
![]() Join Date: May 2006
Location: Alberta, Canada, North Am
Beans: 511
Ubuntu 9.10 Karmic Koala
|
Re: Infrared (IRDA) Sync with Palm OS Devices HOWTO
It should be noted that the key may not be F2 - some computers require hitting Del, F10, F11, F12. There may be others. Either way, you are entering your BIOS and finding your Infrared (IR) port settings and making sure that it's enabled. Also note that just because you've enabled it doesn't mean it will work: If you don't have an IR device, you're hooped.
__________________
• It's cool being married to an alt-rock singer. If you're curious: http://www.garageband.com/artist/anxiety_of_influence! They're kinda reminiscent of Evanescence • Note To Self:gksudo is safer than sudo for graphical apps! |
|
|
|
|
|
#3 |
|
Just Give Me the Beans!
![]() Join Date: Dec 2004
Beans: 42
|
Re: Infrared (IRDA) Sync with Palm OS Devices HOWTO
i've got no ircomm_tty only ircomm-tty and
sudo echo ircomm-tty >>/etc/modules gives permission denied Last edited by marwal; October 2nd, 2006 at 05:48 AM.. Reason: spelling |
|
|
|
|
|
#4 |
|
Quad Shot of Ubuntu
![]() Join Date: May 2006
Location: Alberta, Canada, North Am
Beans: 511
Ubuntu 9.10 Karmic Koala
|
Re: Infrared (IRDA) Sync with Palm OS Devices HOWTO
Mmm ... just a wild shot here, but have you tried to chmod your permissions on that file?
Code:
sudo chmod 777 /etc/modules Now do your echo command. Finally, return the modules file back to it's original setting (232) which allows very limited access to the file, so as to prevent potential system vulnerabilities. Code:
sudo chmod 232 /etc/modules
__________________
• It's cool being married to an alt-rock singer. If you're curious: http://www.garageband.com/artist/anxiety_of_influence! They're kinda reminiscent of Evanescence • Note To Self:gksudo is safer than sudo for graphical apps! Last edited by em3raldxiii; October 3rd, 2006 at 08:12 PM.. |
|
|
|
|
|
#5 |
|
A Carafe of Ubuntu
![]() Join Date: Oct 2006
Beans: 148
|
Re: Infrared (IRDA) Sync with Palm OS Devices HOWTO
In dual boot case, if it work on Windows you shoulnt need to check the BIOS, right?
Besides this BIOS check, I think I have tried all this commands (I am not with the laptop with me at the moment). I have an Acer TravelMate 4150, with a SMC IrCC Infrared port. What I most need is to transfer files between mobile<->laptop via Infrared. What program should I use? I will try again today evening. Thx for the HOWTO Last edited by Carlos Santiago; November 14th, 2006 at 12:51 PM.. |
|
|
|
|
|
#6 | |
|
A Carafe of Ubuntu
![]() Join Date: May 2005
Location: behind you...
Beans: 71
Ubuntu 6.10 Edgy
|
Re: Infrared (IRDA) Sync with Palm OS Devices HOWTO
Quote:
Code:
sudo -s echo ircomm_tty >> /etc/modules exit ![]() ach well, carry on looking, ey?
__________________
I,Omnivore! Tremble before me, all ye who may be tasty Also, Hasslehof Supporter #13851 Linux User #411900 |
|
|
|
|
|
|
#7 |
|
Just Give Me the Beans!
![]() Join Date: Sep 2005
Location: Slovenia, EU
Beans: 49
Ubuntu 9.04 Jaunty Jackalope
|
Re: Infrared (IRDA) Sync with Palm OS Devices HOWTO
Carlos Santiago:
I found on my notebook which also has an infrared solution by SMC that IR was already properly configured but that there was no program which would do the actual sending and receiving of files. After i installed ircp (short for InfraRed CoPy i guess) I have been able to send and receive files from and to my phone! To see if infrared is already configured, try sending a file to your computer and after it fails run $ cat /proc/net/irda/discovery to see whether the computer actually picked up anything. Here's my output: Code:
bartman@nw8240:~$ cat /proc/net/irda/discovery IrLMP: Discovery log: nickname: F500 series, hint: 0x9124, saddr: 0x20e3865b, daddr: 0x00003791 This is how you use ircp: * sending a file: ircp <filename_to_send> * receiving a file: ircp -r Thanks go to tedrogers for giving me a hint in a thread about IRDA on IBM Thinkpads. If you want a graphical interface to ircp try ircp-tray (ircp-tray homepage with only source code for latest version 0.7, official Chinese Gnome site with a .deb for version 0.6.1). I haven't been able to get version 0.7 compiled but judging by the screenshot it provides a handy interface for our needs. Last edited by bartman; January 24th, 2007 at 05:10 AM.. |
|
|
|
|
|
#8 |
|
5 Cups of Ubuntu
![]() Join Date: Feb 2006
Location: QLD, Australia
Beans: 24
Ubuntu 7.04 Feisty Fawn
|
Re: Infrared (IRDA) Sync with Palm OS Devices HOWTO
Worked for me, thankyou!
Treo 650 <--> Asus W3N |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|