Jump to content


joshua7

Member Since 15 Dec 2016
Offline Last Active 26 Jul 2017 16:27
-----

Posts I've Made

In Topic: mutant images + VfdControl

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.


In Topic: Mut@nt HD500C display

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.


In Topic: Mut@nt HD500C display

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


In Topic: Mut@nt HD500C display

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/


In Topic: -00- on display after start on Formuler F3

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?