Hi,
Zonder deze plugin doet de display het niet goed, dan blijft hij na de boot op beide Mutants op -- 00 -- staan. Hoe wordt de display aangestuurd zonder deze plugin, ik heb me daar nog niet in verdiept.
joshua7 hasn't added any friends yet.
No latest visitors to show
17 January 2017 - 19:12
Hi,
Zonder deze plugin doet de display het niet goed, dan blijft hij na de boot op beide Mutants op -- 00 -- staan. Hoe wordt de display aangestuurd zonder deze plugin, ik heb me daar nog niet in verdiept.
19 December 2016 - 14:57
Solved it; pls add the two device models in /usr/lib/enigma2/python/Plugins/SystemPlugins/VfdControl/plugin.py
Change line 16:
if HardwareInfo().get_device_model() in ("formuler3", "formuler4", "s1", "h3", "h4", "h5", "lc"):
into
if HardwareInfo().get_device_model() in ("formuler3", "formuler4", "s1", "h3", "h4", "h5", "lc", "hd1200", "hd500"):
Seems that both boxes where not writing to /dev/dbox/oled0 since the models where not detected
That folder/file does not exist on my box, even not after installing the plugin
als je enigma2-plugin-systemplugins-vfdcontrol installeert en de vdfcontrol extentie verwijderd, dan de genoemde regel aanpast doet de display het weer.
Overigens zie ik dat ik een typo gemaakt heb in de regel hier op het forum, de "hd500" moet "hd500c" zijn.
18 December 2016 - 09:43
Solved it; pls add the two device models in /usr/lib/enigma2/python/Plugins/SystemPlugins/VfdControl/plugin.py
Change line 16:
if HardwareInfo().get_device_model() in ("formuler3", "formuler4", "s1", "h3", "h4", "h5", "lc"):
into
if HardwareInfo().get_device_model() in ("formuler3", "formuler4", "s1", "h3", "h4", "h5", "lc", "hd1200", "hd500"):
Seems that both boxes where not writing to /dev/dbox/oled0 since the models where not detected
18 December 2016 - 09:15
enigma2-plugin-extensions-vfdcontrol was installed already out of the box when I bought this box (also on the HD1200). So what should I do, remove this? enigma2-plugin-systemplugins-vfdcontrol is installed as well/
17 December 2016 - 21:14
Since a few days I have the same issue on my 500c and today since the latest update on my HD1200 as well. Reinstall of vfdcontrol didn't solve it for me. I also faced an crash:
File "/usr/lib/enigma2/python/Plugins/Extensions/VfdControl/plugin.py", line 1, in <module>
ImportError: cannot import name _
Traceback (most recent call last):
I solved this to remove the line: from . import _
Though the display is still not working as it should. Anyone a clue?