[ltp] Thinkpad R40 and IrDA to a mobile phone

Tony Whitmore linux-thinkpad@linux-thinkpad.org
Mon, 24 May 2004 17:27:21 +0100


Konstantin wrote:
> hi,
> 
> the module for my IRDA port on a T40 is "nsc-ircc", maybe it's the same.
> 
> try this commands to get irda working:
> 
> root# irattach -s irda0
> root# irdadump -i irda0
> 
> you should be able to see the incoming data from your mobile phone to the laptop. The Name of your mobile phone will stay between the whole output. But the first step for you is to see any output from irdadump.
> (Don't forget to kill all running irattach, if it doesn't work)
> 
> If you can see your mobile phone connecting your laptop, you can attach it to the ttyS0 with this:
> root# irattach irda0 /dev/ttyS0
> or similar, try to play around with irattach and read the man pages.
> 
> I could connect my Siemens SL45 and a Nokia 6210 to the irda interface.
> 
> good luck and contact me for further questions.

Hi Konstantin, thanks for your help. I couldn't find a reference to 
"nss-ircc" - is this a kernel module in 2.6.6?

I tried running the command as you suggested, and it returned the 
following errors:

tony@davros:~$ sudo irattach -s irda0
Password:
Invalid module name [-s] !
Usage: irattach <dev> [-d dongle] [-s] [-v] [-h]
        <dev> is tty name, device name or module name
Dongles supported :
         esi
         tekram
         actisys
         actisys+
         girbil
         litelink
         airport
         old_belkin
         ep7211
         mcp2120
         act200l
         ma600

Thanks,

Tony