Please create a debug log. And add DEBUG=1 to /storage/.config/kodi.log
Posts by mglae
-
-
Assuming Generic: boot LE installer and press <Alt>-F3
-
It's another Intel Gen3 GPU like in this thread. Intel GMA 950 Graphics, chip set Lakeport 950G.
Gen3 GPUs are now supported from Mesa's Gallium i915 driver and there seem to be something missing or a bug.
The driver classic/i965 used in LE10 was dropped in Mesa 22.
Just for information: my Gen4 GMA 4500MHD using Mesa Crocus is working.
zehner J4105 is Gemini Lake. The issue should be something else.
-
Does windows read ext4?
No. Fat32 and exfat may be a compromise for exchange.
-
so the solution would be to offload the content and create a new volume with ext4?
Yes, this should result in better experience.
-
Mario77 In LE11 the NTFS driver changed from user space ntfs-3g to in kernel ntfs3. The behavior may be different.
General recommendation: use NTFS for Windows only and native file systems like ext4 for Linux.
-
-
-
Would this solution be a major task to implement in LE11
It is your decision with which additional parameters you boot your kernel .
With snd-usb-audio being a kernel module in LE you even can put the parameter into a file in /storage/.config/modprobe.d
-
ajbathe A symlink is not needed. Set Environment=CONFIGURATION_DIRECTORY=/storage/.config/iwd with a systemd drop in file for iwd.
-
There is already a fix in Kodi 20.1:
[dllwrapper] wrap dll_stat64 and dll_fstat64 by vpeter4 · Pull Request #22682 · xbmc/xbmcDescription stat64() and fstat64() are referenced from built libdvdnav-arm.so. Adding __wrap_stat64() and _wrap_fstat64() to wrapper.c. Motivation and context…github.com[dllwrapper] wrap dll_stat64 and dll_fstat64 by vpeter4 · Pull Request #22682 · xbmc/xbmcDescription stat64() and fstat64() are referenced from built libdvdnav-arm.so. Adding __wrap_stat64() and _wrap_fstat64() to wrapper.c. Motivation and context…github.comTry the latest RPI4 LE11 nightly: https://test.libreelec.tv/11.0/RPi/RPi4/…-13d3f9f.img.gz
-
-
Working video because of different hardware and different mesa driver.
-
This thread is about N455 Pineview, the other thread about Z3735F Bay Trail.
Please don't mix the removed classic/i915 mesa driver with drivers of other components named i915, especially the i915 kernel driver.
-
There is no complain about video in the thread so I expect it to be working.
-
This thread shows finally a successful installation of 11.0.0 on an Intel Atom Z3735F.
For a test create an installation stick of Generic or Generic-Legacy and boot into run mode. The installation will not be touched.
-
Usually a Z3735F Bay Trail is using a 32bit EFI BIOS. You have to edit grub.cfg in this case.
-
Any idea how we can debug that more deeply?
First enable Persistent Logging in LibreELEC Setting Addon's service tab to avoid journal wrap.
To enable connman's debug logging for iwd and wpa_supplicant create with path:
Code: /storage/.config/systemd/connman.service.d/debug.conf[Service] Environment=CONNMAN_DEBUG=--debug=../plugins/iwd.c Environment=CONNMAN_SUPPLICANT_DEBUG=1
And reboot.
Use only --debug to enable all connman debug messages. There are other environment variables that can be set.
You may find it convenient to attach a keyboard and use the tools.gbmshell addon for network configuration.