Hello,

As the [Subject] states, I'm running Linux 2.4.2-2 (Redhat 7.1
distribution) on an IBM ThinkPad T21.

I initialize IrDA as follows:

  setserial /dev/ttyS1 uart none
  modprobe irda
  insmod irport io=0x2f8 irq=3
  ifconfig irda0 up
  echo 1 > /proc/sys/net/irda/discovery

Then lsmod shows (among other modules):

  irport                  5456   0  (unused)
  irda                   97648   1  (autoclean) [irport]

irda0 appears in netcfg as an active, unmanaged device.

Given this setup, I am able to transfer files to the Palm using, for
example, irobex_palm3; however, I cannot transfer files from the Palm to
the laptop.  Specifically, the call to OBEX_ServerRegister never returns
because the call to (socket) accept in irobex.c:irobex_listen never
returns.  irdadump shows the following:

  04:18:56.047615 xid:cmd ffffffff < a17eb25f S=6 s=0 (14)
  04:18:56.197615 xid:cmd ffffffff < a17eb25f S=6 s=1 (14)
  04:18:56.347615 xid:cmd ffffffff < a17eb25f S=6 s=2 (14)
  04:18:56.497615 xid:cmd ffffffff < a17eb25f S=6 s=3 (14)
  04:18:56.647615 xid:cmd ffffffff < a17eb25f S=6 s=4 (14)
  04:18:56.797615 xid:cmd ffffffff < a17eb25f S=6 s=5 (14)
  04:18:56.797615 xid:rsp affbe2e3 > a17eb25f S=6 s=5 arnettetp hint=8404
    [ Computer IrCOMM ] (26)
  04:18:56.887615 xid:cmd ffffffff < a17eb25f S=6 s=* abradle hint=8220
    [ PDA/Palmtop IrOBEX ] (24)

which repeats as long as the Palm is aimed at the laptop's IR port (with
some randomness in the order of the lines).

If anybody has any suggestions, I would appreciate if you would post them.

Thank you,
Aaron

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

Reply via email to