Hi All
I'm having trouble migrating my packet radio stuff to a new SuSE 6.3
system. Using only the out of the box software, I've been able to
get everything to work except IP over netrom. Trying to route a
IP packet to the nr0 interface just results in its tx error count
getting incremented without anything being transmitted. "Normal"
netrom works fine ( call netrom <node> ). This is the script I use
to set things up:
kissattach -m 256 /dev/ttyS0 radio 44.80.32.128
sleep 10
nrattach -i 44.80.32.128 -m 236 netrom
route add -host n3nxo.ampr.org irtt 10000 nr0
<more route add lines>
arp -H netrom -s n3ysl.ampr.org n3ysl-0
<more arp lines>
netromd
nrparms -routes radio k3cr-2 + 192
nrparms -nodes kd3yt-2 + IPYT 100 6 radio k3cr-2
<more nrparms lines>
mheardd
kissparms -p radio -r 200
When I run this the first time I get this:
nrattach: SIOCGIFFLAGS: No such device
nrattach: cannot find free NET/ROM device
<more errors caused by nrattach not having worked>
Also there is a line in /var/log/messages
modprobe:modprobe: can't locate module nr0
For some reason if I run the script again I get no netrom related
errors but things are as I described above with IP over netrom not
working.
Any ideas? Thanks
Jim, KB3KJ
[EMAIL PROTECTED]