Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old August 14th, 2006   #1
fheinsen
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
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.)
__________________
Ubuntu Linux user
Since November 2004
fheinsen is offline   Reply With Quote
Old August 14th, 2006   #2
em3raldxiii
Quad Shot of Ubuntu
 
em3raldxiii's Avatar
 
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!
em3raldxiii is offline   Reply With Quote
Old October 2nd, 2006   #3
marwal
Just Give Me the Beans!
 
marwal's Avatar
 
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
marwal is offline   Reply With Quote
Old October 3rd, 2006   #4
em3raldxiii
Quad Shot of Ubuntu
 
em3raldxiii's Avatar
 
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
Note that this will make that file totally and completely unsecure.

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..
em3raldxiii is offline   Reply With Quote
Old November 14th, 2006   #5
Carlos Santiago
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..
Carlos Santiago is offline   Reply With Quote
Old January 19th, 2007   #6
funkenstein
A Carafe of Ubuntu
 
funkenstein's Avatar
 
Join Date: May 2005
Location: behind you...
Beans: 71
Ubuntu 6.10 Edgy
Re: Infrared (IRDA) Sync with Palm OS Devices HOWTO

Quote:
Originally Posted by em3raldxiii
sudo chmod 777 /etc/modules
umm... yea, you probably want to do
Code:
sudo -s
echo ircomm_tty >> /etc/modules
exit
Ofcourse, this doesn't mean that it worked for me
ach well, carry on looking, ey?
__________________
I,Omnivore! Tremble before me, all ye who may be tasty
Also, Hasslehof Supporter #13851
Linux User #411900
funkenstein is offline   Reply With Quote
Old January 24th, 2007   #7
bartman
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
You can even try pinging the device with $ sudo irdaping <daddr>.

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..
bartman is offline   Reply With Quote
Old February 17th, 2007   #8
penno
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
penno is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:23 PM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry