diff --git a/groundstation/cubicsdr.sh b/groundstation/cubicsdr.sh
index 55ba8412..5d66f4c3 100755
--- a/groundstation/cubicsdr.sh
+++ b/groundstation/cubicsdr.sh
@@ -39,6 +39,8 @@ sudo killall -9 sdrpp &>/dev/null
sudo killall -9 zenity &>/dev/null
+sudo killall -9 rtl_fm &>/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." &