Hi everyone,
I'm writing this to see if anyone has had any luck running a command-line blindscan using an Edision Mio 4K+ with TNAP (or any other Enigma2 image).
The receiver is working great, and I'm able to blindscan successfully via the GUI. I'm looking for a way to do the same via the command line, so that I can write a script that automatically scans for active transponders (and their programs) and notifies me when a new program is found.
I started a blindscan via the GUI, and then monitored the system processes to see if I could just call whichever executable that the GUI is calling. I found this (along with its horizontal polarization equivalent):
However, when I run this command from the terminal, I get no output. The arguments make sense - my LNB has an LO of 10750 MHz, and I want to scan from 11.7 to 12.2 GHz, so applying the offset gives a range of 950 MHz to 1580 MHz. The rest of the arguments, which set the symbol rate, adapter, and polarization seem correct.
Do you guys have any ideas for why this isn't working? I'm wondering if maybe some environment variables are being set when blindscan is invoked from the GUI, which I'm not setting when I run it manually. I would appreciate any ideas (or pointers to source code ).
Thanks in advance!
I'm writing this to see if anyone has had any luck running a command-line blindscan using an Edision Mio 4K+ with TNAP (or any other Enigma2 image).
The receiver is working great, and I'm able to blindscan successfully via the GUI. I'm looking for a way to do the same via the command line, so that I can write a script that automatically scans for active transponders (and their programs) and notifies me when a new program is found.
I started a blindscan via the GUI, and then monitored the system processes to see if I could just call whichever executable that the GUI is calling. I found this (along with its horizontal polarization equivalent):
Code:
blindscan --start=950 --stop=1580 --min=1 --max=60 --slot=0 --i2c=2 --vertical
However, when I run this command from the terminal, I get no output. The arguments make sense - my LNB has an LO of 10750 MHz, and I want to scan from 11.7 to 12.2 GHz, so applying the offset gives a range of 950 MHz to 1580 MHz. The rest of the arguments, which set the symbol rate, adapter, and polarization seem correct.
Do you guys have any ideas for why this isn't working? I'm wondering if maybe some environment variables are being set when blindscan is invoked from the GUI, which I'm not setting when I run it manually. I would appreciate any ideas (or pointers to source code ).
Thanks in advance!