[ltp] Thinkpad R40 and IrDA to a mobile phone

Konstantin linux-thinkpad@linux-thinkpad.org
Mon, 24 May 2004 23:00:57 +0200


hi,

sorry it was my fault. Here are the changed commands, which I've tested on a IBM T40 and Linux 2.6.6-mm4

insmod /lib/modules/2.6.6-mm4/kernel/drivers/net/irda/nsc-ircc.ko io=0x2f8 irq=3 dma=3 dongle_id=0x09
modprobe ircomm-tty
irattach irda0

irattach irda0 -s is not necessary

My modules.conf settings doesn't worked. Thx for Marius Gedminas for the settings, I will try them later, maybe this will do it.

I can't use IRDA with my wlan card, I have an external Netgear ...

Good luck

Greetz

Konstantin




On Mon, 24 May 2004 17:27:21 +0100
Tony Whitmore <tonywhitmore@users.sourceforge.net> wrote:

> 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
> -- 

Building an operating system without source code is like buying
a self-assembly Space Shuttle with no instructions.
> The linux-thinkpad mailing list home page is at:
> http://mailman.linux-thinkpad.org/mailman/listinfo/linux-thinkpad


--