¿ªÔÆÌåÓý

Re: Minicom & Direwolf


David Ranch
 

¿ªÔÆÌåÓý


Double check the way you're starting Direwolf.? Since it uses the split PTY system, the output of Direwolf starting up needs to be fed into kiss-attach and the AX.25 device must match with that you have in /etc/ax25/axports.? In my Rapberry Pi setup, I have:

--
if [ $TNCTYPE = "direwolf" ]; then
?? echo "TNC Type: direwolf"
?? echo "TNC Type: direwolf" >> /var/log/packet.log
?? echo "Restoring audio levels on soundcard"
?? echo "Restoring audio levels on soundcard" >> /var/log/packet.log
?? alsactl restore
?? echo "Starting direwolf"
?? echo "Starting direwolf" >> /var/log/packet.log
?? /usr/local/bin/direwolf -t 0 -c /home/pi/direwolf.conf -p >> /var/log/packet.log 2>&1 &
?? sleep 1
?? echo "Installing one KISS connection on PTY port /tmp/kisstnc"
?? echo "Installing one KISS connection on PTY port /tmp/kisstnc" >> /var/log/packet.log
?? /usr/local/sbin/mkiss -s 19200 -x 1 /tmp/kisstnc > /tmp/unix98
?? export PTS0=`more /tmp/unix98 | grep -w /dev | cut -b -11`
?? echo "PTS0 device: $PTS0"
?? echo "PTS0 device: $PTS0" >> /var/log/packet.log
?? /usr/local/sbin/kissattach $PTS0 vhfdrop? > /tmp/ax25-config.tmp
?? awk '/device/ { print $7 }' /tmp/ax25-config.tmp > /tmp/ax25-config1-tmp
?? read Device < /tmp/ax25-config1-tmp
fi
--

--David
KI6ZHD


On 12/06/2014 07:25 AM, syberraith@... [direwolf_packet] wrote:

?

BTW I am bulding and running on a Debian Jessie AMD64 system.? DW only starts to make the questionable transmissions after I attach the KISS termainal.? I have check the kissattach command line options and there seem to be none concerned with default automatic beaconing.


Join [email protected] to automatically receive all group messages.