• ok danke.


    das hab i jetzt ausprobiert und die box versucht normal zu starten (also den balken sehe ich im display) aber dann wird dieser schwarz, tv zeit standart bild von dm an und die blaue led blinkt.....

    --------------------------------------------------
    Mit freundlichen Grüßen


    Outpurst


  • Heute neu gebaut


    Ein .deb zu bauen ist ja nicht schwer, bis jetzt wurde aber jeden Tag neues gebaut, also müsste man dann auch jeden Tag ein neues .deb erstellen.
    Das wird aber wahrscheinlich keiner machen, wenn er es auf seinen feed packen möchte.
    Das macht nur Sinn wenn man es mit einem Recipe automatisch bauen kann.


    Mein modifiziertes recipe


    gruß pclin

  • Outpurst
    was hast du drauf OE2.2 oder OE2.5?


    wir haben es mit AndyBlac zusammen auf meine DM7080HD original image, also OE2.5 zum laufen mitgebracht.
    Kann sein dass er muss die "weiche" fuer Newnigma anpassen.


    kannst du folgende command versuchen?


    Code
    cat /etc/os-release
  • wenn ich das eingabe bekomme ich folgendes:


    root@dm800se:~# cat /ect/os-release
    cat: can't open '/ect/os-release': No such file or directory



    lg

    --------------------------------------------------
    Mit freundlichen Grüßen


    Outpurst

  • 800se ist maximal OE 2.0 und entsprechend noch relativ nach an den Open* Images.

    so long
    m0rphU



    :aufsmaul: Kein Support per PN! :aufsmaul:



  • get me the result of


    Code
    ls /etc


    see if i find some thing i can use to detect newenigma


  • es muss auch schon richtig geschrieben werden!
    Den ordner /ect gibt es nicht!


    Code
    cat /etc/os-release


    Heute gebaut


    gruß pclin

    Einmal editiert, zuletzt von pclin ()

  • andyblac
    There is new a recipe called dreamsos-plugin-systemplugins-hrtunerproxy.bb in git


    It works, but the path for the plugin is

    Code
    /usr/lib/python2.7/site-packages


    how can we change it to

    Code
    /usr/lib/enigma2/python/Plugins/SystemPlugins


    and next PackageArch is

    Code
    PackageArch: cortexa15hf-neon-vfpv4


    i think better is

    Code
    PackageArch: all


    in setup.py the version is

    Code
    version = '3.5',


    dreamsos-plugin-systemplugins-hrtunerproxy


    gruß pclin

  • andyblac


    mod. dreamos-plugin-systemplugins-hrtunerproxy.bb for Architecture: all



    but path is still /usr/lib/python2.7/site-packages


    gruß pclin

    2 Mal editiert, zuletzt von pclin ()



  • this bb wont work in oe-alliance build enviroment, thats why i add a seperate bb, and path should be correct when it is called from within your build enviroment, at least works here. also we can't use arch all the main OE build for ARM and MIPSEL boxes, so single compile won't work.

  • bekomme ebenso das gleiche



    root@dm800se:~# cat /etc/os-release
    cat: can't open '/etc/os-release': No such file or directory



    wäre cool wenn mir wer helfen könnte.
    ich denke da eher an skype support, wenn es ginge....


    zu meinen Infos:
    habe newnigma2 auf der dm800hdse.


    wenn noch infos benötigt einfach melden.



    lg

    --------------------------------------------------
    Mit freundlichen Grüßen


    Outpurst

    Einmal editiert, zuletzt von Outpurst ()

  • Zitat

    Originally posted by m0rphU
    What about /etc/image-version ? The version String is used by enigma2 like this: http://git.opendreambox.org/?p…mponents/About.py;hb=HEAD


    And once again: 800se is OE 2.0


    whats is the contents of /etc/image-version ?


    for OpenViX it is


    Code
    Creator = OpenViX
    Version = 5.1
    Build = 014
    Type = developer
    Machine = vuultimo4k
    URL = http://www.world-of-satellite.com
  • Ok. That looks different. At least in OE 2.5 the version seems to be not properly set anymore.


    e.g.

    Code
    version=1000201801211412
    comment=Merlin4 OE-2.5
    creator=Merlin
    url=http://board.dreambox-tools.info


    1000201801211412 translates to:
    1 = Experimental
    Major = Minor = 0 (seems were not setting that properly anymore :()
    The rest is the build date.

    so long
    m0rphU



    :aufsmaul: Kein Support per PN! :aufsmaul:

  • and on the DM original image it is like this:


    Code
    root@dm7080:~# cat /etc/image-version
    version=1000201701021319
    root@dm7080:~#
  • Yeah. So this is useless info :frowning_face: The second to fourth numbers should distuingish the versions but it seems that Dream does not use this anymore.


    Am I right that you are simply looking some info to detect the OS in your plugin code? Or do you need anything in build environment?

    so long
    m0rphU



    :aufsmaul: Kein Support per PN! :aufsmaul:

  • root@dm800se:~# cat /etc/image-version
    version=1-000-20171201
    comment=opendreambox
    target=9
    creator=newnigma2 Team <team@newnigma2.to>
    url=http://www.newnigma2.to
    catalog=http://feed.newnigma2.to/weekly/oe2.0
    -------------------
    root@dm800se:~# ls /etc/
    CCcam.cfg network
    MetrixUpdater.config nsswitch.conf
    MultiQuickButton opkg
    auto.hotplug passwd
    auto.master passwd-
    auto.misc ppp
    auto.net profile
    auto.network protocols
    auto.smb rc0.d
    avahi rc1.d
    bash_completion.d rc2.d
    busybox.links rc3.d
    cron rc4.d
    dbus-1 rc5.d
    default rc6.d
    device_table rcS.d
    dropbear resolv.conf
    enigma2 resolvconf.conf
    filesystems rpc
    fstab securetty
    group services
    group- shadow
    gshadow shells
    host.conf skel
    hostname smartd.conf
    hosts ssl
    image-version sysctl.conf
    init.d syslog-startup.conf
    inittab syslog-startup.conf.busybox
    inputrc terminfo
    issue timezone
    issue.net timezone.xml
    libnl tuxbox
    limits udev
    localtime udhcpc.d
    login.access version
    login.defs videomode
    mke2fs.conf volatile.cache
    modules vsftpd.conf
    modules-load.d wpa_supplicant
    modules.conf wpa_supplicant.conf
    motd xinetd.conf
    mtab xinetd.d
    netconfig

    --------------------------------------------------
    Mit freundlichen Grüßen


    Outpurst

    Einmal editiert, zuletzt von Outpurst ()