PID Scaner

EnoSat

Legit VIP
After running the plugin, you will see a screen
1_0_19_1F43_CA1_3_EB3037_0_0_0_20250625141231.webp
After entering the parameters
1_0_19_1F43_CA1_3_EB3037_0_0_0_20250625141311.webp
a confirmation request will appear
screenshot_20250625141327.webp
and then the enigma restarts :eek:😢
 
files from /tmp
 

Attachments

Code:
root@sf8008:~# troubleshoot_dvb.sh
Stopping Enigma2 service...
Checking available DVB devices...
Found /dev/dvb/adapter0
drwxr-xr-x    2 root     root           680 Jan  1  1970 .
drwxr-xr-x    3 root     root            60 Jan  1  1970 ..
crw-rw----    1 root     video     212,   2 Jan  1  1970 audio0
crw-rw----    1 root     video     212,   9 Jan  1  1970 audio1
crw-rw----    1 root     video     212,  16 Jan  1  1970 audio2
crw-rw----    1 root     video     212,  22 Jan  1  1970 audio3
crw-rw----    1 root     video     212,  28 Jan  1  1970 audio4
crw-rw----    1 root     video     212,   0 Jan  1  1970 ca0
crw-rw----    1 root     video     212,   7 Jan  1  1970 ca1
crw-rw----    1 root     video     212,  14 Jan  1  1970 ca2
crw-rw----    1 root     video     212,  20 Jan  1  1970 ca3
crw-rw----    1 root     video     212,  26 Jan  1  1970 ca4
crw-rw----    1 root     video     212,   4 Jan  1  1970 demux0
crw-rw----    1 root     video     212,  11 Jan  1  1970 demux1
crw-rw----    1 root     video     212,  17 Jan  1  1970 demux2
crw-rw----    1 root     video     212,  23 Jan  1  1970 demux3
crw-rw----    1 root     video     212,  29 Jan  1  1970 demux4
crw-rw----    1 root     video     212,   5 Jan  1  1970 dvr0
crw-rw----    1 root     video     212,  12 Jan  1  1970 dvr1
crw-rw----    1 root     video     212,  18 Jan  1  1970 dvr2
crw-rw----    1 root     video     212,  24 Jan  1  1970 dvr3
crw-rw----    1 root     video     212,  30 Jan  1  1970 dvr4
crw-rw----    1 root     video     212,   3 Jan  1  1970 frontend0
crw-rw----    1 root     video     212,  10 Jan  1  1970 frontend1
crw-rw----    1 root     video     212,   6 Jan  1  1970 net0
crw-rw----    1 root     video     212,  13 Jan  1  1970 net1
crw-rw----    1 root     video     212,  19 Jan  1  1970 net2
crw-rw----    1 root     video     212,  25 Jan  1  1970 net3
crw-rw----    1 root     video     212,  31 Jan  1  1970 net4
crw-rw----    1 root     video     212,   1 Jan  1  1970 video0
crw-rw----    1 root     video     212,   8 Jan  1  1970 video1
crw-rw----    1 root     video     212,  15 Jan  1  1970 video2
crw-rw----    1 root     video     212,  21 Jan  1  1970 video3
crw-rw----    1 root     video     212,  27 Jan  1  1970 video4

Testing frontend availability...
Testing /dev/dvb/adapter0/frontend0...
OK: /dev/dvb/adapter0/frontend0 appears to be available
Testing /dev/dvb/adapter0/frontend1...
OK: /dev/dvb/adapter0/frontend1 appears to be available

Checking for DVB processes...
 2210 root      7412 S    {troubleshoot_dv} /bin/sh /usr/bin/troubleshoot_dvb.sh
 2241 root      2880 S    grep dvb

Attempting simple tuning on available frontends...
Trying adapter 0 frontend 0 (/dev/dvb/adapter0/frontend0)...
/usr/bin/troubleshoot_dvb.sh: line 47: ./pid_extractor_poc: No such file or directory
Exit code: 127
Trying adapter 0 frontend 1 (/dev/dvb/adapter0/frontend1)...
/usr/bin/troubleshoot_dvb.sh: line 47: ./pid_extractor_poc: No such file or directory
Exit code: 127

Restarting Enigma2...

Troubleshooting complete.
What is the correct shape of the command line to activate Frontend 99 ?
Code:
root@sf8008:~# pid_extractor_poc frontend=99
Usage: pid_extractor_poc <frequency_kHz> <polarity>
       polarity: 0=horizontal, 1=vertical
Optional parameters: <adapter> <frontend> <system> <symbol_rate> <modulation> <fec>
Special mode: Use frontend=99 to analyze current tuned transponder without changing tune
root@sf8008:~#
This also does not work (after init4)
Code:
root@sf8008:~# pid_extractor_poc 12343000 0 0 0 1 29900000
Tuning to transponder: Frequency=12343000 kHz, Polarity=Horizontal, Symbol Rate=29900000...
System: DVB-S2, FEC: 4, Modulation: 4
FE_SET_PROPERTY failed: Invalid argument
Failed to tune to transponder. Check parameters.
root@sf8008:~#
capture_009_25062025_195334.webp

PS: I already know how to get used to use 99 but does not read data (not exist device in devices)
Code:
root@sf8008:~# pid_extractor_poc 12343000 0 0 99 1 29900000
CURRENT TRANSPONDER MODE: Analyzing currently tuned transponder
Using adapter 0, frontend 0, demux 99
Using currently tuned transponder, no tuning performed

Reading Program Association Table (PAT)...
Failed to open demux device: No such file or directory
Failed to read PAT.
root@sf8008:~#
 
Last edited:
Back
Top