Hi,
 
I've a problem with Ax25 under SuSE 7.3
It runs with Kernel 2.4-10.
I've installed libax25, ax25apps and ax25tool.
I made a copy of few conf files and the output messages of Ax25-up.
 
Can u help me?
Send a message at E-Mail address: cerrotta@libero.it
 
TKS in advance.
 
73 de Jacob in Capri Island.
 
Ax25-up when running ....
 
linux:~ #  cd /etc/ax25
linux:/etc/ax25 # ./ax25-up
sethdlc: Version 0.5; (C) 1996-1997 by Thomas Sailer HB9JNX/AE
4WA
driver name: baycom_ser_fdx
current parameters: mode ser12* io 0x3f8 irq 4
ioctl (HDLCDRVCTL_SETMODE): Permission denied
driver supported modes: ser12,ser3,ser24
sethdlc: Version 0.5; (C) 1996-1997 by Thomas Sailer HB9JNX/AE
4WA
current parameters: TX delay 200ms, TX tail 20ms, slottime 30m
s, p-persistence  128/256, Full duplex
new parameters:     TX delay 200ms, TX tail 20ms, slottime 30m
s, p-persistence  128/256, Full duplex
NET/ROM port netrom bound to device nr0
nrconfig: port netrom not active
rsconfig: unable to open rsports file
ax25d: invalid NET/ROM port 'netrom'
ax25d: bad config entry on line 14
ax25d: bad config entry on line 15
ax25d: bad config entry on line 16
config file /etc/ax25/ax25rtd.conf not found
linux:/etc/ax25 #
 

-------------------------
 
# /etc/ax25/ax25d.conf
#
# ax25d Configuration File.
#
# AX.25 Ports begin with a '['.
#
#
# Startbay0
[IC8FAX-2 via bay0 ]
NOCALL   * * * * * *  L
default  * * * * * *  -   root /usr/sbin/axspawn axspawn %u
# Endbay0
<netrom>
parametres 1 10  *  *  *  *  *
NOCALL     *  *  *  *  *  *  L
default    *  *  *  *  *  *  - root  /usr/sbin/node node
 
-----------------------------------------------------------------------
 
/etc/ax25/ax25-up (script)
 
#!/bin/bash
# Version = ax25-config-0.3.2
# Startbay0
# Serielle Schnittstelle freigeben
setserial /dev/ttyS0 uart none
# Module einbinden
modprobe ax25; modprobe baycom_ser_fdx; modprobe netrom
#
# Konfiguration des Modems:
#   Der Stern hinter "ser12" bedeutet, daß Software-DCD verwendet wird,
#   Ohne Stern wird Hardware-DCD erwartet.
sethdlc -p -i bcsf0 mode "ser12*" io 0x3f8
#
# Parameter einstellen: P=128, W=30, TX-Delay=200
sethdlc -i bcsf0 -a txd 200 txtail 20 slot 30 ppersist 128 full
#
# Modem im System anmelden und mit dem Rufzeichen verknüpfen
/sbin/ifconfig bcsf0 hw ax25 IC8FAX-2 up
nrattach netrom
echo 100 > /proc/sys/net/ax25/bcsf0/t1_timeout
echo 30 > /proc/sys/net/ax25/bcsf0/t2_timeout
echo 3000 > /proc/sys/net/ax25/bcsf0/t3_timeout
echo 20 > /proc/sys/net/ax25/bcsf0/maximum_retry_count
echo 4 > /proc/sys/net/ax25/bcsf0/standard_window_size
echo 256 > /proc/sys/net/ax25/bcsf0/maximum_packet_length
# Port "bay0" als Netzwerkgerät "bcsf0" anmelden mit IP 192.168.1.1
/sbin/ifconfig bcsf0 192.168.1.1 netmask 255.255.255.0 \
               broadcast 192.168.1.255 up
# Endbay0
# StartARNM
#
# Logins von außen ermöglichen
/usr/sbin/ax25d &
echo $! > /var/run/ax25d.pid
#
# Start AX25 routing daemon
/usr/sbin/ax25rtd &
echo $! > /var/run/ax25rtd.pid
#
# Monitor auf Terminal 11 starten
/usr/bin/listen -artc > /dev/tty11 &
echo $! > /var/run/listen.pid
# EndARNM
 
---------------------------------------------------------
 
# /etc/ax25/axports
#
# The format of this file is:
#
# name callsign speed paclen window description
#
bay0 IC8FAX-2 1200 256 4 ser12-1200 Bd
 
---------------------------------------------------------
 
/etc/ax25/ax25.config.bay0 (made by Mirko DG2FER)
 
#
# Don't add lines in this file, these will be lost next time you
# Use the ax25-config utility.
# Changes of existing lines will *not* being lost.
Rufzeichen="IC8FAX-2"
Modem="ser12"
Ax25Device="bay0"
NetDevice="bcsf0"
KernelModules="ax25;baycom_ser_fdx"
TxDelay="200"
TxTail="20"
Persistance="128"
SlotTime="30"
Paclen="256"
MaxFrame="4"
T1="100"
T2="30"
T3="3000"
Retry="20"
IpNr="192.168.1.1"
Netmask="255.255.255.0"
Broadcast="192.168.1.255"
Port="/dev/ttyS0"
SoftDcd="*"
Baudrate="1200"
IoBase="0x3f8"
Irq="4"
IntExt=""
Clk=""
Divider=""
ChipClock=""
Type=""
ClockSource=""
Mode=""
StartAx25d="j"
TcpIp=""
Zugang="yes"
GastName="no"
BenutzerGruppe="users"
BenutzerHome="/home"
DMA="1"
PTT=""
PTT=""
START_AX25RTD=""
START_NETROM=""
START_NODE=""
NetRomCall=""
NetRomAlias=""
START_NETROMD=""
Gateway=""
GatewayAx25Path=""
GatewayARP="44.130.25.80 db0ais-10"
dns=""
DataA=""
DataB=""
ctrlA=""
ctrlB=""
MIX=""
Pipe=""
kjd=""
 
----------------------------------------------------------
 
# /etc/ax25/nrports
#
# The format of this file is:
#
# name callsign alias paclen description
#
netrom IC8FAX-10  LINUX    235    Switch Port
 
-----------------------------------------------------------
 
# /etc/ax25/nrbroadcast
#
# The format of this file is:
#
# ax25_name min_obs def_qual worst_qual verbose
#
bay0 5 192 100 0
 
-----------------------------------------------------------