Where do I put it?
Don't need it anymore, just do it "Show 'Force init CI' in extensions menu" set yes
Posted 12 January 2022 - 10:50
Does not work. After blue button and pushing "Restart live TV service" nothing changes. only when moving to a DVB-S2 channel and switching back, the channel works correctly.
First physically disconnect and plug back the cable from this tuner(this reset Disecq).
Did you do it?
Edited by Dimitrij, 12 January 2022 - 10:51.
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Posted 12 January 2022 - 18:37
New test
last develop image
Add /usr/lib/enigma2/python/Screens//Satconfig.py
Restart GUI
Zap 5W and zap to service 28.2E is error
Open setup this tuner and change entry "Force legacy signal stats"(if yes set or if no set yes)
I added close/open frontend(tuner) after changing and saving settings
Let's see if this helps...
Edited by Dimitrij, 12 January 2022 - 18:39.
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Posted 13 January 2022 - 09:01
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Posted 13 January 2022 - 11:08
No, but is is hard to say as one only sees the sat menu, or am I doing something wrong? There was nothing to see or hear once I closed the menu after having pressed save.
Before save -->“Geen data op transponder "
Afrer save-->black screen?
Edited by Dimitrij, 13 January 2022 - 11:08.
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Posted 13 January 2022 - 11:24
No, after a while it says "No data on transponder".
Occasionally, there is a correct switch, but that also happened before. It is the exception that confirms the rule. I only noticed it when I started testing a lot. When everything works as it should you don't notice. And as I only listen to radio live (and there isn't a station I listen to that is part of a multistream) and record all the television programmes I want to watch, I only notice it when a recording fails (0 MB) or the radio remains silent.. When the exception occurs I don't see it in the recording list or I don't hear it when switching on the radio.
Posted 13 January 2022 - 22:37
test...
Develop image
in telnet:
init 4
ftp
copy old /usr/bin/enigma2 in PC(save in folder)
replace enigma2(from the archive vuduo4kse-enigma2.zip) /usr/bin/
in telnet:
chmod 755 /usr/bin/enigma2 init 3
Edited by Dimitrij, 13 January 2022 - 22:38.
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Posted 14 January 2022 - 06:40
Sorry, no change.
if (system == SYS_DVBS2) { p[cmdseq.num].cmd = DTV_ROLLOFF, p[cmdseq.num].u.data = rolloff, cmdseq.num++; p[cmdseq.num].cmd = DTV_PILOT, p[cmdseq.num].u.data = pilot, cmdseq.num++; if (m_dvbversion >= DVB_VERSION(5, 11)) { p[cmdseq.num].cmd = DTV_STREAM_ID, p[cmdseq.num].u.data = parm.is_id, cmdseq.num++; p[cmdseq.num].cmd = DTV_SCRAMBLING_SEQUENCE_INDEX, p[cmdseq.num].u.data = parm.pls_code, cmdseq.num++; } else { p[cmdseq.num].cmd = DTV_STREAM_ID, p[cmdseq.num].u.data = parm.is_id | (parm.pls_code << 8) | (parm.pls_mode << 26), cmdseq.num++; } /* FIXME HACK ALERT use unused by enigma2 ISDBT SEGMENT IDX to pass T2MI PLP ID and T2MI PID */ p[cmdseq.num].cmd = DTV_ISDBT_SB_SEGMENT_IDX, p[cmdseq.num].u.data = (static_cast<unsigned int>(parm.t2mi_plp_id) == eDVBFrontendParametersSatellite::No_T2MI_PLP_Id ? 0 : (0x80000000 | (parm.t2mi_pid << 16) | parm.t2mi_plp_id)), cmdseq.num++; } + else if (is_multistream()) + { + p[cmdseq.num].cmd = DTV_STREAM_ID, p[cmdseq.num].u.data = eDVBFrontendParametersSatellite::No_Stream_Id_Filter, cmdseq.num++; + if (m_dvbversion >= DVB_VERSION(5, 11)) + { + p[cmdseq.num].cmd = DTV_SCRAMBLING_SEQUENCE_INDEX, p[cmdseq.num].u.data = eDVBFrontendParametersSatellite::PLS_Default_Gold_Code, cmdseq.num++; + } + p[cmdseq.num].cmd = DTV_ISDBT_SB_SEGMENT_IDX, p[cmdseq.num].u.data = eDVBFrontendParametersSatellite::No_T2MI_PLP_Id, cmdseq.num++; + } }
I added to the Enigma code a reset of the multistream settings every time I switch to the DVB-S system.
Are you sure you replaced the binary correctly?
If that doesn't help, then I'm afraid there's nothing more I can do.
Once again...
To confirm the bug, in any case, the same problems are needed from other users.
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
0 members, 5 guests, 0 anonymous users