Posts by chewitt
-
-
it is possible to use ipsec vpn (freeswan, strongswan or libreswan) on a libreelec box (wetek)?
Not by default because we don't build the Linux kernel with ipsec config and we don't build connman with ipsec support - because ipsec is almost never used outside of corporate VPN environments so it's not a target for our 'domestic' user audience. If you understand the moving parts of an ipsec implementation it's probably not too hard to create a custom image with appropriate changes; but there are no guides or instructions on the topic so it's down to you to experiment and figure it out.
-
With LibreELEC you have root access by default, so you dont need 'sudo'
What is a solution???
^ well, that's the answer to the question. Just remove the 'sudo' prefix to commands you're trying to use.
-
8.2.3 auto update won't happen because it has not been enabled on the back end .. oversight on a team members part
-
Search in this forum for the imx6 release that vpeter ships with an older kernel and try that.
-
You need to create a build-system package that downloads the driver sources, compiles them, and then installs them to the image. We can probably give more hints if you point out the upstream sources for the driver.
-
Use the autoexec.py function in Kodi to run a Python script. You can control the OS and Kodi from there.
-
It should work, but probably with some caveats due to the much older 3.10 kernel in use. If you read the compatibility matrix for Lakka we should be broadly in the same ballpark as LE/Lakka share a common foundation.
-
Clear the cached keys for PuTTY?
-
Just import the Generic image OVA into vmware Mirror List and then you don't need to carry any hardware apart from your laptop.
-
-
PRi3 bluetooth and wireless are known to be a little under par. You already found the solution.
-
ISTR the reason we "nuke and pave" the existing second partition is primarily about speed/performance as parted resize is a slower operation than remove and create new with the correct geometry and it's more prone to issues with the underlying boot media. Embedding files in the SYSTEM file and copying them out to /storage is the least invasive (requires least changes) approach to pre-configuring things on storage; it's also tried and tested. If you want to do something different and resize the existing partition it's not an invalid/wrong approach, but we're not going to be able to provide lots more guidance as it's simply not how we do things today.
-
-
^ that page describes how to fiddle with the resolutions available in Kodi.
-
No, we do not support your torrent based content
streamingstealing engine. -
Our master branch (future LE 9.0) includes support for 32-bit devices using GRUB as testing with 32-bit syslinux gave patchy results.
see: added EFI 32bit support via GRUB2 by maideii · Pull Request #2061 · LibreELEC/LibreELEC.tv · GitHub
-
Our 3.10 kernel has been hacked enough to make HDMI and S/PDIF work properly but analogue audio was not a priority. There are no plans to go back and fix that among any of the staff devs. Community contributions are welcome.