Not supported because the 3.10 kernel is too old to support Docker.
Posts by chewitt
-
-
Here's a quick update on the "xz" issues that are being widely reported at the moment (CVE-2024-3094).
- LE12-beta1 and LE12 nightly images since January 27 2024 contain problem xz versions (5.6.0 and 5.6.1)
- We have already reverted to an older non-problem version (5.4.6) in our master branch
- We are investigating complete removal of xz binaries (reverting to xz from busybox)
- We have tested the LE12-beta1 release using exploit signatures. These show WE ARE NOT VULNERABLE.
Staff are working on a beta2 release and this will ship soon, but as we are not vulnerable we are not going to rush the release. If the situation changes due to new information we will (re)evaluate our response and adapt as necessary.
Please go back to enjoying your weekend
-
I will have a chat with chewitt and ascertain what hardware he has and what to send him and see what is available. I know that he was responsible for upstreaming DTS support for Vero 4K + to the kernel.
I don't have any Vero boxes in my collection. Existing support for 4K+ (upstream) and 4K (not-yet-upstream) was developed through educated guesswork from me and testing from frakkin64
-
Older Apple hardware often pays lip-service to EFI specs and might refuse to work with syslinux. Unless you fancy experimenting with tools like "rEFInd" (a great tool but sometimes hard to understand) the easiest option will be to experiment with a recent Ubuntu LiveUSB to see if that boots. If it does; the version of grub Ubuntu is using on the LiveUSB can can be installed to our boot USB (replacing/overwriting syslinux). You may need to create grub boot config/menu files.
Two further comments:
a) Laptops are not and never have been target hardware for LE, and Apple laptops full of quirks are no exception.
b) LE isn't going to magically add capabilities or performance improvements over the native macOS Kodi app.
-
Code
rm -rf /storage/.kodi/addons/inputstream.* rm -rf /storage/.kodi/addons/packages/inputstream.* rm -rf /storage/.kodi/cdm
M-Reimer Those commands ^ should remove all traces of inputstream and related widevine files. You should be able to reinstall inputstream add-ons from the LE repo and then let the widevine files be downloaded/unpacked again.
-
Also note that we have a virtual image (OVA) that runs in vmware Workstation/Fusion or Oracle VirtualBox; which can make running LE on something fast(er) and more local/portable easier than using a real board/box device.
-
There must be a better way.
Clone the skin files to /storage/.kodi/addons/skin.myskin and edit the addon.xml to define a new/different skin name so there is no name clash. Restart Kodi for it to see the 'new' skin as something installed but disabled. Enable the skin. You can now edit the files in-situ using nano. You can reload the skin using a keyboard command (if one is attached) or use a kodi-send command to reload if editing 'remotely' over SSH (can't remember the command, Google will find it for you).
-
-
On what LE version? - Logs? - Sample file?
-
It seems like that the Host i.e Host = 185.210.30.121 in the example tutoral, cannot be a DDNS name. How come?
You're configurating a network interface not an application. NICs route traffic based on IP data and you're basically defining a static IP route to the other end of the tunnel. If you want to handle DDNS hostnames you need something at application level to resolve the hostname to an IP and update the WireGuard config. ConnMan watches the config files; I'm not sure if it can adjust the tunnel routing while the connection is active or it needs to stop/restart the connection first (should be simple to test though).
-
-
VNC works well on LibreElec
I'll disagree with the statement. There is no current VNC support (or support coming) for devices that use GBM graphics; which is basically everything these days except for the Generic Legacy (X11) image or very old (LE9.x) images.
-
If swapping newer KERNEL/SYSTEM to older SD card works the issue is related to u-boot which is installed to the SD card, and the card has an old version; a newly created card has a newer (non-working) version.
jernej ?
-
karotrape Can you please test https://chewitt.libreelec.tv/testing/LibreE…droid-c2.img.gz to see if the DAC works now? - I've partially reverted a change related to USB init on the C2 that might responsible.
-
How about bwm-ng?
Also in the same tools package.
-
I'd be surprised if it was a power issue as USB DACs don't normally draw much current and it worked on older LE releases. If you see the LE splash on-screen with cold boot the issue is something in the kernel (as we booted that far). If you're not seeing the LE splash on screen during cold boot (or nothing on screen, HDMI should work) the problem involves u-boot and that's going to need UART output to see what's happening.
For the sake of asking, what DAC are you using?
-
krisrok also update to the LE12 beta: newer everything might fix the issue, and if not, then you're on the release that will can receive fixes as there will be no more LE11 releases.
-
it uses Realtek 8812au chipset and LibreELEC doesn't support drivers for this
Explain this then: https://github.com/LibreELEC/Libr…12AU/package.mk
Run "pastekodi" then "lsusb -tv | paste" with the T4U attachd and share the URL's generated. If the driver isn't probing/loading the USB device ID's are probably missing or there's some other explanation.