pat
pat copied to clipboard
Mention that the tmd710_tncsetup script is available in Debian
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"
Make sure to update /etc/default/ax25 to change the path from /usr/local/bin to /usr/bin