Jump to content


Photo

Enigmalight auf 4k Boxen


  • Please log in to reply
13 replies to this topic

#1 holymoly

  • Senior Member
  • 181 posts

+2
Neutral

Posted 5 March 2017 - 17:17

Hi,
nach langer Zeit des Wartens gibt es jetzt eine (zumindest teilweise) Lösung zum Problem.
Der User "markusmainz" aus dem IHAD hat sich dem Problem angenommen und die file angepasst.

Das EL läuft auf der Hd51 und inklusive Plugin. Auf der VU Ultimo 4K gibt es noch Darstellungsprobleme, bei der DM900 kann das EL nur über Putty gestartet werden.

Im IHAD gibt es aber eine EL.deb file die den Grabber automatisch startet.

Das EL läuft wahrscheinlich auch auf allen anderen Boxen mit der gleichen BCM.

Die file muss nach der Installation vom EL Plugin nach /usr/bin kopiert werden.
Falls das Plugin nicht laufen sollte, kann man EL auch über Putty/Telnet starten.

 

Auf oATV hab ich das EL Plugin installiert bekommen, auf oPli leider wieder nicht!

 

Hier mal die log, vielleicht kann jemand weiterhelfen:

Hd51 login: root
Password:
root@Hd51:~# opkg install /tmp/EL.ipk
Installing enigma2-plugin-extensions-enigmalight (0.2-rc1) on root.
Installing libusb-1.0-0 (1.0.19-r0.0) on root.
Downloading http://downloads.pli-images.org/feeds/openpli-4/armv7ahf-vfp-neon/libusb-1.0-0_1.0.19-r0.0_armv7ahf-vfp-neon.ipk.
Installing kernel-module-cdc-acm (4.7.4-r1.2.1) on root.
Downloading http://downloads.pli-images.org/feeds/openpli-4/hd51/kernel-module-cdc-acm_4.7.4-r1.2.1_hd51.ipk.
Installing kernel-module-ftdi-sio (4.7.4-r1.2.1) on root.
Downloading http://downloads.pli-images.org/feeds/openpli-4/hd51/kernel-module-ftdi-sio_4.7.4-r1.2.1_hd51.ipk.
Installing kernel-module-usbserial (4.7.4-r1.2.1) on root.
Downloading http://downloads.pli-images.org/feeds/openpli-4/hd51/kernel-module-usbserial_4.7.4-r1.2.1_hd51.ipk.

Check if enigmalight is running...

enigmalight: not running

Checking for /etc/enigmalight.conf...
File /etc/enigmalight.conf does not exist in /etc/
Create backups from profiles...
no profiles found..
Checking for an older version of EnigmaLight...
EnigmaLight was not found in the system
Proceeding to installation...
Configuring libusb-1.0-0.
Configuring kernel-module-cdc-acm.
Configuring kernel-module-usbserial.
Configuring kernel-module-ftdi-sio.
Configuring enigma2-plugin-extensions-enigmalight.
>>> Try to find box model....
- No supported box found! Plugin will be removed from flash...
Collected errors:
 * opkg_conf_load: Could not lock /var/lib/opkg/lock: Resource temporarily unavailable.
Collected errors:
 * pkg_run_script: package "enigma2-plugin-extensions-enigmalight" postinst script returned status 1.
 * opkg_configure: enigma2-plugin-extensions-enigmalight.postinst returned 1.

Attached Files


gr hm          [AX HD51] [VU+ Uno 4K SE]


Re: Enigmalight auf 4k Boxen #2 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 5 March 2017 - 19:38

Vielleicht liegt es daran, dass die Box unter OpenPLi hd51 heißt und bei OpenATV heißt sie mutant51. Ich seh da nämlich "No supported box found!"

 

Edit: Wenn du das ipk anhängst, kann man sich mal die Skripte darin anschauen.


Edited by betacentauri, 5 March 2017 - 19:40.

Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Enigmalight auf 4k Boxen #3 holymoly

  • Senior Member
  • 181 posts

+2
Neutral

Posted 5 March 2017 - 20:10

Hi Fr..k,

ne glaube nicht dass das das Problem ist. Diese Installation ist ja die alte Version und kennt somit keinen 4k BCM.

Die angepasste usr/bin/enigmalight habe ich ja oben gepostet und muss dann danach dorthin kopiert werden.

So wie das log sagt liegt das Problem wohl daran:

 

Collected errors:
* opkg_conf_load: Could not lock /var/lib/opkg/lock: Resource temporarily unavailable.
Collected errors:
* pkg_run_script: package "enigma2-plugin-extensions-enigmalight" postinst script returned status 1.
* opkg_configure: enigma2-plugin-extensions-enigmalight.postinst returned 1.

 

"Could not lock /var/lib/opkg/lock: Resource temporarily unavailable." obwohl diese Datei vorhanden ist.

Dann noch die letzten zwei Fehler, wobei ich nicht weiss was sie bedeuten!

Auf jeden Fall friert die Box nach der Installation komplett ein.

 

Sorry, hier noch die EL.ipk

Attached Files


Edited by holymoly, 5 March 2017 - 20:12.

gr hm          [AX HD51] [VU+ Uno 4K SE]


Re: Enigmalight auf 4k Boxen #4 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 5 March 2017 - 20:26

echo ">>> Try to find box model...."
if grep -qs 'duo' cat /proc/stb/info/vumodel  ; then
    echo "- Found supported box VU+DUO"

elif grep -qs 'uno' cat /proc/stb/info/vumodel  ; then
    echo "- Found supported box VU+UNO"

elif grep -qs 'ultimo' cat /proc/stb/info/vumodel  ; then
    echo "- Found supported box VU+ULTIMO"

elif grep -qs 'solo' cat /proc/stb/info/vumodel  ; then
    echo "- Found supported box VU+SOLO"

elif grep -qs 'bm750' /usr/lib/ipkg/info/kernel-2* ; then
    echo "- Found supported box BM750/VU+DUO"

elif grep -qs 'et8000' cat /proc/stb/info/boxtype  ; then
    echo "- Found supported box ET8000"

elif grep -qs 'et9000' cat /proc/stb/info/boxtype  ; then
    echo "- Found supported box ET9000"

elif grep -qs 'et9200' cat /proc/stb/info/boxtype  ; then
    echo "- Found supported box ET9200"

elif grep -qs 'et5000' cat /proc/stb/info/boxtype  ; then
    echo "- Found supported box ET5000"

elif grep -qs 'et9500' cat /proc/stb/info/boxtype  ; then
    echo "- Found supported box ET9500"

elif grep -qs 'et4000' cat /proc/stb/info/boxtype  ; then
    echo "- Found supported box ET4000"

elif grep -qs 'et10000' cat /proc/stb/info/boxtype  ; then
    echo "- Found supported box ET10000"                  
                                                          
elif grep -qs 'dm800se' /proc/stb/info/model ; then       
    echo "- Found supported box DM800se"                  
                                                          
elif grep -qs 'dm500hd' /proc/stb/info/model ; then       
    echo "- Found supported box DM500HD"                  
                                                          
elif grep -qs 'dm500hdv2' /proc/stb/info/model ; then     
    echo "- Found supported box DM500HDV2"                
                                                          
elif grep -qs 'dm7020hd' cat /proc/stb/info/model  ; then 
    echo "- Found supported box DM7020HD"                 
                                                          
elif grep -qs 'dm7080' cat /proc/stb/info/model  ; then   
    echo "- Found supported box DM7080HD"                 
                                                          
elif grep -qs 'dm8000' /proc/stb/info/model ; then        
    echo "- Found supported box DM8000HD"                 
                                                          
elif grep -qs 'gigablue' cat /proc/stb/info/boxtype  ; then
    echo "- Found supported box GigaBlue"                  
                                                           
elif grep -qs 'dm800' /proc/stb/info/model ; then          
    echo "- Found supported box DM800"                     
                                                           
                                                           
elif grep -qs 'dm800sev2' /proc/stb/info/model ; then      
    echo "- Found supported box DM800HDsev2"               
                                                           
else                                                                                                 
    echo "- No supported box found! Plugin will be removed from flash..."
    opkg remove enigma2-plugin-extensions-enimgalight                    
    exit 1                                                               
fi        

Auch als nicht Programmierer ist das wahrscheinlich noch einigermassen lesbar. Im Postinst Skript wird nachgeschaut, ob es sich um eine unterstützte Hardware handelt. Die Mutant ist nicht dabei. Ich versuch das Skript mal anzupassen...


Edited by betacentauri, 5 March 2017 - 20:26.

Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Enigmalight auf 4k Boxen #5 holymoly

  • Senior Member
  • 181 posts

+2
Neutral

Posted 5 March 2017 - 20:28

ok danke,

weshalb funtioniert die Installation dann bei oATV???


gr hm          [AX HD51] [VU+ Uno 4K SE]


Re: Enigmalight auf 4k Boxen #6 Pedro_Newbie

  • Senior Member
  • 4,631 posts

+225
Excellent

Posted 5 March 2017 - 20:31

The HD51 was not listed in the supported stb's
Just try this file (I only added the HD51 in the postinst)

edit: I see Betacentauri was also busy with the script, sorry

Edited by Pedro_Newbie, 5 March 2017 - 20:33.


Re: Enigmalight auf 4k Boxen #7 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 5 March 2017 - 20:44

Your faster :)

 

Warum es bei ATV geht, hat einen bestimmten Grund...


Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Enigmalight auf 4k Boxen #8 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 5 March 2017 - 21:24

ACHTUNG: Bitte nicht verwenden!! Danach startet die Box nicht mehr.

 

Um die Box wieder zum Laufen zu bekommen bitte das hier in Telnet ausführen:

opkg remove --force-depends kernel-module-cdc-acm

 

Wenn das Kernel Modul cdc_acm installiert ist, werden die Boxtreiber nicht mehr richtig geladen. Dadurch startet E2 nicht mehr.
 


Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Enigmalight auf 4k Boxen #9 Dimitrij

  • PLi® Core member
  • 9,970 posts

+335
Excellent

Posted 5 March 2017 - 21:55

For test arm binary(solo4k work fine)

And please wait, I will update the plugin.


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Enigmalight auf 4k Boxen #10 holymoly

  • Senior Member
  • 181 posts

+2
Neutral

Posted 5 March 2017 - 22:15

Hi,

will not work on HD51!


gr hm          [AX HD51] [VU+ Uno 4K SE]


Re: Enigmalight auf 4k Boxen #11 Dimitrij

  • PLi® Core member
  • 9,970 posts

+335
Excellent

Posted 6 March 2017 - 07:59

holymoly

/usr/bin kopieren enigmalight

in telnet:

chmod 777 /usr/bin/enigmalight
/usr/bin/enigmalight


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Enigmalight auf 4k Boxen #12 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 6 March 2017 - 08:41

After installing the plugin on the hd51 with PLi 4 e2 don't start anymore. It seems the box drivers are not loaded.

I build an image myself and with it the installation of the plugin works and e2 starts after reboot. But the binary enigmalight still don't work as it needs a newer version of a library.
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Enigmalight auf 4k Boxen #13 Dimitrij

  • PLi® Core member
  • 9,970 posts

+335
Excellent

Posted 6 March 2017 - 09:09

Not use plugin.

Run only binary enigmalight


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Enigmalight auf 4k Boxen #14 andy_777

  • New Member
  • 1 posts

0
Neutral

Posted 31 January 2021 - 20:54

Hi, I have problems with Enigmalight V.0.4-rc0 on Zgemma H9Twin (ARMv7 Hi3798MV200).

 

I tiried it on Openpli 7.0, 7.1, 8.0 (and also OpenATV) with Arduino Mega over WS2812 LED-Strip (220 Leds) and Adalight.

 

Connection is working and I have no problem with the moodlamp.

 

In dynamic mode video is interruped for some seconds and is not displayes continously. Audio ist not interrupted.
The process engimalight need more than 25% of CPU in dynamic mode.

 

Any suggestions to overcome the problem?

(Tried it also with Arduino and only 4 Leds and Karatelight of Carsten Presser - same problem) 


Edited by andy_777, 31 January 2021 - 20:55.



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users