dreambox 7020 update wil nicht ;(

  • Hi


    wir weist wie ich dies felehr auflosen konte
    wen ich ne image mache von 20060218 dan is alles gut
    aber wen ich uber das 20060224 gehe dan is es gut mis unde krieges
    dies error.


    ich sehe er mist ne file aber wo und was??



    ich hoffe das jemand die losung weis


    grusse
    doppie

    :grinning_squinting_face:Dreambox 7000 Dreambox 7020 Dreambox 7025 und warte auf die DM8000 :grinning_squinting_face:

  • Hi,


    Du musst auch die tuxbox libs updaten


    MfG Ren

    Model: DM7020
    Linux Kernel: Linux version 2.6.9 r2(ren_hoeck@desktop) (gcc version 3.4.4) #1 Sat Oct 1 12:59:51 CEST 2005
    Firmware: release 1.2.0, 21.10.2005
    FP Firmware: 1.01
    Web Interface: 5.4.0-Expert

  • Hi ich nochmal,


    das ist die ../packages/tuxbox/tuxbox-libtuxtxt.bb


    CVSDATE = "20060225" mindestens



    MfG Ren

    Model: DM7020
    Linux Kernel: Linux version 2.6.9 r2(ren_hoeck@desktop) (gcc version 3.4.4) #1 Sat Oct 1 12:59:51 CEST 2005
    Firmware: release 1.2.0, 21.10.2005
    FP Firmware: 1.01
    Web Interface: 5.4.0-Expert

    Einmal editiert, zuletzt von ren_hoeck ()

  • hmmm habe das geupdate aber immer noch



    ich habe dies file geupdate tuxbox-libtuxtxt.bb

    Code
    CVSDATE = "20060225"
    PN = "libtuxtxt"
    PR = "r0"
    PV = "0.0+cvs${CVSDATE}"
    S = "${WORKDIR}/libs"


    habe cclean getan un ach das enimga und wieder die enigma lassen machen un er hat die ../packages/tuxbox/tuxbox-libtuxtxt.bb


    geupdate aber das compeler fliegt auf die selbte selle draus??


    doppie

    :grinning_squinting_face:Dreambox 7000 Dreambox 7020 Dreambox 7025 und warte auf die DM8000 :grinning_squinting_face:

  • er findet die inklude nicht


    /packages/tuxbox/tuxbox-libtuxtxt.bb


    ändern das die inklude an der richtigen stelle ist


    Code
    do_stage() {
    	install -m 0644 ${S}/libtuxtxt/tuxtxt_*.h ${STAGING_INCDIR}
    	install -d ${STAGING_INCDIR}/tuxtxt
    	install -m 0644 ${S}/libtuxtxt/tuxtxt_*.h ${STAGING_INCDIR}/tuxtxt
    	cd libtuxtxt
    	oe_libinstall -so libtuxtxt ${STAGING_LIBDIR}
    	cd ..
    }


    cu Bundy

  • Hi,


    Mach mal ein Update von allen *.bb Dateien
    im tuxbox Ordner. Vielleicht müssen noch andere
    Geupdatet werden.
    Hab ich auch gemacht und dann liefs durch.


    MfG Ren

    Model: DM7020
    Linux Kernel: Linux version 2.6.9 r2(ren_hoeck@desktop) (gcc version 3.4.4) #1 Sat Oct 1 12:59:51 CEST 2005
    Firmware: release 1.2.0, 21.10.2005
    FP Firmware: 1.01
    Web Interface: 5.4.0-Expert


  • hi Bundy041


    danke das war die trick er ist nun durchgelaufen.


    danke
    doppie

    :grinning_squinting_face:Dreambox 7000 Dreambox 7020 Dreambox 7025 und warte auf die DM8000 :grinning_squinting_face:

  • Hi,


    ich hane nun was anderes ich habe ne cclean world gemacht
    und darnach bitbake dreambox-image aber nun wil er nich mehr weiter
    habe nun dies error.



    pffffff



    doppie

    :grinning_squinting_face:Dreambox 7000 Dreambox 7020 Dreambox 7025 und warte auf die DM8000 :grinning_squinting_face:

  • an der selbe stelle bleibe ich hängen
    schein ein problem ins disable_nonworking.diff ab 15.02 zu sein von den tuxbox-plugins.bb
    und beim tuxbox-plugins-enigma.bb


    hat jemand eine Lösung?


    merci


  • Habe auch dieses Problem hat dafür jemand bitte ne Lösung?



  • I compile good image with enigma cvs20060318 ( require libtuxtxt >= cvs20060225, I use cvs20060318 )


    Only problem with enigma -> network_fix.diff, have to remove all this last line:



    The result is, not have "apply network fix" in advanced menu ( no problem, my network speed is 3.5-4.0 Mb/S )


    P.S.
    Anyone have adjust this network patch?

  • Zitat

    Original von floh
    Try this one


    Thanks for reply.
    Ok now patch apply well, only don't compile image with this error ( always in the final part of code of the patch ) :


    Code
    ...
    setup_extra.cpp: In member function `void eExpertSetup::init_eExpertSetup()':
    setup_extra.cpp:127: error: no matching function for call to `eListBoxEntryCheck::eListBoxEntryCheck(eListBox<eListBoxEntry>*, char*, const char[22], char*)'
    /home/dm7020/devel/dm7020/build/tmp/work/enigma-cvs-20060319-r0/enigma/include/lib/gui/listbox.h:411: note: candidates are: eListBoxEntryCheck::eListBoxEntryCheck(const eListBoxEntryCheck&)
    /home/dm7020/devel/dm7020/build/tmp/work/enigma-cvs-20060319-r0/enigma/include/lib/gui/listbox.h:418: note:                 eListBoxEntryCheck::eListBoxEntryCheck(eListBox<eListBoxEntryMenu>*, const char*, const char*, const eString&)
    make[3]: *** [setup_extra.o] Error 1
    make[3]: Leaving directory
    ...
  • Zitat

    Original von floh
    Yeah, oe for 7020 seems to be quiet a mess right now.


    We'll probably have to wait until somebody fixes that.


    Ok :smiling_face:
    Now I modify this line ( into setup_extra.cpp :frowning_face:
    from:

    Code
    CONNECT((new eListBoxEntryCheck( (eListBox<eListBoxEntry>*)&list, _("Enable network fix"), "/elitedvb/network/fix", _("enable this when your network is very slow(for testing)")))->selected, eExpertSetup::networkFixChanged );


    to:

    Code
    CONNECT((new eListBoxEntryCheck(&list, _("Enable network fix"), "/elitedvb/network/fix", _("enable this when your network is very slow(for testing)")))->selected, eExpertSetup::networkFixChanged );


    ..in practical remove "(eListBox<eListBoxEntry>*)", why only into this eListBox is present this ...if open setup_extra.cpp I see more call "eListBoxEntryCheck(&list, _("BLA,BLA,BLA")", only network fix use it, I remove and ....compile ok, and "apply network fix" is present, and usable, to "advanced setup".


    Thanks for your help, excuse my english :smiling_face:


    P.S.
    Another story is: if I set "true" my network go at 2.2Mb/S if not jump to 3.8Mb/S :smiling_face:

  • Zitat

    Original von floh
    As it says: This Network fix is only for use if you've got a ver slow speed.


    it is right, evidently my DreamBox does not require this fix.
    Thanks for your help, bye.

  • Ich habe jetzt endlich auch mal wieder ein aktuelles Image für die 7020 vom oe hingekriegt.
    Für die die ebenfalls Probleme haben, eine Zusammenfassung.


    In /packages/tuxbox/ die tuxbox-plugins.bb und die tuxbox-libtuxtxt.bb auf cvs-Date 20060225 ändern.


    zusätzlich die Änderung von Bundy in tuxbox-libtuxtxt.bb machen.



    das beigefügte disable-nonworking.diff nach /packages/tuxbox/tuxbox-plugins kopieren und


    das beigefügte network_fix.diff nach /packages/enigma/enigma kopieren
    Damit sollte es dann durchlaufen.


    Ich hoffe ja immer noch, dass das mal jemand in Ordnung bringt.
    :winking_face: