Could be kernel-related. Please try latest nightly build, which has newer kernel: Click!
Posts by Da Flex
-
-
What was the issue?
-
I see. The message only appears after an incomplete shutdown, so I never had this.
Please provide a full debug log.How to post a log (wiki)1. Enable debugging in Settings>System Settings>Logging2. Restart Kodi3. Replicate the problem4. Generate a log URL (do not post/upload logs to the forum)
use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link -
To my knowledge such an option doesn't exist, and there is also no need. HDMI protocol does a negotiation with the output device, and if it's just an audio device, no video will be sent.
-
So there will be tomorrow a libreelec with Kodi 19.5?

Maybe next month.
-
-
It's no accusation if you're not a pirate.
-
If you want to dig deeper, check the screening effect of the internal analogue cables. That might be the difference between both boxes.
-
We don't downsample analogue output, so it is what it is.

Read here, how to get better analogue audio by additional hardware: Click!
-
It's really a tough problem, because power-on is so hardware-specific. I remember that some Raspberry Pi users made it work with additional hardware. But on Intel out-of-the box? Nope.
-
Kodi has no power-on action ID, so that's a hardware-specific thing.
First you should check whether any remote key action will be received after shutdown (trigger a script that writes a file).
If the box still receives key action on that state, then put a wake-on-lan into the script.
If that doesn't work, replace your RC by a smart phone / tablet with a Kodi remote app (Yatse). This should work with wake-on-lan.
-
RF dongle located in one of the two battery compartments located on the keyboard side.
Is the main device able to receive data from that dongle? It's probably in stand-by mode, but does it accept wake-up calls?
-
How do you receive IR data, when it was switched off? Please research on stand-by and wake-up options for the device.
-
We don't support this hardware officially due to the lack of RAM. However, this thread might help you out.
-
Yes, you can do this by creating a key map.
-
Please edit your post, and translate into English. That will increase your chance to get an answer, and forum rules also suggest it.
-
After I got to install, it does not work on my system. I began to debug, and got caught up in this libreleec bash prompt does not have any linux commands I am used to, simply apt-get and sudo commands are not there, so I am lost without a standard command set.
LE has no sudo, because you're already root user after SSH login. Also no apt-get, because LE only uses add-ons for packages.
Workaround
Take a spare microSD, and install RPiOS (which has sudo / apt-get) with Kodi: Click!
Install an ALSA EQ (Raspbian is outdated, but instructions hopefully also work on RPiOS): Click!
If everything works, you can autostart Kodi on RPiOS, and try a similar approach on your Intel system (Ubuntu & Kodi).
-
I see. So alsaequal would be the right choice for LE, but it's not available as an add-on.