pat icon indicating copy to clipboard operation
pat copied to clipboard

Mention that the tmd710_tncsetup script is available in Debian

Open fmarier opened this issue 4 years ago • 1 comments

In addition to adding it as a suggested package, it might be worth pointing out the existence of the package in the /etc/default/ax25 file which currently has the following:

# This optional parameter is convenient when dealing with TNCs that require
# additional initialization, e.g. entering KISS mode. Modify to fit your own needs.
#
#TNC_INIT_CMD="/usr/local/bin/my_tnc_init_script --serial-tty $DEV --hbaud $HBAUD"
#
# Example (for Kenwood TH-D7x and TM-D7x0):
# Download, modify, compile and install http://www.trinityos.com/HAM/CentosDigitalModes/usr/src/misc/D710/tmd710_tncsetup.c

On future Debian-based systems, a user would apt install tmd710-tncsetup and then set the following:

TNC_INIT_CMD="/usr/bin/tmd710_tncsetup --serial-tty $DEV --hbaud $HBAUD"

fmarier avatar Jul 26 '20 19:07 fmarier

Make sure to update /etc/default/ax25 to change the path from /usr/local/bin to /usr/bin

n2ygk avatar Feb 19 '22 13:02 n2ygk