Hi all,

I'm new to this list and I sincerely hope that you can
help me out with this problem.
I've setup IrDA on my Linux box following all the
READMEs and How-Tos with no luck.

I've compiled the kernel 2.2.18 with irda and serial as
modules. I've created the block file /dev/ircomm0 (161,0)
and configured /etc/modules.conf as follow :

alias tty-ldisc-11 irtty
alias char-major-161 ircomm-tty
alias irlan0 irlan
alias char-major-4 serial

in /etc/init.d/irda I do the following :

case "$1" in
  start)
        # Attach irda device
        echo -n "Starting IrDA: "
        insmod irda
        insmod irlan
        insmod ircomm
        insmod ircomm-tty
        insmod serial
        daemon /usr/sbin/irattach /dev/ttyS1 -s
[..]

After reboot all modules are listed by lsmod and irattach runs
OK (no error on logs) :

serial                 18592   1
irtty                   7536   2  (autoclean)
ircomm-tty             30448   0
ircomm                 13664   0  [ircomm-tty]
irlan                  36960   0  (autoclean) (unused)
irda                  135600   1  (autoclean) [irtty ircomm-tty ircomm irlan]

When I start irdadump I can only see frames coming from the 
own PC :

16:26:29.000540 xid:cmd 9a9ac785 > ffffffff S=6 s=2 (14)
16:26:29.090528 xid:cmd 9a9ac785 > ffffffff S=6 s=3 (14)
16:26:29.180563 xid:cmd 9a9ac785 > ffffffff S=6 s=4 (14)
16:26:29.270525 xid:cmd 9a9ac785 > ffffffff S=6 s=5 (14)
16:26:29.360524 xid:cmd 9a9ac785 > ffffffff S=6 s=* umcws025 hint=4400 [ 
Computer LAN Access ] (24)

No device is recognized, no palm sync, no nokia connection.

Can you spread some light into this strange problem?

Thanks in advance for your help,
Gianluca




_______________________________________________
Linux-IrDA mailing list  -  [EMAIL PROTECTED]
http://www.pasta.cs.UiT.No/mailman/listinfo/linux-irda

Reply via email to