[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: infraport on ibm thinkpad



Hi,


 writes:

> Hello,
> 
>  I have IBM Thinkpad a22m, I would like to dial out using my Nokia 6210
>  phone. I tried it on this notebook with freebsd, it worked with almost
>  no problems. Since the IRDA support is much different, I have really
>  trouble making it work under Debian GNU/Linux. I deleted freebsd
>  because of some hardware problems and since there are experimental
>  packages for KDE 3.0, I like debian here.
>


A quick look on http://www.linux-laptop.net/ reveals three pages for the
A22M, one of which (http://mobilix.org/ibm_a22m_e.html) might be
interesting to you:

"IrDA

I had only time for a quick check. Enable IrDA in the BIOS. SIR works on
/dev/ttyS1. irdadump detects my HP Laserjet 2100. 

FIR module nsc-ircc doesn't load correctly. Please read docs for special
settings in /etc/modules.conf. "


So, ok, Fast Infrared (FIR) maybe doesn't work, but you should be able to get
normal infrared (SIR) working.

I don't have your machine, but maybe I can give you some advice


>  So, infraport is enabled in the BIOS, findchip reports this:
> 
> NSC,PC87338,11.2,0x2e,0x2f8,0x2f8,3,3,1,0,1
>

Check the that the IR port in the BIOS is set to SIR, and doesn't have
FIR enabled.
 
>  I have latest testing 2.4.18 kernel (from woody) and:
> 
> ii  irda-common    0.9.14-17      IrDA management utilities
> ii  irda-tools     0.9.14-17      IrDA handling tools
> 
>  this is the irda0 part of ifconfig:
> 
> irda0     Link encap:IrLAP  HWaddr 7c:ab:cb:4e
>           UP RUNNING NOARP  MTU:2048  Metric:1
>           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:8
>           RX bytes:0 (0.0 b)  TX bytes:30 (30.0 b)
> 

This seems ok. to me. (It seems that you made the "irattach" correctly.)

>  modules:
> 
> jurajbug:/home/juraj# lsmod|grep ir
> ircomm-tty             30112   0  (autoclean)
> ircomm                 13180   0  [ircomm-tty]
> irtty                   7296   2  (autoclean)
> irda                  137996   1  (autoclean) [ircomm-tty ircomm irtty]
> 
>  I've read the Infrared-HOWTO, etc. I'm unable to load nsc-ircc.o
> module, I don't 
> even know if I need it. On freebsd, I just used /dev/ttyS1. My kernel
> reports it has found ttyS1 port:
>

You need nsc-ircc if you want FIR, but according to the web page above,
it seems to have problems. You better test SIR first, and when you
succeed, try FIR.
 
> [root@idoru juraj]# dmesg|grep tty
> ttyS01 at 0x02f8 (irq = 3) is a 16550A
> 
>  but playing with irattach (irattach /dev/ttyS1 -s 1, irattach irda0 -s 1,
>  irattach nsc-ircc -s 1) yields to no results. 
> 
>  jurajbug:/home/juraj# cat /proc/net/irda/discovery
>  IrLMP: Discovery log:
> 
>  (i.e. discovery log is always empty).
> 
>  My question is -- if some of you have tried this (to any ,,serial''
>  device). What is the proper syntax of irattach (what do I attach
>  where)? I tried communicating through /dev/ircomm0 and /dev/ttyS1 ports
>  using minicom. No results. If I'm able to send some AT command, I will
>  figure out the rest.
> 

I use, 

modprobe irtty
irattach /dev/ttyS3 -s 1

and it works (yours should be ttyS1). The utility "irdadump" from the
irda-utils package, should show if there is any activity in the irda
channel.

If you have another Laptop with linux, you can try to make a PPP
connection between them for testing purpouses. On one machine:

pppd /dev/ircomm0 1.0.0.1:1.0.0.2 noauth

on the other machine

pppd /dev/ircomm0 noauth

and you should be able to ping one another (or ssh, or whatever).

hope this helps.

Jaume 

> 
>     Thank you,
> 
> 
>       Juraj.
> 
> P.S.: Just switched from Mandrake and FreeBSD to Debian, it has the
> nicest way of building the kernel. Wow!
>  
>  
> -- 
> Juraj Bednar             | Homepage at http://juraj.bednar.sk/     
> computer journalist      | Store at http://www.geekstore.sk/        
> system administrator     | PGP key: http://juraj.bednar.sk/pgp-key   
> independent consultant   | Please stand for your freedom!            
> 
> 
> Attachment: msg08259/pgp00000.pgp
> Description: PGP signature

-- 


-- 
To UNSUBSCRIBE, email to debian-laptop-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: