From d8c8cfe3fa5197570cc6f513b21495f25bb0fefe Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 8 Jan 2025 06:54:09 -0500 Subject: [PATCH] Update cubicsdr.sh add also stop/start --- groundstation/cubicsdr.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/groundstation/cubicsdr.sh b/groundstation/cubicsdr.sh index f9c3146c..2bfb65dc 100755 --- a/groundstation/cubicsdr.sh +++ b/groundstation/cubicsdr.sh @@ -23,7 +23,7 @@ sudo killall -9 rtl_fm &>/dev/null sudo killall -9 direwolf &>/dev/null -sudo killall -9 aplay &>/dev/null +#sudo killall -9 aplay &>/dev/null sudo killall -9 qsstv &>/dev/null @@ -39,9 +39,10 @@ sudo killall -9 CubicSDR &>/dev/null sudo killall -9 zenity &>/dev/null -zenity --info --width=650 --height=140 --title="Instructions" --text="When CubicSDR opens, select Generic RTL2832U device then click Start to begin.\n\nThen click on a signal in the watefall to listen." & - +sudo /etc/init.d/alsa-utils stop +sudo /etc/init.d/alsa-utils start +zenity --info --width=650 --height=140 --title="Instructions" --text="When CubicSDR opens, select Generic RTL2832U device then click Start to begin.\n\nThen click on a signal in the watefall to listen." & sleep 5