Beiträge von pclin

    . cross-compile.env dreamone virtual/aarch64-oe-linux-gcc


    [*] Generating /media/pclin/HDD2TB/OE2.6-x11/opendreambox/.env/cross-compile-dreamone-virtual/aarch64-oe-linux-gcc.env

    Creating shell command aliases:

    * oe_autoreconf

    * oe_runconf

    * oe_runmake

    * oe_runmake_kernel

    * oe_env

    * oe_env_kernel

    * oe_setenv

    * oe_setenv_kernel

    * oe_cmake

    * oe_meson


    Damit ging es bei mir.


    gruß pclin

    Das sollte in jedem OE2.6 Image spielen.

    Hier mal die Ausgabe bei mir (e2 nicht gestoppt, mit aktiven Timeshift)

    gruß pclin

    Grade alles aktuell gebaut und Installiert Dreambox OS: 4.4.1r12-2019-06-27


    bootvideo Bild und Ton, läuft bei mir wie immer.


    Könnte das bitte jemand wo es nicht geht im CLI testen,

    Code
    systemctl stop enigma2
    bootvideo_file="/data/dreambox-bootvideo/bootvideo.mp4"
    (oder alternativ)
    bootvideo_file="/usr/share/dreambox-bootvideo/bootvideo.mp4"
    gst-launch-1.0 playbin uri=file://$bootvideo_file

    Ausgaben Posten.


    gruß pclin

    Hast du nicht Pillow von zorro69 erhalten?

    Ich hatte das ihm gesendet, war wohl für dich gedacht.


    Hat aber einige Abhängigkeiten, wenn dir da noch etwas fehlt, melden.

    Einiges davon habe ich aber auch schon im Merlin und Oozoon Board hochgeladen.

    gruß pclin

    Bessere Positionierung ist schon wichtig.

    Der Dongle ist ja winzig und wird bei der ONE wenn er direkt hinten in USB Steckt gut geschirmt.


    Es könnte aber auch an dem Dongle selbst liegen.

    Eigentlich ist die Reichweite bei Logitech recht gut, aber die K600 TV Tatstatur bzw. Dongle kenne ich nicht.

    Mit Logitech Spotlight geht es bis ca. 30 Meter.

    Ist also auch vom Produkt abhängig.


    Leider gibt es glaube ich noch keine Software zum Suchen, Koppeln von Bluetooth Tastatur oder auch Audio.

    Im GP4 gab es das ja schon für OE2.5.

    Von Hand sollte das evtl. aber auch jetzt schon gehen.


    gruß pclin

    Danke hier einmal die letzte log ,


    Danke

    mfg

    Da fehlt dir wohl etwas, ist evtl. bei der Installation oder beim ersten Start etwas schief gelaufen...

    Code
    2019-06-22 14:36:06.835 T:548142780432   ERROR: CProfileManager: error loading special://masterprofile/profiles.xml, Line 0
                                                Failed to open file
    2019-06-22 14:36:06.835 T:548142780432  NOTICE: special://profile/ is mapped to: special://masterprofile/
    2019-06-22 14:36:06.835 T:548142780432   FATAL: unable to load profile

    1. Nenne mal /data/.kodi um (.kodi-off), oder lösche es, starte dann Kodi Mediacenter.


    2. Versuche mal kodi manuel drüber zu installieren.


    CLI

    Code
    cd /tmp
    apt-get download kodi
    dpkg -i /tmp/*.deb

    gruß pclin

    Eine andere Möglichkeit bietet apt list

    Code: apt list kodi*
    [23:30 root@dreamone /] > apt list kodi*
    Listing... Done
    kodi/unknown,now 19.0+gitr0+10ac461b66-r0.4 arm64 [installed,automatic]
    kodi-addon-inputstream-adaptive/unknown,now 2.3.22+gitr0+6011f1e167-r0.0 arm64 [installed]
    kodi-addon-pvr-hts/unknown 5.10.2+gitr0+f4ea60f944-r0.0 arm64
    kodi-addon-pvr-iptvsimple/unknown,now 3.5.3+gitr0+90a8d6f3b0-r0.0 arm64 [installed]
    kodi-addon-pvr-vuplus/unknown,now 3.15.4+gitr0+ec29899c00-r0.0 arm64 [installed]

    Auch mit dpkg -S kann man suchen.

    Ich verwende htop in meinem Beispiel (da gibt es nicht so viele Treffer)

    Eignet sich vor allem gut wenn man z.B. ein bin oder eine lib sucht.

    Code: dpkg -S htop
    [23:32 root@dreamone /] > dpkg -S htop
    htop: /usr/share/pixmaps/htop.png
    htop: /usr/share/applications/htop.desktop
    bash-completion-extra:arm64: /usr/share/bash-completion/completions/htop
    htop: /usr/bin/htop

    Und die --help funktion im CLI sollte man auch immer mal nutzen...

    gruß pclin

    Tipp:

    Man kann im CLI auch immer gut nach Paketen suchen...

    gruß pclin