Posts by aptalca

    I see, it's a permission issue.

    On LE, everything is owned by root, but this container runs as 99:100 (nobody:users in ubuntu). If you do a "chown 99:100 /storage/downloads" that should take care of it.

    You should also be able to use the other location as well. Just make sure the permissions are set correctly.

    For start on boot, there are multiple options. I guess the easiest is to add the following parameter to the docker run command: "--restart=always" somewhere in the middle

    In the meantime, I'll look into how to change the user of jd2 so permissions would no longer be an issue. There was a way, but can't remember, lol

    Also responded on github. That container is for x86 and thus won't run on arm. I think I have somewhere created a test/dev version that could be converted to an arm version relatively easily. I'll look into it and will let you know.

    For reference, linuxserver.io group (which I am a member of) release separate containers for x86_64, arm and aarch64

    I had a similar issue where the script wasn't finding the edid in the logs.

    I ended up following the manual steps from the wiki and rebooted after turning logging on and finally the edid was included in the log (I tried a bunch of things but I believe the restart was what made it work)


    There's something weird going on with my A95X box with this latest update!
    It goes to sleep even though the power saving is turned off, then when you switch it back on, the blue LED comes on but the unit is 'dead', no response to ping or any HDMI output. I need to pull the power and plug it back in!?
    Also does anyone use 'docker'? Not working....
    Thanks!


    Docker works here fine. I even have the plex media server running as a container


    Hi all!

    I got myself an android 6 box, nexbox a95x 8gb storage and 2g ram. I tried using the tutorial and downloaded the correct image and used rufus to get it onto a USB drive. I couldn't get it to the libreelec start screen. Any easy way to boot it up with this particular box? I don't have a button to toothpick either, right?

    Help would be appreciated. Thanks in advance


    I have the same box (but with 16GB rom)

    I used the libreelec usb creator tool.

    The toothpick button is inside the av port, at the base of it ;)

    Nevermind this report. Just realized 3 LE boxes all had a segfault at the same time. Only one is amlogic. I'm investigating it.

    Hi kszaq,

    Thanks for these builds. They work great on my Nexbox A95x S905x box. Although, I did just notice an issue.

    I leave my box on 24/7. Yesterday, I noticed that kodi service (just the service not the box) has been restarting itself every once in a while (while idle, with the screen off). Yesterday, it happened at 5:41pm and again at 11:45pm. Memory usage is very low at around 28% (2GB version).

    Here's the crashlog: GBZW
    I do have a couple of docker containers running in the background (they have been uninterrupted through these kodi restarts). Not many other addons otherwise and the box is mostly a fresh build (got it a few days ago). Is there anything in the crashlog that suggests an issue?

    In the meantime, I'll keep monitoring and will provide a debug log later.

    Thanks

    EDIT: Journaltcl gave me this for the time of the last crash:


    Docker works fine on my amlogic S905 box and intel mini pc. Thanks for wonderful works.

    I'm using mainly as Plex server. :)

    But when I tried using PlexKodiConnect with amlogic S905 box, which also serve as Plex media server too, it can load all videos from Plex but just can't play. I don't know if this is a bug using both client and docker server on the same machine, or maybe just my error configuration. But I can play PlexKodiConnect on other Kodi box with no issue.

    Anyway, not really a big deal for me. Because I'm not using that docker server box to play video much.


    Just set up my s905x box and installed the plex docker addon. I am able to play videos from plex on the same machine using the official plex addon for kodi.

    Is your Box is a Nexbox A95x S905 ??
    If it is , That is Normal Behaviour using LE and you have to live with it.

    I'm confused, I have the Nexbox A95x, which is S905X. Is there a different S905 version?

    Mine turns on and off with the remote and I didn't put in a custom remote.conf, just the default.

    For the dtb, there are only two files for S905X, one for 1GB and another for 2GB

    When you go to the libreelec website, under the download section, select the one named generic.

    Make sure your nuc has vt-d as it is required for gpu passthrough.

    I've been running LE in a VM with an nvidia gpu passed through in kvm/qemu (vmware should also work). I believe there is a way to passthrough the on-board intel gpu to a VM (there is in qemu, not sure about vmware), which means the host OS and other VMs would have to run headless (since you can't put in discrete gpus in a nuc?!?)

    I would really recommend that you build a custom pc where you can add additional gpus and put in a cheap nvidia like the GT710 for host and LE can use the onboard intel gpu since that one supports 10bit h265 via hardware in linux. The nuc is not really meant to be a server