IIRR the NTP servers in the Network tab are only used as fallback servers. But any network connection can be configured individually and the NTP setting will override the DHCP.
Posts by mglae
-
-
For the records: it is not my tutorial, I never used a M72e.
-
-
First a few notes of things that may confuse you:
a) The LE image is able to boot on UEFI and old legacy only systems. A "good" modern UEFI firmware refuse to boot such a disk in Compatibility Support Module (CSM) .
b) The installation was successful. When booting Debian the EFI System Partition (ESP) is suppressed and you only see the empty STORAGE partition.
c) LE installation on HD rely on auto booting "\EFI\BOOT\bootx64.efi" but according to the UEFI standard this is only optional.
For a fix see my old post.
Edit: Just noticed the notebook is a M72e. That is more worse, you have to follow the original tutorial.
PS: to create some pressure I'm announcing a matching installer PR.
-
-
ext4 with 32bit feature and 1024 bytes block size support up to 4TiB file systems.
There are issues with resize2fs, see this PR (only in nightlys).
Please execute paste /flash/fs-resize.log and post the URL for verification.
-
Likely a kernel issue on the older CPU or chip set.
Try latest LE12 and LE13 Generic-legacy from https://test.libreelec.tv/ to test more recent kernels.
-
Is this documented somewhere or is this a brand new patch you just created?
I needed it some time ago but never created a PR.
-
A LE11 kodi+ DEBUG build require a kodi patch:
Code: packages/mediacenter/kodi/patches/kodi-300.11-find_crossguid-dbg.patch
Display MoreSubject: [PATCH] FindCrossGUID.cmake; find crossguid-dbg --- cmake/modules/FindCrossGUID.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/FindCrossGUID.cmake b/cmake/modules/FindCrossGUID.cmake index d68948a9e0..82d0e2005d 100644 --- a/cmake/modules/FindCrossGUID.cmake +++ b/cmake/modules/FindCrossGUID.cmake @@ -55,7 +55,7 @@ else() else() find_path(CROSSGUID_INCLUDE_DIR NAMES crossguid/guid.hpp guid.h) find_library(CROSSGUID_LIBRARY_RELEASE NAMES crossguid) - find_library(CROSSGUID_LIBRARY_DEBUG NAMES crossguidd) + find_library(CROSSGUID_LIBRARY_DEBUG NAMES crossguidd crossguid-dgb) endif() endif() -- 2.35.3
-
Thanks for your effort, but no Kodi Debug Log and iwd is spamming the journal.
-
There seem to be a matching PR: https://github.com/xbmc/xbmc/pull/25460
-
Great.
Please post a final log for my education.
-
Both logs are looking good. You are getting additional modes when directly connected to the TV, e.g. 1080p 50/60Hz.
You can try LE12 Generic-legacy with the X11 graphics stack or LE13 nightly with a more recent kernel and mesa.
They can be tested from USB stick using boot mode run but you always have to add the video=eDP-1:d parameter to avoid the notebook cloning mode.
-
When having garbled video it is always worth testing with a different HDMI cable and/or without the AVR.
Please always post a kodi debug log. You can hide the debug OSD with:
-
-
a) I'm not too familiar here, it sounds like you're asking to have this section removed correct?
Just do getedid delete. Afterwards correct the eDP-1 parameter to video=eDP-1:d (unfortunately I have not "seen" this before).
-
A few thoughts:
a) As long you are testing remove the getedid config from your append line. You will never see a change in resolutions with this static config. But keep disabling eDP-1.
b) IWD is spamming the journal. In worst case disable WIFI before reboot to create a meaningful boot log.
c) Activate debug logging in Kodi (before reboot too).
-