LibreELEC 6.0.3 is not supported anymore, so you are very much on your own.
LibreELEC 6.0 doesn't exist, we forked and started our releases at 7.0. Anything before then is someone else's problem ![]()
LibreELEC 6.0.3 is not supported anymore, so you are very much on your own.
LibreELEC 6.0 doesn't exist, we forked and started our releases at 7.0. Anything before then is someone else's problem ![]()
I want to use my old unused htpc as nas/media server for my s905 & s912 boxes overn LAN.
Unfortunately my mobo is old and doesnt seem to support WOL. It does however resume from USB (mouse, keyboard or ir receiver).
With this in mind, if I purchased a USB lan adapter for htpc, will I be able to use resume then (ie wake up PC as WOL)?
No. The USB network adapter is not a keyboard.
You need to ask that question to Kodi developers in their forum.
I would advise against nvidia purchases. Long-term LE/Kodi support for nVidia GPU's is questionable due to nVidia (again) choosing to set their own 'standard' instead of following the one used by literally everyone else. I'll be writing a blog post about them soon.
It's not possible. Kodi currently builds the 'playlist' of images at start and the list is not refreshed or added-to unless you stop and restart the slideshow. The whole 'photos' side of Kodi is a little under-developed, so code submissions to improve it are welcome.
lorenzo53 in 2014 when OpenELEC discontinued i386 images there were only ~1500 users. That number will be much smaller today, and there is no plan for LibreELEC to reverse the decision.
UsePrivilegeSeparation=yes makes sense in a conventional distro where you have multiple users and it is desirable to limit the code that runs with root privileges. In LE everything already runs as root, so setting it achieves nothing.
If you want to experiment you set additional boot time args in /storage/.cache/services/sshd.conf, e.g. include an option to use an alternate config file /etc/sshd_config .. from fuzzy memory it's "-F /path/to/file" ??
If you want to mount to /storage/timecapsule the systemd mount file MUST be named storage-timecapsule.mount, the hyphen/dash in the filename is important. You said you created "storage.timecapsule.mount" .. which won't work.
It depends on what you define as "standard add-ons" ??
You need to tell us the USB ID's of the device (run 'lsusb' to see them) else we can only guess at the problem.
Some users expect to replace their box(es) every two years. Others expect their investment to last longer. Since we know today that those boxes are currently (sadly) a technical dead-end, we should be clear about it so users can make an informed choice. For the record, I am still petitioning Amlogic to license the Linux libs that would guarantee S912 a better future.
LE does not provide the BIOS for your unknown hardware box. You need to ask the manufacturer.
There's a tool called l2ping that's part of bluez-tools, but we don't compile it into standard LE images. If you did a custom build with that you can ping the device. I'm not sure that will keep the device alive though. I would expect the keyboard to sleep and then the pings will just time out. You probably need to do something that queries information from the device. I'm not sure what that would be though ![]()
It's probably an S805 and you might find a working image among the sticky threads in this subforum. There are few people creating images for S805 boxes now .. mostly because there are newer/shinier cheap boxes available.
The backup file is a standard tar archive so take a copy and see if it unpacks on your desktop OS first. If it has a problem there; it's damaged in some way. If it's okay there is some other problem but you should be able to copy the file to the new SD card and just 'untar' the file somewhere else, e.g.
systemctl stop kodi
rm -rf /storage/.kodi /storage/.cache /storage/.config
tar -xvf backupfile.tar
The archive contains paths so it will overwrite the current folders, hence ^ removing them first.
As a general announcement: There has been no active maintainer for the Chromium browser add-on for some time and it's a PITA to keep current so unless someone in the community wants to take up the cause we plan to remove it from the repo. While Chromium may work for general things 90%+ users want it for video streaming sites and if those don't work, we'd prefer to avoid the moaning about things not working. If anyone wants to volunteer .. PR changes to GitHub and/or let us know you're working on something.
S905 does not support HDR. S905D/X support HDR via an 10-bit to 8-bit conversion process (internal to the SoC). S912 also handles proper 10-bit HDR but won't be supportable on the next generation Kodi video pipeline (Kodi v19). S905D2/X2 which appear soon (and S922 later in the year) support 10-bit HDR and will be supportable on the next-generation Kodi video pipeline.