From 961c80d8ecda8482300a66f5b53fc54d8f82cf9d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 3 Jan 2025 14:13:20 -0500 Subject: [PATCH] Update sstv_decode_prompt.sh added also stop/start --- groundstation/sstv_decode_prompt.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/groundstation/sstv_decode_prompt.sh b/groundstation/sstv_decode_prompt.sh index 9845c3bf..3c343732 100755 --- a/groundstation/sstv_decode_prompt.sh +++ b/groundstation/sstv_decode_prompt.sh @@ -30,6 +30,9 @@ sudo killall -9 CubicSDR &>/dev/null sudo killall -9 zenity &>/dev/null +sudo /etc/init.d/alsa-utils stop +sudo /etc/init.d/alsa-utils start + #echo "s" >> .mode frequency=$(zenity --list 2>/dev/null --width=410 --height=220 --title="SSTV Decoding using QSSTV" --text="Choose the frequency for SSTV decoding:" --column="kHz" --column="Use" 145800 "ISS" 434900 "CubeSatSim" Other "Choose another frequency" SSTV "Test SSTV decoding with WAV file")