Posts by chewitt

    Support for i386 hardware was dropped between OpenELEC v5 and v6 in 2015 and the first LibreELEC release was v7 in 2016. It is probably possible to create a 32-bit Generic image as a large percentage of the build-system is still used with 32-bit ARM devices, but there are no instructions to follow, probably no willing volunteers stepping forwards, and even if you managed to jump through a lot of hoops to get a working image, running it on ageing hardware (10-15 years old?) usually isn't great - a Raspberry Pi Zero is probably better.

    For a linux's user point of view, it's strange to have no package manager or a clear way to have a shell. I had to use a nightly build because the ethernet of the h2+ wasn't working, except that no problem whatsoever but i have two question. First as you figure it out, how can i install mpv, i don't find it anywhere. I guess it's not in the plugin repositary, so my only hope is to find a .zip package ?

    Another question, my ssd with my data seems to be auto mounted by libreelec, i use btrfs with two option (autodefrag and compress=zstd). How can i make libreelec to mount my ssd with these options ?

    There is no MPV in LE and no package to add (and no package manager) and we don't support alternative players like Desktop oriented distros. It is technically possible to force a local console to exist but the idea is the HTPC is connected to the TV and you're sat at another device with SSH access to the HTPC box. You can put custom udev rules in /storage/.config/udev.rules.d/ that override the embedded rules with different mount options. We are probably not the distro you are looking for.

    1. LE builds with Alsa and Pulse; the latter is only used for BT audio (streaming to LE from a phone or other BT device) and Alsa is used for Kodi. As pulse is included in the image you can always go fiddle with it to enable pulse output in Kodi .. but sounds like this is not desirable.

    2. It would depend on the capabilities of the enclosures/firmware being used in them. Most drives will power down when not used. Some drives have shitty firmware that needs manual forcing so there's no single answer. If you need to force it with a script in other distros it may need to be forced in LE as well.

    3. No. LE is built to run Kodi only, there is no "Desktop" environment. You also cannot tinker with drivers from within LE itself (there are no build tools) but you can create your own custom LE image with changes using our very simple to learn build-system (on GitHub).

    4. We run a newer <everything> code stack than other distros which sometimes brings improvements (due to newer code) but otherwise no idea.

    CEC is not working at the moment (so I'm told, I never use/test it myself) - kenel maintainers are aware. The process for configuring a remote has changed since legacy kernels; it is now the same as all the other modern kernel devices that we support, see Infra-Red Remotes - LibreELEC.wiki for more info.

    NB: If people share working remote confs for specific boxes that have upstream device-trees I will create (and then upstream) drivers for them to the kernel and then directly enable the IR keymap in the device-tree for better out-of-box experience. If people don't share them .. the OOB experience will remain the same.

    After 8+ years of building nightly images he had enough and resigned from the keyboard. From the occasional comment that's come in he's alive and well, but we're not expecting him to return or resume. Official images (less experimental but still nightly) can be found here: Index of /

    Create /storage/.config/system.d/wlanmac.service with ^ this content then enable it, and remove any other .service files and udev rules you have set in the system. The main difference is that I take the interface down before setting the MAC, then bring it up again.

    So to sum up add on cards like the Broadcom Crystal HD Mini-PCIe are no longer supported and the only offloading the CPU can do is to a real not onboard Nvidia/AMD GPU. Correct ?

    Preference for GPU vendor is #1 Intel > #2 AMD > #3 nVidia .. because nVidia does not support GBM (only their proprietary alernative, EGL streams) and Kodi does not support EGL Streams; so when we drop X11 support and use GBM/V4L2 on everything (hopefully for LE11) an nVidia card will not work with LE anymore. You'd still have the option to use Kodi under another distro, but not LE.

    Historically "wifi doesn't remember the passphrase" frequently traces back to wifi cards with a MAC address that changes on each boot. As the MAC is used in the connman service identifier, format "wps_macinbase64_ssidinbase64" each time you reboot there is no matching stored service and you are (correctly) required to configure the network again. You can diagnose this by checking the MAC listed for the WLAN interface in "ifconfig" over a couple of reboots. If yes, knaerzche might want to investigate adding RK details to the "ethmactool" script I wrote for Amlogic which basically sets the MAC from the CPU serial from userspace (regardless of what comes from u-boot/kernel) to ensure the MAC is unique and persistent.