From a18292b3035c6446b6623f9a32f4f8f8b3c51508 Mon Sep 17 00:00:00 2001 From: Dima73 Date: Tue, 9 Dec 2025 07:46:15 +0200 Subject: [PATCH 1/2] [blindscan] Add "gbquad4kpro", "gbtrio4kpro" --- blindscan/src/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blindscan/src/plugin.py b/blindscan/src/plugin.py index 174649ed1..7b90ca5a8 100644 --- a/blindscan/src/plugin.py +++ b/blindscan/src/plugin.py @@ -62,7 +62,7 @@ model = l.read().strip() l.close() BOX_NAME = str(model.lower()) - if BOX_NAME in ("gbquad4k", "gbue4k", "gbtrio4k"): + if BOX_NAME in ("gbquad4k", "gbue4k", "gbtrio4k", "gbquad4kpro", "gbtrio4kpro"): BOX_MODEL = "gigablue" except: pass From dc0bc197e06e768e6cfea1a8f6b470b3380780eb Mon Sep 17 00:00:00 2001 From: Dimitrij Date: Tue, 9 Dec 2025 13:43:42 +0200 Subject: [PATCH 2/2] support gbtrio4kpro c band --- blindscan/src/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blindscan/src/plugin.py b/blindscan/src/plugin.py index 7b90ca5a8..58dcd20ec 100644 --- a/blindscan/src/plugin.py +++ b/blindscan/src/plugin.py @@ -1136,7 +1136,7 @@ def prepareScanData(self, orb, pol, band, is_scan): tools = "/usr/bin/gigablue_blindscan" if pathExists(tools): cmd = "gigablue_blindscan %d %d %d %d %d %d %d %d" % (temp_start_int_freq, temp_end_int_freq, config.blindscan.start_symbol.value, config.blindscan.stop_symbol.value, tab_pol[pol], tab_hilow[band], self.feid, self.getNimSocket(self.feid)) - if BOX_NAME == "gbtrio4k": + if BOX_NAME.startswith("gbtrio4k"): cmd += " %d" % self.is_c_band_scan cmd += " %d" % orb[0] self.adjust_freq = False