I have made telnet and played FreeCiv over irnet
between a Toshiba Libretto 110 (PCI, toshoboe)
and a Toshiba Libretto 50 (ISA, irtty).
with hackkernel-source-2.4.0-0.35mdk.i586.rpm
and the irda and irnet pathches.
Great!
Thanks Dag.
Thanks Jean.

I have added this in my Configuration:
(some are listed in docs or mails, but not all)
 echo "alias tty-ldisc-11      irtty"   >>/etc/modules.conf
 echo "alias char-major-161    ircomm-tty"  >>/etc/modules.conf
 echo "alias char-major-10-187 irnet"   >>/etc/modules.conf
 echo "#options toshoboe max_baud=19200"  >>/etc/modules.conf
 echo "alias char-major-108    ppp_generic" >>/etc/modules.conf
 echo "alias ppp-compress-21   ppp_deflate" >>/etc/modules.conf
 mknod --mode=0666 /dev/irnet   c 10  187
 mknod --mode=0666 /dev/ppp     c 108 0
 mknod --mode=0666 /dev/ircomm  c 161 0
 mknod --mode=0666 /dev/ircomm1 c 161 1
 mknod --mode=0666 /dev/irlpt0  c 161 16
 mknod --mode=0666 /dev/irlpt1  c 161 17

But, I have frequent panics, on the PCI side.
not at the same address.
The last one is in:
irlap_recv_discovery_xid_cmd [irlap_frame.c]
  discovery->hints.byte[0] = discovery_info[0];
  where the pointer discovery_info is Null.

panic.tar.gz

Reply via email to