I looked in /var/log/messages and found no errors, there are also no
errors on the screen when starting the script or the call program.
This is the script i use to start the interface.
------------------------------------------------
#!/bin/sh
#
# Set Baycom 1200 baud modem parameters
#
# Turm off COM 2 for normal use
setserial /dev/ttyS1 uart none
# Select driver and port for interface bc0
sethdlc -p -i bc0 mode "ser12*" io 0x2f8 irq 3
# Interface bc0 up
ifconfig bc0 up
# Set call for interface bc0
axparms -setcall bc0 PE1RXS-1
--------------------------------------------------------------
After running the script the lsmod command shows the following
--------------------------------------------------------------
Module Pages Used by
appletalk 4 0 (autoclean)
ipx 3 0 (autoclean)
baycom 2 1 (autoclean)
hdlcdrv 2 [baycom] 4 (autoclean)
serial 7 1 (autoclean)
nfs 12 5 (autoclean)
---------------
My axports file
---------------
# /etc/ax25/axports
#
# The format of this file is:
#
# name callsign speed paclen window description
#
radio PE1RXS-1 1200 255 2 Baycom
Rene, PE1RXS
bcib@uni-regensburg.de