Update command use rtl_test to run direwolf

beta-extra-2
Alan Johnston 1 year ago committed by GitHub
parent 94abd01256
commit 1982bb5a29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -61,9 +61,14 @@ else
echo "Direwolf mode set but no USB soundcard detected!"
echo "Trying RTL-FM"
# echo "Trying RTL-FM"
rtl-test
if [[ $(rtl-test | grep "No supported devices found.") ]] ; then
echo "No RTL-SDR detected. Command and control is OFF"
# sleep 60
else
sudo modprobe snd-aloop
@ -88,8 +93,7 @@ else
sleep 5
# sudo killall -9 direwolf
# sudo killall -9 rtl_fm
# echo "Starting Carrier (squelch) Command and Control"
fi
else
echo "Starting Carrier (squelch) Command and Control"

Loading…
Cancel
Save

Powered by TurnKey Linux.