Hi, > >/etc/ax25/nrports contains: > >nr0 FH2LOR-2 svnnah 235 netrom > > Don't use a name like "nr0" as this device name will be used and shown in > the output of "ifconfig -a". In the nrports file, I recommend to name it > say "netrom" or "netrom0". Anything will do really.
Ah I thought it was actually the network-devicename that you needed to put in there! So now I have: netrom FH2LOR-2 svnnah 235 netrom > >/etc/ax25/nrbroadcast contains: > >ax0 5 192 100 1 > > This is your problem.. this needs to point to the AX25 interface name and > NOT the device name. This will be something like "vhfdrop" or whatever as > defined in your /etc/ax25/axports file. Btw, unless your machine is going > to be a high level netrom node, I don't recommend you send out Netrom > beacons to have stations route traffic THROUGH you. As such, change the > last parameter (called verbose) to 0. axport0 5 192 100 0 > >and /etc/ax25/axports contains: > >ax0 FH2LOR-1 115200 254 1 AX.25 over LoRa > > Don't use a name like "ax0" as this device name will be used and shown in > the output of "ifconfig -a". In the axports file, I recommend to name it > say "vhfdrop" or "d710". Anything will do really. axport0 FH2LOR-1 115200 254 8 AX.25 over LoRa Unfortunately it still fails: root@savannah:~# modprobe netrom root@savannah:~# nrattach netrom nrattach: cannot find free NET/ROM device This is after a reboot. -- To unsubscribe from this list: send the line "unsubscribe linux-hams" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
