I have both a Palm IIIxe and a Palm Vx that I can connect to my desktop via an ESI 9680 dongle. However, SAR doesn't seem to work. When I attempt to connect using SOCK_STREAM, the connection is made and packets begin being sent. When I connect using SOCK_SEQPACKET, the connection cannot be made once the device is discovered. Is there anything else I need to do to use SAR?
I have the 2.4.12 kernel installed with irda as modules. I use irattach /dev/ttyS0 -d esi -s for the dongle. ===begin lsmod=== Module Size Used by esi 832 1 (autoclean) irtty 7664 2 (autoclean) irda 146144 1 (autoclean) [esi irtty] ppp_deflate 39968 0 (unused) ppp_async 6288 0 (unused) ppp_generic 17792 0 [ppp_deflate ppp_async] slip 8144 0 (unused) slhc 4672 0 [ppp_generic slip] lp 5344 0 (unused) parport_pc 14048 1 parport 14144 1 [lp parport_pc] ===end lsmod=== ===begin /var/log/messages=== Oct 30 09:51:17 samurai kernel: y ! Oct 30 09:51:17 samurai kernel: irda_getsockopt(), found immediately ! Oct 30 09:51:18 samurai kernel: y ! Oct 30 09:51:20 samurai last message repeated 23 times Oct 30 09:51:59 samurai kernel: (ca966dc0) ===end /var/log/messages=== ===begin irdadump=== 14:51:56.219809 xid:cmd 48c5670b > ffffffff S=6 s=0 (14) 14:51:56.309807 xid:cmd 48c5670b > ffffffff S=6 s=1 (14) 14:51:56.399792 xid:cmd 48c5670b > ffffffff S=6 s=2 (14) 14:51:56.489793 xid:cmd 48c5670b > ffffffff S=6 s=3 (14) 14:51:56.579788 xid:cmd 48c5670b > ffffffff S=6 s=4 (14) 14:51:56.669794 xid:cmd 48c5670b > ffffffff S=6 s=5 (14) 14:51:56.759809 xid:cmd 48c5670b > ffffffff S=6 s=* samurai hint=0400 [ Computer ] (23) 14:51:59.219810 xid:cmd 48c5670b > ffffffff S=6 s=0 (14) 14:51:59.309818 xid:cmd 48c5670b > ffffffff S=6 s=1 (14) 14:51:59.399807 xid:cmd 48c5670b > ffffffff S=6 s=2 (14) 14:51:59.489790 xid:cmd 48c5670b > ffffffff S=6 s=3 (14) 14:51:59.579795 xid:cmd 48c5670b > ffffffff S=6 s=4 (14) 14:51:59.669793 xid:cmd 48c5670b > ffffffff S=6 s=5 (14) 14:51:59.669776 xid:rsp 48c5670b < 5d0d040a S=6 s=4 MIB Simulator hint=8210 [ PDA/Palmtop ] (30) 14:51:59.759790 xid:cmd 48c5670b > ffffffff S=6 s=* samurai hint=0400 [ Computer ] (23) 14:51:59.774367 snrm:cmd ca=fe pf=1 48c5670b > 5d0d040a new-ca=4e (32) 14:51:59.909800 ua:rsp ca=4e pf=1 48c5670b < 5d0d040a (31) 14:51:59.929856 rr:cmd > ca=4e pf=1 nr=0 (2) 14:51:59.949785 rr:rsp < ca=4e pf=1 nr=0 (2) 14:51:59.949818 i:cmd > ca=4e pf=1 nr=0 ns=0 LM slsap=36 dlsap=00 CONN_CMD (6) 14:51:59.969776 i:rsp < ca=4e pf=1 nr=1 ns=0 LM slsap=00 dlsap=36 CONN_RSP (6) 14:51:59.969818 i:cmd > ca=4e pf=1 nr=1 ns=1 LM slsap=36 dlsap=00 GET_VALUE_BY_CLASS: "IEEE:1073:3:2:MDDL" "IrDA:TinyTP:LsapSel" (44) 14:51:59.999800 i:rsp < ca=4e pf=1 nr=2 ns=1 LM slsap=00 dlsap=36 GET_VALUE_BY_CLASS: Success Integer: 02 (15) 14:51:59.999846 i:cmd > ca=4e pf=1 nr=2 ns=2 LM slsap=36 dlsap=00 DISC (6) 14:52:00.019783 rr:rsp < ca=4e pf=1 nr=3 (2) 14:52:00.019813 i:cmd > ca=4e pf=1 nr=2 ns=3 LM slsap=37 dlsap=02 CONN_CMD TTP credits=0(12) 14:52:00.039783 rr:rsp < ca=4e pf=1 nr=4 (2) 14:52:00.039816 rr:cmd > ca=4e pf=1 nr=2 (2) rd:rsp < ca=0x4e pf=1 (2) 14:52:00.059805 disc:cmd > ca=0x4e pf=1 (2) 14:52:00.079784 ua:rsp ca=4e pf=1 0201048e < 00013782 (2) 31 packets received by filter ===end irdadump=== Thanks! Timothy Kilbourn _______________________________________________ Linux-IrDA mailing list - [EMAIL PROTECTED] http://www.pasta.cs.UiT.No/mailman/listinfo/linux-irda
