LinFBB [All radio-ports rety out rapidly!]

"Dick" <[email protected]> Wed, 23 Mar 2005 18:08:40 +0200
Newsgroups gmane.linux.suse.ham
Message-ID <00f301c52fc2$978edb90$1a06a02c@Richard>
I've progressed from the DOSFBB, WinFBB to LinFBB over the years ... it is
very good software and with Linux, it is very stable ...

  I am using SuSe 9.0 with latest updates ...
  LinFBB is v7.04j ...
  PTC-II Pro with pactor and two packet daughterboard tnc's ...
  PK-232's in KISS mode ...

The Pactor channel runs without any problems, even when radio ports have a
problem  ...
The Telnet sessions work without any problem,  even when radio ports have a
problem  ...
A PTC-II is set up in PORT.SYS only as shown below ...
A PK-232 TNC is connected in KISS mode as shown below ... AXPORT file
reflects this and also the AX.CONFIG file below ...


PROBLEM
~~~~~~~~
If I restart the PTC-II (power off and then on again) and reboot LinFBB, I
can make a connection to another BBS on packet and forward ... This will
work for a random period then disconnect (rf link 'may' not be so good??) ..
If I try to repeat the RF connection, the PTC-II will start and then rapidly
try and connect for the number of retries set and then disconnect .. Any
further packet connects, incoming or outgoing, has the same rapid retries
and then disconnect ..

To make it work again I must resart the PTC-II (power off and then on again)
and reboot LinFBB ...

On HF I use PK-232's in KISS mode - they give the same result ...

Can anyone help me please ???????


73, Dick ZS6RO
email: [email protected]
web : http://www.zs6ro.no-ip.org
bbs  : telnet://zs6ro.no-ip.org:6300

=============================
PORT.SYS

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#          Com-  axports  max
#TNC NbCh Device MultCh. Pacln Maxfr NbFwd MxBloc M/P-Fwd Mode  Freq
#~~~ ~~~~ ~~~~~~ ~~~~~~  ~~~~~ ~~~~~ ~~~~~ ~~~~~~ ~~~~~~~ ~~~~  ~~~~
 0   0    0      0         0   0     0      0     00/01   ----  File-fwd.
 1   1    3      0         0   1     1     20     04/10   HU    Pactor
 2   5    3      1         0   1     3     30     10/20   HUWYL 439.750
 3   5    3      2         0   1     3     30     15/20   HUWYL 438.025
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 4   5    1      4         0   2     3     30     20/20   XUWYL -------
 5   5    1      5         0   2     3     30     25/20   XUWYL -------
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 6   5    1      6         0   1     3     10     30/20   XUWYL 14.096
 7   5    1      7         0   1     3     10     35/20   XUWYL 10.146
 8   5    1      8         0   1     3     10     40/20   XUWYL -------
 9   5    1      9         0   1     3     10     45/20   XUWYL -------
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10   5    1      netbbs  230   4     3     30     00/01   XUWY  NetRom
11   4    2      0       230   4     3     50     00/01   TUWY  Telnet
#12   4    4      0       230   2     2     10     10/30   SU    POP3
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
====================================

AX25.CONF

# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Set two packet ports to one tnc [COM-2] (KAM 9600)
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mkiss -s 19200 /dev/ttyS1 /dev/ptyq0 /dev/ptyq1
#
kissattach /dev/ttyq0 4 44.160.6.7
kissparms -p 4 -t 350 -s 100 -r 64
axparms -setcall 4 zs0mee-5
#
kissattach /dev/ttyq1 5 44.160.6.8
kissparms -p 5 -t 450 -s 100 -r 64
axparms -setcall 5 zs0mee-6
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Set one packet kiss port to one tnc [COM-5,6,7,8]
# With an 8-port COM card, ttyS4 to ttyS11 is used
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kissattach /dev/ttyS4 6 44.160.6.9
kissparms -p 6 -t 450 -s 100 -r 64 -f n
axparms -setcall 6 zs0mee-7
#
kissattach /dev/ttyS5 7 44.160.6.10
kissparms -p 7 -t 450 -s 100 -r 64 -f n
axparms -setcall 7 zs0mee-8
#
kissattach /dev/ttyS6 8 44.160.6.11
kissparms -p 8 -t 450 -s 100 -r 64 -f n
axparms -setcall 8 zs0mee-9
#
kissattach /dev/ttyS7 9 44.160.6.12
kissparms -p 9 -t 450 -s 100 -r 64 -f n
axparms -setcall 9 zs0mee-10
#
=======================