TNAP-7 Image Discussion

Thanks, but that particular file is an Empty crash log for python. I should probably disable them as they are pretty much useless now. In telnet, init 4 followed by enigma2 usually produces useful information.

Anyway, netcaster is probably a German built Internet radio and Network stream player. It should be fixed next build or update. The real problem was changing to python 3.14.x for this particular netcaster issue.
 
The ATSC result for 2905 is OK. But even so, sometimes no information is displayed, or the program scans for both ATSC and DVB.
View attachment 19927View attachment 19926View attachment 19925
Code:
eDVB services /4/
transponders
097d0f30:0000:0000
    s 3888000:2540000:0:4:-1171:2:0
/
end
services
0001:097d0f30:0000:0000:1:0:1
17-1 JAL TV
p:
end
Have a lot of bugs!
The bigger problem is that after installing it on the MINI4K :
Code:
root@osmini4k:~# lsmod
Module                  Size  Used by
si2183                647168  0
brcmstb_osmini4k     5558272  8
avl6261                61440  1 brcmstb_osmini4k
ci                     28672  1 brcmstb_osmini4k
avl6862               352256  1 brcmstb_osmini4k
root@osmini4k:~#
but the BRCM module disappears after a restart
Code:
root@osmini4k:~# lsmod
Module                  Size  Used by
si2183                647168  0
avl6261                61440  0
ci                     28672  0
avl6862               352256  0
root@osmini4k:~#
As a result, the graphical interface will not launch
Partial correction with
Code:
root@osmini4k:~# modprobe brcmstb_osmini4k
root@osmini4k:~# init 3
root@osmini4k:~# lsmod
Module                  Size  Used by
brcmstb_osmini4k     5558272  0
si2183                647168  0
avl6261                61440  1 brcmstb_osmini4k
ci                     28672  1 brcmstb_osmini4k
avl6862               352256  1 brcmstb_osmini4k
root@osmini4k:~#
Reload the updated image and re-test.
 
No... I just deleted

@EnoSat and I testing same 117 C with my 5m dish
This is confusing... Is it fixed or not? The last update was supposed to fix it.
TNAP images is supposed to produce a scan log after every scan. These logs default to /tmp of receiver files. Post these logs. I am not getting enough information to fix the problem if it still exists.
 
Thanks, but besides lamedb, you are posting a bunch of things that are not really useful.
Focus only on the problem and provide what is needed, which is for now, a scan log.
TNAP images are supposed to AUTOMATICALLY produce a scan log every time a ServiceScan is done. This includes ATSC and DVT-T/T2.
TNAP scans default to /tmp of receiver files unless you make a folder named ServiceScan along with one of these conditions is met:
/media/usb/ServiceScan
/media/FTA/ServiceScan
/media/hdd/ServiceScan


Here is what a scan log looks like:

Code:
                         Scan Report

< File created on Sunday, May 31, 2026 at 12:18:37 >
< Satellite =  101.0W C-band T9S/T16 & SES 1 101.1 W >
< Receiver =  SF8008-Supreme >
< Enigma2 Image = TNAP 7 >
< Kernel Version = 4.4.35 >
< DVB Driver Date = 20250111 >
< Blindscan Frequency Range =  to  MHz >
< Blindscan Symbol Rate Range =  to  Msps >
< Blindscan Only Free Channels or Services? =   >


< 'DVB-S 4179H / 34286 / 5/6' > Tp# 1
< [1] DABL PT SD  1:0:1:75:1:0:A1D1053:0:0:0: SNR = 0  />
< [2] Start PT SD  1:0:1:71:1:0:A1D1053:0:0:0: SNR = 0  />
< [3] Story ET SD  1:0:1:4:1:0:A1D1053:0:0:0: SNR = 0  />
< [4] Catchy ET SD  1:0:1:6:1:0:A1D1053:0:0:0: SNR = 0  />
< [5] Toons PT SD  1:0:1:76:1:0:A1D1053:0:0:0: SNR = 0  />
< [6] MeTV MT HD  1:0:1:D3:1:0:A1D1053:0:0:0: SNR = 0  />
< [7] Movies ET SD  1:0:1:5:1:0:A1D1053:0:0:0: SNR = 0  />
< [8] Heroes ET SD  1:0:1:2:1:0:A1D1053:0:0:0: SNR = 0  />
< [9] DABL ET SD  1:0:1:7:1:0:A1D1053:0:0:0: SNR = 0  />
< [10] MeTV ET HD  1:0:1:1:1:0:A1D1053:0:0:0: SNR = 0  />
< [11] Start ET SD  1:0:1:3:1:0:A1D1053:0:0:0: SNR = 0  />
< [12] Heroes PT SD  1:0:1:70:1:0:A1D1053:0:0:0: SNR = 0  />
< [13] OU-HD1  1:0:1:137:1:0:A1D1053:0:0:0: SNR = 0  />
< [14] MeTV PT HD  1:0:1:6F:1:0:A1D1053:0:0:0: SNR = 0  />
< [15] West ET SD  1:0:1:9:1:0:A1D1053:0:0:0: SNR = 0  />
< [16] Toons ET SD  1:0:1:8:1:0:A1D1053:0:0:0: SNR = 0  />
< Transponder SNR =['0db'-UnLocked], LNB Power = 0.00 >
< Sun, 31 May 2026 12:18:39 /> <

 Service Scan Completed in 0 Minutes  02 Seconds.

16 Channels ( TV = 16  Radio = 0)  1 of 1 Transponders Scanned.
 
55.6W/3925V - ONID-1/TID-201
55.6W/4015V - ONID-1/TID-201
55.6W/4050V - ONID-1/TID-201

55.6W/3885H - ONID-1/TID-301
55.6W/4086V - ONID-1/TID-301
 
Last edited:
Back
Top