Jump to content

Mr.Servo

Full Member
  • Gesamte Inhalte

    240
  • Benutzer seit

  • Tagessiege

    9

Beiträge erstellt von Mr.Servo

  1. @Markham

    Ja Okay, das ist natürlich ein nachvollziehbares Argument! Gibt es da vielleicht eine schlaue Lösung?

     

    Ich persönlich rufe die Timerlist stets über "blaue Taste" -> "gelbe Taste" auf und bin so ein fröhlicher Junge...

     

    Aber was macht Otto-Normaluser, wenn er beim Schauen einer Sendung durch ein Haustürklingeln überrascht wird? Welche Taste soll er nun hastig drücken um die aktuelle Sendung per Timeshift anzuhalten?  Bei anderen Boxen drückt er dann auf "Pause" und nach 10 Sekunden Hochlaufzeit beginnt die Festplatte die Timeshift- Aufnahme. Bei der AX / Mut@ant HD51 passiert an dieser Stelle gerade mal gar nichts. Mit der aktuellen "Werkseinstellung" ist die Funktion "Timeshift" praktisch deaktivert. Das ist irgendwie NSDH (Net So De Hit).

     

    Was tun, sprach Zeus zum Göttervater...

     

    Gruß.......Mr.Servo

  2. Moin zusammen,

     

    Mir ist aufgefallen, daß in den "Werkseinstellungen" (also bei Neuinstallation) der Funktion "Timeshift" gar keine Taste zugeordnet ist. Das hängt wahrscheinlich damit zusammen, daß die Fernbedienung der Mut@ant HD51 -im Gegensatz zu anderen Boxen (z.B. CST Neo²)- keine getrennten Tasten "PLAY" und "PAUSE", sondern nur eine gemeinsame Taste "PLAY/PAUSE" hat.

     

    Meiner Meinung nach wäre es daher sinnvoll, die Timeshift-Funktion auf die benachbarte Taste "UHRSYMBOL" zu legen. Sinnigerweise wird diese Taste ja im Menü "Tastenbelegung bearbeiten" auch "timeshift" benannt.

     

    Per Fernbedienung kann man das natürlich so machen:
    Menu -> Einstellungen -> Tasten -> Tastenbelegung bearbeiten -> Timeshift {jetzt mit "UHRSYMBOL" belegen, Taste nennt sich dann "timeshift"}

     

    Oder per Editor in "/var/tuxbox/config/neutrino.conf"
    key_timeshift=359

     

    ANREGUNG: Wäre das nicht sinnig, wenn das für die Mut@ant HD51 bereits in den "Werkseinstellungen" so gesetzt wäre? Oder stört das dann bei der Fernbedienung der AX HD51?

     

    Hier mal der Vergleich der Fernbedienungen: fef102-1588182003.png

     

    Gruß.....Mr.Servo

  3. Danke, funzt natürlich. :)

    Der Haken war, daß im Internetradio noch die sogenannte "Tasten-Umschaltung" über die "?" bzw. "HELP"-Taste erfolgen muß. Erst dann eröffnet sich der folgende Menüpunkt "Internetradio" (blauer Knopf) und dort dann endlich die Shoutcast-Senderlisten. Puh, ist ganz schön versteckt...

    Abermals Danke für die Hilfe & Gruß......Mr.Servo

  4. Moin Zusammen,

    obwohl ich das Plugin Shoutcast installiert habe, sehe und spüre ich nichts davon. Wo sehe ich denn die "Auswirkungen" vom Shoutcast? Ich habe zwischenzeitlich auch mal den Soutcast-Eintrag in der "/var/tuxbox/config/kwupdate.conf" rausgeworfen und nach Neustart neu über KW-Menü frisch gezogen.

    S;shoutcast-id;Shoutcast-ID;1.1;10000010;201105010000;;;;;

    Soweit so gut, aber: Ist Shoutcast überhaupt noch irgendwo "zu sehen"?

     

    Achja: Shoutcast-API habe ich natürlich, ist eingetragen und natürlich aktiviert !

     

    Danke & Gruß.......Mr.Servo

  5. @Bazi98
    Als linuxtauglichen Editor nutze ich Proton (z.B. für Änderungen an Configs). Bei Lua-Skripten bietet der von mir beschriebene Programmiereditor "SciTE" zumindest eine Interpreterversion, d.h. man kann seine Programmierungen laufen lassen und debuggen. Will man aber nur mal das API-Objekt CWINDOW nutzen, ist der Ofen natürlich aus... :unsure:

    Also im Härtefall muß ich mir noch einen zweiten Bildschirm hinstellen (einen für meinen Desktop und den anderen für die STB) und dann mit Proton über FTP (z.B. FileZilla) zugreifen, ändern und dann lokal starten. Ist natürlich NSDH (Net So De Hit)... :blush:

    Abr vielleicht gibt es noch eine elegantere Möglichkeit?

    Gruß......Mr.Servo

     

     

     

  6. Hi Zusammen,

    Typische Quereinsteigerthematik: Ich nutze die gerade sehr ruhige Zeit, um mir mal das Thema "LUA-Programmierung" reinzupfeifen. Also habe ich mich soweit im LUA-Referenzhandbuch 5.1 (lua.org/manual) schlau gemacht und mir auch die Lua:Neutrino-APIs angesehen (tuxbox-neutrino.org/wiki/Lua:Neutrino-API) und soweit mal verstanden. Es gibt ja einige gute Beispiele, welche die Möglichkeiten zeigen. Programmieren kann ich einigermaßen (kein Profi), aber die Umgebung ist mir halt noch fremd. Habe mit auch den offiziellen SciTE-Programmiereditor gezogen und kann somit (einfache) LUA-Skripte lokal (unter Windows) ablaufen lassen. Die Syntax läßt sich hier gut ausprobieren, gerade bei machtvollen Befehlen wie string.gsub() sehr angebracht. Soweit so gut. Aber bereits beim Einsatzes des ersten Objekts ist Schluß mit SciTE:

     

    1    local n = neutrino()

    führt logischerweise zum Error: lua: luatest.lua:1: attempt to call global 'neutrino' (a nil value)

     

    Und nun zu meiner Frage: Welche Entwicklungsumgebung könnt ihr aktuell für die Box empfehlen? Gibt es eine -zumindest teilweise- Emulationsumgebung (für Windows? für Linux?) oder muß ich tatsächlich jede LUA-Skriptänderung per FTP in die Box schieben und dort ausprobieren? Wie handhabt ihr das?

     

    Ich habe versucht, diese Frage zu vermeiden, aber nach stundenlanger Recherche (allgemein Internet als auch in KW- und NI-Forum) finde ich keinen echten Anhaltspunkt und was nutzen veralterte Angaben aus dem Jahre 2010? Damals sicherlich richtig, aber sind diese dann wirklich heute noch empfehlenswert?

     

    --> Ich vermute mal, ich bin mit dieser Frage nicht der Einzige?

    Gruß.......Mr.Servo

  7. Nettweise hat sich Vanhofen trotzdem noch gemeldet (war ja nicht mehr nötig) und noch ein paar Details genannt. Ist vielleicht Interessant für den einen oder anderen:

    Zitat

    Es ist mir unmöglich, zu sagen, welcher Commit die Funktionalität reingebracht hat. Um das Webradio vernünftig zu integrieren waren dutzende Commits nötig. Die Daten für den Infoviewer werden aber jedenfalls in infoviewer.cpp von der Funktion showLivestreamInfo() bereitgestellt.
    https://github.com/neutrino-images/ni-neutrino/blob/master/src/gui/infoviewer.cpp#L983

     

    Hier noch der Vergleich beider Infobars (KW vs. NI)

    https://www.bilder-upload.eu/bild-04aaf6-1586369679.png.html

     

    Finde ich sehr nett und zeigt doch eine super Hilfsbereitschaft in der Tuxbox-Runde!

    Gruß......Mr.Servo

  8. @Markham Peinlich! Ich habe Vanhofen zwar angeschrieben, mich aber eben noch bei ihm bedankt und mitgeteilt, daß sich das Problem in Luft aufgelöst hat.

     

    Auf der Suche nach dem Infobar dämmerte es mir gestern abend, daß das vielleicht was mit "Info" und somit mit der "Info-Taste" zu tun haben könnte. Und siehe da: vor den ansonsten schwarzen Bildschirm blendet sich der gewünschte Infobar perment ein. Mit erneutem Druck auf die "Info-Taste" wird wieder komplett dunkel (gut für Leute mit OLED-TV).

     

    091ad9-1586326112.jpg

    {klick = groß}

     

    Ich Danke euch allen und vor allem Markham für die großartige Unterstützung. Das WEB-Radio läuft reibungslos und wenn man noch seine Wunsch-Streamadresse als Startkanal einstellt, dann startet WEB-Radio schön mit dem Druck auf die "Radio"-Taste.

    Gruß......Mr.Servo

  9. @Gandalf

    Danke für die Info. Ich bin nur rein zufällig drüber gestolpert und wollte dies nur teilen. Ich persönlich nutze gerne den allerersten deutschen Internet- Wettererdienst "wetteronline.de" per Smartphone-App. Grund: Wie ich mehrfach beobachten durfte, ist dieser Dienst präziser bei folgender Fragestellung: Regnet es bei mir in zwei Stunden "Ja" oder "Nein". Bin einer Empfehlung gefolgt und wurde nicht enttäuscht. Ist aber nur meine persönliche Einschätzung...

    Gruß.....Mr.Servo

  10. @Markham

    Danke für die Info. Nun, das konnte ich so nicht wissen, nur vielleicht ahnen, daß die Updates dieser Files bereits integraler Bestandteil ist beim Zusammenbau einer neuen Version.

    vor 20 Stunden schrieb Markham:

    @Mr.Servo

    Du meinst bestimmt etwas anderes.

    Ja, nachdem nun klar ist, daß mein Testimage v4.11b1 bereits "auf Kurs" ist, ist mein Anliegen folgendes: Das WEB-Radio soll bitte die "neue" Infobar (Titel, Interpret, etc.) anzeigen, wie es bereits von Satbaby irgendwie & irgendwo im NI umgesetzt wurde.

    Das sollte dann so aussehen: https://www.bilder-upload.eu/bild-f3c4e1-1572782586.png.html

    Soll ich nochmal nachfragen, was dafür benötigt wird oder vieleicht muß ich bei mir nur was umstellen (aber was?) und dann hätte ich den gewünschten Zustand.

    Zur Zeit sieht es bei mir mit der Ausgabe auf dem TV so aus:

    "Radio-Taste" mit normalem Radiobetrieb (Vodafone Kabel): Radio-Bild mit den 2 Lautsprecherboxen

    "Radio-Taste" mit Internetradiostream: kein Bild, also schwarz {genau hier würde der "neue" Infobar passen}

    Keine Ahnung, wie man den Infobar aktivieren kann?

    Gruß......Mr.Servo

     

     

  11. @Markham

    Ich habe mir erlaubt mal im NI-Forum direkt nachzufragen und hier ist die prompte Antwort von Satbaby:

    Zitat

    Natürlich ist in git.
    erste commit "netfile: add chunked mode"
    in files: netfile.cpp netfile.h und ffmpegdec.cpp

    und dann noch nachfolgend paar Änderungen und fixes.
    Die andre commits muss du dir raussuchen, oder einfach die files kopieren.

     

    netfile.cpp und netfile.h (die benannten Änderungen und Fixes):

    https://github.com/tuxbox-neutrino/gui-neutrino/commit/4e89917dbc4c17e163fe7aaba6ccc5872f262451

     

    ffmpegdec.cpp (die benannten Änderungen und Fixes):

    https://github.com/tuxbox-neutrino/gui-neutrino/commit/e6b6f97b7dfc108ff928b66fe47731061c1f0cd3

     

    Ist das ausreichend?

    Gruß & Danke......Mr.Servo

  12. Huch? Was muß man auf der Anmeldeseite für den Wetter API.Schlüssel "https://darksky.net/dev" lesen?

    Dark Sky API

    The easiest, most advanced, weather API on the web.

    We are no longer accepting new signups.

    By Adam Grossman on March 31, 2020.

    Today we have some important and exciting news to share: Dark Sky has joined Apple.

    Our goal has always been to provide the world with the best weather information possible, to help as many people as we can stay dry and safe, and to do so in a way that respects your privacy.

    There is no better place to accomplish these goals than at Apple. We’re thrilled to have the opportunity to reach far more people, with far more impact, than we ever could alone.

    API

    Our API service for existing customers is not changing today, but we will no longer accept new signups. The API will continue to function through the end of 2021.

    As part of this transition, use of Dark Sky by Apple is subject to the Apple Privacy Policy, which can be found at apple.com/privacy.

     

    Na mal sehen wie es dann mit der Wetter-App weitergeht.

    Gruß......Mr.Servo

     

  13. NACHKLAPP: Für alle die es interessiert, was der Unterschied ist zwischen "blaue Taste -> Internetradio" und "Radio-Taste -> WEB-Radio/WEB-TV":

     

    Satbaby schrieb dazu im NI-Forum am Mo 4. Nov 2019, 14:49:

    "Webtv nutzt ffmpeg libs zum abspielen von audio bzw video. Internet radio nutzt interne code in Neutrino."

     

    Ich nutze trotz Satbabys Modifikationen von Internetradio wieder das WEB-Radio, weil es...

    a) sehr bequem über "Radio-Taste" aufrufbar ist, verlassen ebenso simpel über die "TV-Taste". Einfacher gehts nicht :rolleyes:

    b) im Gegensatz zum -inzwischen verbesserten Internetradio- stundenlang ohne Artifaktfehler (Zwitschern & Zirpen) durchläuft und auch nicht aussetzt.

    c) im Gegensatz zum -inzwischen verbesserten Internetradio- mit der Standard-Audio-Einstellung "AC3 durchleiten = EIN" arbeitet, also keine Extrawurst (Skripte "Audioplayer.start" und "Audioplayer.end" zum zeitweiligen Deaktivieren der AC3-Durchleitung) wie das Internetradio benötigt.

     

    Die Senderliste wird unter "/var/tuxbox/webradio/webradio_usr.xml" verwaltet.

    Einziges Manko noch in der KW-Version: keine Anzeige von laufenden Titel und Interpret (=Infobar).

    Dies aber einfach mal zur Info & Gruß......Mr.Servo

  14. Am 1.4.2020 um 23:52 schrieb thomasrichter:

    hier wäre sinnvoll einmal von usb komplett Partitionen neu erstellen zu lassen, die fehler werden so mit behoben

    dann image neue sauber flashen, kanalliste rein, keys ordner dazu - mehr würde ich nicht von anderen backups etc übernehmen

    @thomasrichter Ich hab heute mal richtig Mist gemacht und alles radikal abgeschossen. Frag nicht wie, ist peinlich genug. :ph34r: Mußte sogar über USB-Notfallflash wieder frisch flashen. Hat natürlich den "Charme", daß ich alles neu einstellen / konfigurieren mußte. Nebeneffekt: bin jetzt soweit wieder "fit" mit oscam. :unsure:

    Na jedenfalls ist nun der von Dir beschriebene Zustand (unfreiwillig) hergestellt und nun mal warten was die Kiste macht.

    Dies nur mal als Zwischenstand, damit Du weißt warum ich mich nicht so schnell melde.

    Gruß.....Mr.Servo

    • Like 1
  15. Am 29.3.2020 um 20:04 schrieb Markham:

    @Mr.Servo

    Bist du der Ansicht das diese Werte standardmäßig auf "aus" gestellt werden sollten?

    
    "AC3 durchleiten" : AUS
    "DTS durchleiten" : AUS 

     

    @Markham

    Ich bin Dir noch eine Antwort schuldig:

    Nachdem was wir nun haben lernen dürfen würde ich sagen, das die Standardvorgabe bei "AC3 durchleiten : EIN" sowie "DTS durchleiten : EIN" gesetzt werden sollte.

     

    Warum?

    AC3 beherrschen heutzutage die meisten TVs und Surroundanlagen. Ich kenne als Problem zur Zeit nur das Internetradio, was die Einstellung "AC3 durchleiten : AUS" benötigt. Diesen Umstand kann man ggf. durch die zwei Skripte "Audioplayer.start" und "Audioplayer.end" wohl umschiffen.

    -> Daher AC3 im Standard durchleiten, der schöne Sound wird überwiegend funktionieren und das KW-Image sollte nicht die Bremse sein.

     

    DTS kommt meiner Kenntnis nach zur Zeit nur aus sehr wenigen Quellen. Bei Vodafone Kabel Deutschland kenne ich keinen Sender, der das liefert. Was ist mit VKD-Sky? Was ist mit Satellit? Was ist mit Satelliten-Sky? Streamingdiensten wie Netfl*x & Co. laufen ja nicht über das KW-Image.

    Kennt jemand eine Quelle mit DTS-Signal? Ich kenne nur "Film von Festplatte". UHD-Blueray wird ja im UHD-Player abgespielt und wird ja wohl bei den meisten Anwendern direkt in den TV gestöpselt, denke ich mir mal.

    -> Daher DTS im Standard durchleiten, denn es wird kaum Anwendung finden und wenn doch soll das KW-Image nicht die Bremse sein.

     

    Dies ist aber nur meine Meinung!

     

    Gruß......Mr.Servo

  16. @thomasrichter Vielen Dank für den interessanten Tip!

    Tabula Rasa - leere Platte! Nach all den einigen Updates endlich einen Cut machen und alles jungfräulich aufsetzen und komplett neu einrichten. Klingt gut, wobei ich die Mutant HD51 erst ein Jahr habe, also seitdem nur ein Update hatte. Aber einige Configs habe ich von der vorherigen Colstream Neo² übernommen.

    Dann warte ich schlauerweise auf das nächste Release vom KW-Image und mache eine komplette Neuinstallation.

    Danke & Gruß......Mr.Servo

  17. @Markham musicus hatte ja im NI-Forum folgendes geschrieben:

    Zitat

    Hier die angepasste Version 0.2 des Scripts für Images ab 02.08.2019
    Funktioniert mit webtv und webradio
    Der Installationspfad in der startist.so ist /var/tuxbox/plugins/ um die artist.so dort aufzurufen
    Sonst bitte nach eurem Pfad anpassen.
    Zusätzlich hat satbaby die Metainfos in die Infobar eingebaut.
    Also ist das Script nicht unbedingt mehr notwendig.

     

    Könntest Du vielleicht die aktuellen GITs für das WEB-TV sowie was WEB-Radio mit ins nächste KW-Image mit aufnehmen. Gerne mache ich auch einen Betatest, wenn Du magst. Dann sollten auch die Metainfos (Interpret, Songtitel, etc.) im WEB-Radio erscheinen, was dann so aussieht...

    https://www.bilder-upload.eu/bild-f3c4e1-1572782586.png.html

    Gruß & Danke......Mr.Servo

  18. @Markham Habe ich gemacht, lande leider auch wieder bei "Neutrino: 137"

    Hier das gewünschte Log:



    Mutant:~# setconsole
    Mutant:~# cd /var/tuxbox/plugins./imgbackup.sh
    Mutant:~/tuxbox/plugins# ./imgbackup.sh

    + Version='1.13 vom 22.11.2019'
    + file=./imgbackup.sh
    + cat /proc/stb/info/model
    + model=hd51
    + '[' -e /proc/stb/info/vumodel ]
    + '[' hd51 '==' dm8000 ]
    + '[' hd51 '==' dm8000 ]
    + '[' hd51 '==' dm8000 ]
    + '[' hd51 '==' dm8000 ]
    + '[' hd51 '==' dm8000 ]
    + '[' hd51 '==' dm8000 ]
    + save_path=/tmp
    + tmproot=/tmp/buroot
    + date '+%d.%m.%Y-%H.%M'
    + destname=imgbackup-hd51_01.04.2020-19.03
    + archive=tgz
    + knl=0
    + klen=0
    + which bzip2
    + bz2=/bin/bzip2
    + which hexdump
    + hexd=/bin/hexdump
    + which xxd
    + xxdmp=
    + new_layout=0
    + magic_number=0x016f2818
    + dtb_magic_number=0xd00dfeed
    + '[' hd51 '==' hd51 -o hd51 '==' h7 -o hd51 '==' bre2ze4k ]
    + read_bootargs
    + rootsubdir=
    + kdev=
    + cat /sys/firmware/devicetree/base/chosen/bootargs
    + echo 'root=/dev/mmcblk0p5'
    + grep 'root='
    + '[' -n 'root=/dev/mmcblk0p5' ]
    + echo 'root=/dev/mmcblk0p5'
    + cut -d '=' -f2
    + cut -d / -f3
    + rootmtd=mmcblk0p5
    + echo 'root=/dev/mmcblk0p5'
    + grep 'rootsubdir='
    + '[' -n  ]
    + echo 'root=/dev/mmcblk0p5'
    + grep 'kernel='
    + '[' -n  ]
    + echo rw
    + grep 'root='
    + '[' -n  ]
    + echo rw+ grep 'rootsubdir='

    + '[' -n  ]
    + echo rw
    + grep 'kernel='
    + '[' -n  ]
    + echo rootwait+ grep 'root='

    + '[' -n  ]
    + echo rootwait
    + grep 'rootsubdir='
    + '[' -n  ]
    + echo rootwait
    + grep 'kernel='
    + '[' -n  ]
    + echo 'hd51_4.boxmode=1'
    + grep 'root='
    + '[' -n  ]
    + echo 'hd51_4.boxmode=1'
    + grep 'rootsubdir='
    + '[' -n  ]
    + echo 'hd51_4.boxmode=1'
    + grep 'kernel='
    + '[' -n  ]
    + '[' -n  -a -n  ]
    + '[' 0 '==' 1 ]
    + echo 5
    + rootnumber=5
    + echo mmcblk0p
    + mmcprefix=mmcblk0p
    + echo '  Image Backup (Version: 1.13 vom 22.11.2019) - (C) 2018-2019 DboxOldie / BPanther / Frankenstone / Fritz'
      Image Backup (Version: 1.13 vom 22.11.2019) - (C) 2018-2019 DboxOldie / BPanther / Frankenstone / Fritz
    + echo '  AX HD51 4K, Bre2ze 4K, ZGEMMA H7, VU+ DUO 4K, VU+ UNO 4K, VU+ UNO 4K SE, VU+ ZERO 4K, VU+ ULTIMO 4K und VU+ SOLO 4K'
      AX HD51 4K, Bre2ze 4K, ZGEMMA H7, VU+ DUO 4K, VU+ UNO 4K, VU+ UNO 4K SE, VU+ ZERO 4K, VU+ ULTIMO 4K und VU+ SOLO 4K
    + echo

    + '[' hd51 '==' hd51 -o hd51 '==' h7 -o hd51 '==' bre2ze4k ]
    + echo '  Image Backup für Boxmodel '"'"'hd51'"'"' startet...'
      Image Backup für Boxmodel 'hd51' startet...
    + '[' 0 '==' 0 ]
    + kernelnumber=4
    + kernelmtd=mmcblk0p4
    + '[' -z /bin/bzip2 ]
    + '[' 4 -lt 17 -a 4 -gt 0 ]
    + echo

    + echo '  Kerneldevice = mmcblk0p4'
      Kerneldevice = mmcblk0p4
    + '[' 0 '==' 1 ]
    + echo '  Rootdevice   = mmcblk0p5'
      Rootdevice   = mmcblk0p5
    + '[' 0 -gt 0 ]
    + '[' tgz '==' none ]
    + mkdir -p /tmp
    + k_backup
    + '[' -z /bin/hexdump -a -z  ]
    + knl=1
    + k_check
    + '[' '!' -z /bin/hexdump ]
    + dd 'if=/dev/mmcblk0p4'+ hexdump 'bs=1' -C
     'skip=32' 'count=16'
    + line='00000000  03 00 00 ea 18 28 6f 01  00 00 00 00 38 81 4a 00  |.....(o.....8.J.|
    00000010'
    + kmagic=0x
    + echo 00000000 03+  00cut -d ' ' -f9
     00 ea 18 28 6f 01 00 00 00 00 38 81 4a 00 '|.....(o.....8.J.|' 00000010
    + kmagic=0x01
    + echo 00000000 03 00 00 ea+ cut -d ' ' -f8
     18 28 6f 01 00 00 00 00 38 81 4a 00 '|.....(o.....8.J.|' 00000010
    + kmagic=0x016f
    + echo 00000000 03 00+ cut -d ' ' -f7 00
     ea 18 28 6f 01 00 00 00 00 38 81 4a 00 '|.....(o.....8.J.|' 00000010
    + kmagic=0x016f28
    + echo 00000000 03 00+ cut -d ' ' -f6
     00 ea 18 28 6f 01 00 00 00 00 38 81 4a 00 '|.....(o.....8.J.|' 00000010
    + kmagic=0x016f2818
    + echo

    + '[' 0x016f2818 '==' 0x016f2818 ]
    + echo '  Magic für zImage gefunden > 0x016f2818 == 0x016f2818'
      Magic für zImage gefunden > 0x016f2818 == 0x016f2818
    + '[' 1 '==' 1 ]
    + zimage_len=0x
    + echo 00000000 03 00+ cut -d ' ' -f17
     00 ea 18 28 6f 01 00 00 00 00 38 81 4a 00 '|.....(o.....8.J.|' 00000010
    + zimage_len=0x00
    + echo 00000000 03 00 00 ea 18 28 6f 01 00 00 00 00 38 81 4a 00 '|.....(o.....8.J.|' 00000010
    + cut -d ' ' -f16
    + zimage_len=0x004a
    + echo 00000000 03 00+ cut -d ' ' -f15
     00 ea 18 28 6f 01 00 00 00 00 38 81 4a 00 '|.....(o.....8.J.|' 00000010
    + zimage_len=0x004a81
    + echo 00000000 03 00 00 ea 18 28 6f 01 00 00 00 00 38 81 4a 00 '|.....(o.....8.J.|' 00000010
    + cut -d ' ' -f14
    + zimage_len=0x004a8138
    + echo '  zImage Länge = 4882744 Bytes'
      zImage Länge = 4882744 Bytes
    + '[' '!' -z /bin/hexdump ]
    + + hexdump -C
    dd 'if=/dev/mmcblk0p4' 'bs=1' 'skip=4882744' 'count=16'
    + line='00000000  d0 0d fe ed 00 00 18 91  00 00 00 38 00 00 16 b0  |...........8....|
    00000010'
    + dtb_magic=0x
    + echo 00000000 d0 0d fe ed 00 00 18 91 00 00 00 38 00 00 16 b0 '|...........8....|' 00000010
    + cut -d ' ' -f2
    + dtb_magic=0xd0
    + echo 00000000 d0 0d fe ed 00 00 18 91 00 00 00 38 00 00 16 b0 '|...........8....|' 00000010
    + cut -d ' ' -f3
    + dtb_magic=0xd00d
    + echo 00000000 d0 0d fe ed 00 00 18 91 00 00 00 38 00 00 16 b0 '|...........8....|' 00000010
    + cut -d ' ' -f4
    + dtb_magic=0xd00dfe
    + echo 00000000 d0 0d fe ed+ cut -d ' ' -f5
     00 00 18 91 00 00 00 38 00 00 16 b0 '|...........8....|' 00000010
    + dtb_magic=0xd00dfeed
    + '[' 0xd00dfeed '==' 0xd00dfeed ]
    + echo '  DTB Bereich vorhanden.'
      DTB Bereich vorhanden.
    + dtb_len=0x
    + echo 00000000 d0 0d fe+ cut -d ' ' -f6
     ed 00 00 18 91 00 00 00 38 00 00 16 b0 '|...........8....|' 00000010
    + dtb_len=0x00
    + echo 00000000 d0 0d fe ed 00 00 18 91 00 00 00 38 00 00 16 b0 '|...........8....|' 00000010
    + cut -d ' ' -f7
    + dtb_len=0x0000
    + echo 00000000 d0 0d fe ed 00+ cut -d ' ' -f8
     00 18 91 00 00 00 38 00 00 16 b0 '|...........8....|' 00000010
    + dtb_len=0x000018
    + echo 00000000 d0 0d fe ed 00 00 18 91 00 00 00 38 00 00 16 b0 '|...........8....|' 00000010
    + cut -d ' ' -f9
    + dtb_len=0x00001891
    + echo '  DTB Länge = 6289 Bytes'
      DTB Länge = 6289 Bytes
    + klen=4889033
    + echo '  Gesamt Kernel Länge = 4889033 Bytes'
      Gesamt Kernel Länge = 4889033 Bytes
    + k_read
    + echo 1193
    + count=1193
    + echo 4886528
    + len1=4886528
    + echo 2505
    + rest=2505
    + dd 'if=/dev/mmcblk0p4' 'of=/tmp/kernel_1.bin' 'bs=4096' 'count=1193'
    + dd 'if=/dev/mmcblk0p4' 'of=/tmp/kernel_2.bin' 'bs=1' 'count=2505' 'skip=4886528'
    + '[' hd51 '==' duo4k -o hd51 '==' uno4k -o hd51 '==' uno4kse -o hd51 '==' zero4k -o hd51 '==' ultimo4k -o hd51 '==' solo4k ]
    + cat /tmp/kernel_1.bin /tmp/kernel_2.bin
    + rm -f /tmp/kernel_1.bin /tmp/kernel_2.bin
    + echo

    + echo '  '"'"'kernel.bin'"'"' in /tmp gespeichert.'
      'kernel.bin' in /tmp gespeichert.
    + r_backup
    + mkdir -p /tmp/buroot
    + mount --bind / /tmp/buroot
    + echo

    + echo '  Erstelle '"'"'rootfs.tar'"'"'...'
      Erstelle 'rootfs.tar'...
    + tar -cf /tmp/rootfs.tar -C /tmp/buroot ./
    + echo '  Packe '"'"'rootfs.tar'"'"' zu rootfs.tar.bz2'"'"'...'
      Packe 'rootfs.tar' zu rootfs.tar.bz2'...
    + echo '  Dauer ca. 2-10 Minuten (je nach Imagegröße)...'
      Dauer ca. 2-10 Minuten (je nach Imagegröße)...
    + /bin/bzip2 /tmp/rootfs.tar
    Killed
    Neutrino exited with exit code 137
    stoping /etc/init.d/K20dvdreadfs ...
    /tmp/media/DVD/ unmounted
    stoping /etc/init.d/K40autofs ...
    stopping
    stoping /etc/init.d/K48syslogd ...
    stoping /etc/init.d/K51networking ...

    Vielleicht kannst Du ja was erkennen?

    Gruß und abermals Danke......Mr.Servo

  19. @Markham Danke für den Tip, das habe ich soeben unter dem neuen Thread "Was macht "Durchleiten DTS und AC3" genau getan.

     

    Hier nun die qualifizierte Antwort von TangoCash aus dem NI-Forum:

    Zitat

    Eigentlich ganz simpel:

    Bei durchleiten auf an (egal ob AC3 oder DTS) wird der bitstream aus der Datei einfach nur durchgeschoben, und das angeschlossene Endgerät (TV / AV-Receiver o.ä.) muss den Stream dann verarbeiten können. Dies gilt auch für alle Unterarten, AAC, EAC, DTS-HD, ATMOS usw.

    Viele TV Geräte können zwar AC3 verarbeiten, aber mit DTS nichts anfangen, d.h. als Folge auch kein Ton.

    Bei durchleiten auf aus, konvertiert der Receiver dann den Bitstream zu PCM, damit das angeschlossene Gerät dann nur noch Wiedergeben muss. Echten AC3/DTS Sound haste dann allerdings nicht mehr.

    Bei deiner Konfiguration müsste man dann noch weiter unterschieden, was dein Fernseher dann über die Optik ausgibt. Dort gibt es auch so was wie Durchleiten (passtrough!), dann geht der Schwarze Peter an deine Bose Anlage. Bedenke aber das bei Optik i.D.R. bei 5.1 Kanälen (DD5.1, DTS 5.1) Schluss ist, da die Bandbreite sonst nicht ausreicht. Über HDMI oder Coax geht da mehr.

     

    Was ich herauslese: Muß man versuchen dafür Sorge zu tragen, daß der TV das Signal auch tatsächlich an die Surroundanlage durchschleust und dies über ein geeignetes HDMI-Kabel oder Coax stattfindet. Dann muß nur noch die Surroundanlage damit klarkommen.
    OK, dann weiß man wo der Hebel angesetzt werden kann. Vielen Dank an TangoCash für diese fundierten Detailinfos !!!!

    Gruß......Mr.Servo

     

  20. vor 9 Stunden schrieb Schwarzi:

    Ansonsten gilt das von oben: AC3/DTS Durchschleifen AUS. Dann fehlt aber das komplette Klangerlebnis....

    Dabei würde ich gerne mal wissen, was das "Durchleiten" denn eigentlich bedeutet? Kann man das irgendwo nachlesen?

    Wenn aber die Audiodiskreption "DTS 5.1" und "AC3" nicht an den TV gelangen obwohl beide Schalter auf "ON" stehen, dann stimmt doch irgendwas nicht? Liegt es am HDMI-Kabel? Ich denke schon, daß mir der Fachhandel des Vertrauens ein hochwertiges -aber kein überkandideltes-  HDMI-Kabel verkauft hat. Glaube ich irgendwie nicht, aber gänzlich ausschließen kann man es ja wohl nie.

    Aber kann jemand mit Bestimmtheit sagen was bei "DTS off" passiert, was bei "DTS on" passiert usw.?

    Gruß......Mr.Servo

  21. vor 6 Stunden schrieb Markham:

    /var/plugins/operations

    zum Thema "Blaue Taste" -> "Keywelt-Menü" -> "System Menü" -> "Image Aktualisierung"

    Maßnahmen umgesetzt!

    alt war: # CS_KW_OPERATIONS_025

    neu ist: # CS_KW_OPERATIONS_029

    Ergebnis: GELÖST - KW-Updatefunktion läuft wieder! Dankeschön!!!

     

    zum Thema "Menü-Taste" -> "Service" -> "Vollständiges Image-Backup"

    Maßnahmen umgesetzt!

    Ich habe "# License: GPLv2 or later" und Version="1.13 vom 22.11.2019"

    Die ersten Zeilen sehen nun so aus:

    #!/bin/sh
    set -x
    # Script for complete image backup

    Das Backup klappt aber leider trotzdem nicht, hier das zugehörige Logfile:



    ShowText 'Vollstandiges Image-Backup'
    [CPlugins] executing script /var/tuxbox/plugins/imgbackup.sh
    [neutrino] [CNeutrinoFonts] [SetupShellFont - 260] shell font family: DejaVu LGC Sans Mono (/share/fonts/shell.ttf)
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    Killed
    Neutrino exited with exit code 137

     

    Gruß......Mr.Servo

  22. @Markham Derweil habe ich mal mit meinem Testimage dir Funktion "Menü-Taste" -> "Service" -> "Vollstandiges Image-Backup" ausgeführt und lande bei der OSD-Meldung "Neutrio: 137".

    Hier das dazu passende Logfile:



    2020-03-31 08:43:22.369 [sectionsd] addEvent: ch 041b00012b5c running 1 (next) got_CN 0
    [neutrino] CSectionsdClient::EVT_GOT_CN_EPG
    2020-03-31 08:43:22.718 [sectionsd] addEvent: ch 041b00012b5c running 4 (curr) got_CN 2
    [neutrino] CSectionsdClient::EVT_GOT_CN_EPG
    2020-03-31 08:43:22.720 [sectionsd] cnThread: eit update filter, ch 0x041b00012b5c, current ver 0x14  got events 3 (not active)
    ShowText 'Das Erste HD'
    ShowText 'Einstellungen'
    ShowText 'Datentrager'
    ShowText 'Tasten'
    ShowText 'Einstellungen'
    ShowText 'Service'
    ShowText 'Zuruck'
    ShowText 'Vollstandiges Image-Backup'
    [CPlugins] executing script /var/tuxbox/plugins/imgbackup.sh
    [neutrino] [CNeutrinoFonts] [SetupShellFont - 260] shell font family: DejaVu LGC Sans Mono (/share/fonts/shell.ttf)
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    [neutrino] [CShellWindow] [exec:195] res=0 ok=1
    Killed
    Neutrino exited with exit code 137
    stoping /etc/init.d/K20dvdreadfs ...

    Vielleicht findest Du was?

    Danke & Gruß.......Mr.Servo

  23. Hi Markham,

    das überfordert leider meine Fähigkeiten. Da kann ich leider nicht mithalten, weil ich gerade gar nichts verstehe. Sehr gerne lerne ich dazu, daran soll es nicht liegen. Aber was sich immer auch beim Sprung von Image v.392 auf Testimage v4.11.b1 mit der Settingübernahme verändert hat, ich komm nicht mehr mit. Meine Unfähigkeit ärgert mich ja auch, aber trotzdem fürchte ich, daß ich nicht mehr durchblicke und verstehe einfach nicht, was nun meine nächsten Schritte sein sollen. Bitte nicht böse sein, einfach nur Verständnis haben für einen Quereinsteiger, der eben seit 2003 nicht alle Entwicklerthemen verfolgt hat.

    Was muß ich nun im Detail tun?

    Gruß......Mr.Servo

  24. @Markham Ich bin Dir noch eine Antwort schuldig: Ja, ich habe tatsächlich vor dem Update der Settingsübernahme zugestimmt.

     

    So, hier ist das Log (ich habe noch eine Coolstream verlinkt, die ist aber immer abgeschaltet):

     

     


    2020-03-30 19:12:07.030 [sectionsd] commandserviceChanged: Service change to 569504310001cbb4 demux #2
    ShowText 'Audioplayer'
    ShowText 'Timerliste'
    ShowText 'Tuxbox Commander'
    ShowText 'YouTube-Feed Wiedergabe'
    ShowText 'Skripte'
    ShowText 'Multiformat-Videowiedergabe'
    ShowText 'Uhr einblenden'
    ShowText 'Netzwerk'
    ShowText 'Keywelt-Menu'
    Starting /var/tuxbox/plugins/shellexec.so
    [shellexec.so] parent, waiting for child with pid 28124...
    [shellexec.so] forked, executing shellexec
    shellexec Version 2.16
    rc_device: using /dev/input/event1
    shellexec::Check_Config: please use HEIGHT instead of HIGHT
    shellexec <FTC_Manager_LookupFace Font "/share/fonts/neutrino.ttf" loaded>
    /var/plugins/operations keyweltupdate
    Connecting to Coolstream (127.0.0.1:80)
    wget: server returned error: HTTP/1.0 404 Not Found
    rc_device: using /dev/input/event1
    rc_device: using /dev/input/event1
    2020-03-30 19:12:37.080 [sectionsd] Removed 3 old events (29997 left), zap detected 0.
     

     

     

    Und wegen Funktion "Vollständiges Image-Backup" mache ich auch noch einen Versuch mit hoffentlich wachsamen Putty-Augen ;)

     

    Gruß & Danke......Mr-Servo

×
×
  • Neu erstellen...