Does the program have channel blind scan
I didn't see. Usually, I download xml using a plugin.
Posted 15 June 2020 - 20:03
Does the program have channel blind scan
I didn't see. Usually, I download xml using a plugin.
Posted 16 June 2020 - 01:50
I always skip this topic, as it is about an x86 version of Enigma, I don't expect generic E2 questions here.
Here you go.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Posted 16 June 2020 - 02:28
@WanWizard thanks for the screenshot.
Posted 16 June 2020 - 02:55
That screenshot is from a set-top box right?
Yes, VU+ Duo 4K with built-in wifi (broadcom chipset).
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Posted 16 June 2020 - 03:15
Posted 16 June 2020 - 20:34
I always skip this topic, as it is about an x86 version of Enigma...
But e2pc for about 3 years isn't only x86. That's now both variants. Another question is that we lose what used to work because of a mismatch in the software environment. For example, the main components work on Python 2.7, which partially has to be downloaded using scripts, and the other part on the current version of Python. The same goes for libc. Much needs to be rewritten now. It’s good that we manage to somehow support what was done before me.
Posted 19 June 2020 - 20:18
Nvidia card holders, you probably noticed that using a proprietary driver and automatic system login still isn't possible starting with Ubuntu 19.10.
Here is the solution the problem: https://bugs.launchp...on/ bug/1845801
In other words, you need to edit one line /etc/default/grub as written below:
... GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nvidia-drm.modeset=1" ...
Then in terminal:
update-grub
Posted 20 June 2020 - 00:25
RemovePopup, id = ZapError
(found in notifications)
AddPopup, id = ZapError
XNextEvent 2
[cXineLib] FRAMERATE: 25000
[ActionMap] Keymap 'SetupActions' -> Action = 'ok'.
[Blind scan] add scan item : (420, '42.0E Ku-band T\xc3\xbcrksat 3A/4A', 1) , vertical , low
[Blind scan] add scan item : (420, '42.0E Ku-band T\xc3\xbcrksat 3A/4A', 1) , vertical , high
[Blind scan] add scan item : (420, '42.0E Ku-band T\xc3\xbcrksat 3A/4A', 1) , horizontal , low
[Blind scan] add scan item : (420, '42.0E Ku-band T\xc3\xbcrksat 3A/4A', 1) , horizontal , high
XNextEvent 3
[cXineLib] FRAMERATE: 25000
[Blind scan] running status-[1] : [420][vertical][low]
[TuneTest] tuning to transponder with data (11015, 0, 1, 0, 0, 420, 0, 0, 0, 0, -1, 1, 0)
Traceback (most recent call last):
File "/usr/local/e2/lib/enigma2/python/Plugins/SystemPlugins/Blindscan/plugin.py", line 822, in doClock
self.prepareScanData(orb, pol, band, is_scan)
File "/usr/local/e2/lib/enigma2/python/Plugins/SystemPlugins/Blindscan/plugin.py", line 867, in prepareScanData
0) # default gold PLS code
File "/usr/local/e2/lib/enigma2/python/Components/TuneTest.py", line 26, in tune
parm.t2mi_plp_id = transponder[13]
IndexError: tuple index out of range
XNextEvent 2
XNextEvent 3
Süreç durduruldu
star@star-Vostro-3670:~$
Posted 20 June 2020 - 09:04
I'll try. This s an error accessing a nonexistent tuple element. Apparently, parm.t2mi_plp_id = transponder[13] sometimes returns an empty tuple in which there is no element at index 0. But first I’ll finish remaking the skin to work with vaapi.
Posted 5 July 2020 - 17:59
[cXineLib] FRAMERATE: 25000
[ActionMap] Keymap 'OkCancelActions' -> Action = 'ok'.
[Skin] Processing screen 'Menu' from list 'menu_gui, Menu', position=(0, 0), size=(1920 x 1080) for module 'Menu'.
[Skin] Error: [Skin] {PLi-FullNightHD/skin.xml}: Pixmap file '../logo/logo-white.png' not found! Please contact the skin's author!
[Skin] Processing screen 'MenuSummary', position=(0, 0), size=(-1 x -1) for module 'MenuSummary'.
[Screen] Showing screen 'MenuSummary'.
[Screen] Showing screen '['menu_gui', 'Menu']'.
XNextEvent 3
[cXineLib] FRAMERATE: 25000
XNextEvent 2
[cXineLib] FRAMERATE: 25000
XNextEvent 3
[cXineLib] FRAMERATE: 25000
XNextEvent 2
[cXineLib] FRAMERATE: 25000
XNextEvent 3
[cXineLib] FRAMERATE: 25000
XNextEvent 2
[cXineLib] FRAMERATE: 25000
XNextEvent 3
[cXineLib] FRAMERATE: 25000
adapter0/demux0 idx 0: change to odd key
metronom: fixing sound card drift by -627 pts.
XNextEvent 3
[cXineLib] FRAMERATE: 25000
adapter0/demux0 idx 0: change to even key
XNextEvent 2
[cXineLib] FRAMERATE: 25000
[ActionMap] Keymap 'OkCancelActions' -> Action = 'ok'.
Traceback (most recent call last):
File "/usr/local/e2/lib/enigma2/python/Components/ActionMap.py", line 77, in action
return ActionMap.action(self, contexts, action)
File "/usr/local/e2/lib/enigma2/python/Components/ActionMap.py", line 57, in action
res = self.actions[action]()
File "/usr/local/e2/lib/enigma2/python/Screens/Menu.py", line 56, in okbuttonClick
selection[1]()
File "/usr/local/e2/lib/enigma2/python/Tools/BoundFunction.py", line 9, in __call__
return self.fnc(*self.args + args, **newkwargs)
File "/usr/local/e2/lib/enigma2/python/Screens/Menu.py", line 68, in runScreen
exec "from %s import %s" % (arg[0], arg[1].split(",")[0])
File "<string>", line 1, in <module>
File "/usr/local/e2/lib/enigma2/python/Screens/SkinSelector.py", line 8, in <module>
from skin import DEFAULT_SKIN, DEFAULT_DISPLAY_SKIN, EMERGENCY_NAME, EMERGENCY_SKIN, currentDisplaySkin, currentPrimarySkin, domScreens
ImportError: cannot import name EMERGENCY_NAME
XNextEvent 3
XNextEvent 3
video_out: resmi pts ile atıyor 4158902 çünkü çok eski (diff : 8736).
video_out: resmi pts ile atıyor 4162502 çünkü çok eski (diff : 5136).
video_out: resmi pts ile atıyor 4198502 çünkü çok eski (diff : 4739).
metronom: fixing sound card drift by -627 pts.
adapter0/demux0 idx 0: change to odd key
Süreç durduruldu
star@star-Vostro-3670:~$
Posted 6 July 2020 - 10:10
congratulations for your work the program has some shortcomings satellite blind scan GUI SKIN does not work enson uploaded on 02.07.2020
Take skin.py from the original OpenPLi if you need it to work with other skins.
Posted 11 July 2020 - 08:01
the latest nvidia driver 450.57 added support of hevc main 10/12 via libvdpau .
I tried on the GTX1050 Ti (low profile) yesterday. Acceleration hevc main 10 is missing. Perhaps I didn't understand, but this should work from the box.
Edited by 1455, 11 July 2020 - 08:02.
Posted 12 July 2020 - 17:05
< -
The driver just better supports decoding hevc main 10/12, but doesn't remove the load on the CPU. However, the sharpness of the screen in 2160 60Hz mode is much better than it was on the old driver. First of all, this applies to the desktop on the 4K TV screen. I carefully cleaned the traces of nvidia packages and installed a new driver from safe mode. I don’t know if it is possible to delete trash in the /var/lib/nvidia folder.
Edited by 1455, 12 July 2020 - 17:05.