[Boblight SupportThread] Update: 11-02-2014, Boblight 0.8R6

Wir haben aktuell ein Problem mit dem Board und arbeiten an der Lösung...
  • Zitat

    Original von Squooshie
    After entering "top" the first entry in the list is boblight.


    but if i type "killall boblightd" i get the message "no process killed"


    There will be a pid number, use that for killing


    Type this: kill -9 pidnumber

  • Zitat

    Original von Squooshie
    Thank you!


    Now the process is killed, but it still tries to connect to boblight.
    I cant even restart the dreambox.


    You have pm.

  • Hi there,


    the problem is if you use OE2.0 this version of libpng is not the right one i think.


    I´m not able to install it via the extensions menue. I tried it via "install lokal extensions manually"....



    Greets


  • I have OE2.0 with this version of libpng.
    So this must work. i think :gutenmorgen:

  • Zitat

    Original von deathrattle
    You just have to do a manual installation...


    Extract the files from the ipk and install them e.g. with filezilla into the right folder.


    How can I Extrakt the ipk ?

    cu mcgyver100
    ---
    Klingt komisch , iss aber sooo !!!

  • Danke


    Wird das dann in den Ordner wo es ist extrah
    iert ?
    Oder ich warte bis ne mips32el kommt :tongue:

    cu mcgyver100
    ---
    Klingt komisch , iss aber sooo !!!

    2 Mal editiert, zuletzt von mcgyver100 ()

  • Bei mir funktioniert das Boblight leider noch nicht.


    Die letzten beiden Ausgaben die ich mit dreamexplorer unter ".boblight" sehe sehe sind:
    ...ParseMassage: said hello...
    ...ParseSet: priority set to 128...


    keine Meldungen mit Error...

  • Zitat

    Original von Luis942
    Bei mir funktioniert das Boblight leider noch nicht.


    Die letzten beiden Ausgaben die ich mit dreamexplorer unter ".boblight" sehe sehe sind:
    ...ParseMassage: said hello...
    ...ParseSet: priority set to 128...


    keine Meldungen mit Error...


    Hi, What for box do you have. ??
    ANd what for type of lights ?


    Gr Speedy

  • @ speedyisfast


    It Would be Great, if an Alternative boblight-Client (htpc with xbmc on it) could Take advantage of the boblight , When the Box is in standby. What do you think , Would it be Possible to implent something like that?

  • Hi speedyisfast,
    your last version has no install error.


    but :winking_face:


    error while loading shared libraries: libpng15.so.15

    Code
    root@dm800se:~# /etc/init.d/boblight-control start
    Check if Boblightd is running:  Boblightd is not running! starting deamon....
    /usr/bin/boblightd: error while loading shared libraries: libpng15.so.15: cannot open shared object file: No such file or directory
    Try to stop boblight-chase....
    Starting boblight-enigma2...
    /usr/bin/boblight-enigma2: error while loading shared libraries: libpng15.so.15: cannot open shared object file: No such file or directory


    When i try to install libpng15-15_1.5.5-r3.1_mipsel.ipk i get this error

    Code
    root@dm800se:~# opkg install /hdd/backup/libpng15-15_1.5.5-r3.1_mipsel.ipk 
    Installing libpng15-15 (1.5.5-r3.1) to flash...
    Collected errors:
     * ERROR: Cannot satisfy the following dependencies for libpng15-15:
    	 *  libc6 (>= 2.12) * 
     * Cannot find package libpng15-15.


    On Newnigma2 v3.3.2 is libc6 in version 2.10 installed.

    Code
    root@dm800se:~# opkg install libc6
    Package libc6 (2.10-r8.6) installed in flash is up to date.


    Can you help me?
    Bye



    UPDATE / WORKAROUND


    - extract libpng15.so.15.5.0.tar.gz
    - copy libpng15.so.15.5.0 to /usr/lib/
    - ssh dreambox
    - cd /usr/lib/
    - ln -s libpng15.so.15.5.0 libpng15.so.15



    speedyisfast
    Verbesserungsvorschlag


    Es müssen ja sehr wahrscheinlich irgendwelche Skripts laufen wenn man die Dreambox in den normalen Standby schickt - LCD-Display wird auf Uhrzeit umgeschaltet, HDMI-Port wird deaktiviert, etc.
    Dann könnte man doch, wenn die Dreambox in den Standby geht, automatisch den boblight-grab beenden und beim Einschalten wieder starten. Damit, wenn sich die Dreambox im Standby befindet, alternative Boblight-Clients, in meinem Fall der Media-PC, den boblightd Dienst mit Daten versorgen kann.

  • _nico
    Musste die besagte libpng auch von Hand in das System "einpflegen".
    Mit "ar x libpng15-15_1.5.5-r3.1_mipsel.ipk" auf der Box entpacken
    und mit dem GP3 Datei Browser an den richtigen Platz nach /usr/lib
    verschoben.


    So hat es bei mir funktioniert..


  • 2 Minuten zu spät, dennoch danke - lüppt!! :winking_face:

  • Also dann werd ich das wohl morgen dann auch mal probieren ob's manuell funktioniert mit der libpng!


    Funktioniert eigentlich die Steuerung über das Pluginmenü auch? Also starten stoppen usw.?
    Auch wird bei mir trotz neuester boblightd Version im Erweiterungsmenü die ältere Versionnr. angezeigt....ist das normal ?


    Grüße

  • Zitat

    Original von stadtkind
    @ speedyisfast


    It Would be Great, if an Alternative boblight-Client (htpc with xbmc on it) could Take advantage of the boblight , When the Box is in standby. What do you think , Would it be Possible to implent something like that?


    Start boblight-x11 -s ipfromdeamon on ubuntu.
    This is working. already.


    If i want to test i start boblight-x11 on my dev machine with this command


    export DISPLAY=0:0
    boblight-X11 -s ipfromyourbox -o value=10 -o gamma=2.2


    Gr speedy