Which audio format / codec do you play? I don't see it in the link.
Posts by Da Flex
-
-
Funny issue, I never heard about that. Like a broken vinyl record.

Playback is a read-only process, so LE can't be the cause. I think your USB drive has reached end-of-life.
-
-
-
I wonder if I should simply install again LE11, which was working fine.
Yes please. If it's not working with the old setup anymore, then I bet on the HDMI cables (see above).
-
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 -
Thank you. Same issue, I used the latest “daily”. I presume that is correct (and my 2gb is now working)?
We mark our builds as "stable" or "nightly". You need latest "nightly" for RPi5 2GB:
-
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 -
I would first try exFAT, and if it doesn't work reliable, get a Synology NAS to share the HDD.
-
The preferred file system for your HDD is EXT4 on LE / Linux. Unfortunately Windows can't read it.
So if you also need Windows access, format the HDD as exFAT.
Try one of those file systems, and hopefully the HDD will be detected every time.
-
Maybe wrong EDID. Try getedid create on SSH, and reboot.
-
LE has problems with HDD and SSD:
CodeSep 30 16:09:05.135462 LibreELEC udevil[1139]: mount: /var/media/sda1-ata-WDC_WD10EZEX-00B: wrong fs type, bad option, bad superblock on /dev/sda1, missing codepage or helper program, or other error. ... Sep 30 16:09:06.094721 LibreELEC udevil[1140]: mount: /var/media/Új kötet: wrong fs type, bad option, bad superblock on /dev/nvme0n1p5, missing codepage or helper program, or other error. Sep 30 16:09:06.094721 LibreELEC udevil[1140]: dmesg(1) may have more information after failed mount system call. Sep 30 16:09:06.094982 LibreELEC kernel: ntfs3: nvme0n1p5: volume is dirty and "force" flag is not set! Sep 30 16:09:06.112361 LibreELEC udevil[1138]: mount: /var/media/nvme0n1p3-nvme-Patriot_M.2_P30: wrong fs type, bad option, bad superblock on /dev/nvme0n1p3, missing codepage or helper program, or other error. ... Sep 30 16:09:09.768228 LibreELEC kernel: iwd[681]: segfault at d ip 00000000004a4977 sp 00007ffdb7c30828 error 4 in iwd[400000+12d000] likely on CPU 10 (core 5, socket 0)Make sure your firmware is up-to-date. Since you also have Windows installed, it should be easy to update all drivers.
-
After coming back from standby, you get exactly two errors:
Code2024-10-01 16:04:24.150 T:1564 error <general>: SETTINGS: dbus_error_handler # DBusError('net.connman.Error.Failed -- Input/output error')Code2024-10-01 16:04:38.421 T:1193 debug <general>: CServiceAddonManager: stopping service.upnext. 2024-10-01 16:04:38.421 T:1193 debug <general>: CPythonInvoker(9, /storage/.kodi/addons/service.upnext/resources/lib/service_entry.py): trigger Monitor abort request 2024-10-01 16:04:38.421 T:1228 debug <general>: Thread LanguageInvoker 140601852946112 terminating 2024-10-01 16:04:38.421 T:1230 debug <CAddonSettings[[email protected]]>: trying to load setting definitions from old format... 2024-10-01 16:04:38.421 T:1230 debug <general>: [service.upnext] UpNextMonitor -> Service stopped 2024-10-01 16:04:38.421 T:1230 debug <general>: CPythonInvoker(9, /storage/.kodi/addons/service.upnext/resources/lib/service_entry.py): script successfully run 2024-10-01 16:04:38.421 T:1230 debug <general>: onExecutionDone(9, /storage/.kodi/addons/service.upnext/resources/lib/service_entry.py) 2024-10-01 16:04:38.422 T:1230 error <general>: EXCEPTION: No valid addon id could be obtained. None was passed and the script wasn't executed in a normal Kodi manner.You can uninstall or deactivate the "Up Next" add-on to rule out the latter error as the cause of the issue.
I guess the first error is the culprit. I think your network adapter has a standby mode, which isn't fully supported by the Linux kernel. If you want to invest the time, dig deeper, and find network adapter specs, as well as current Linux driver state.
My suggestion is not to use standby mode at your current hardware. Maybe a screensaver is good enough.
-
Maybe not enough RAM for current setup. Try a swap file:
Thread[How to] Enable swapfile on LibreELEC
From @escalade in Remix
By default LibreELEC does not have a swapfile.
You can enable a swapfile by:
cp /etc/swap.conf /storage/.config
then edit it and change
SWAP_ENABLED="no" to SWAP_ENABLED="yes".
SWAPFILESIZE="128" to your required swapfile size - normally 4 x RAM but RAM should be enough for a normal LE system.
When you reboot, a swapfile the size of SWAPFILESIZE is generated in /storage/.config/swapfile.
IridiumApril 14, 2019 at 6:09 PM -
Try the default skin.
Code
Display More2024-09-28 17:21:36.685 T:1003 info <general>: load skin from: /storage/.kodi/addons/skin.copacetic/ (version: 2.6.1) 2024-09-28 17:21:36.686 T:1003 info <general>: load fonts for skin... 2024-09-28 17:21:36.689 T:1003 info <general>: Loading skin includes from /storage/.kodi/addons/skin.copacetic/16x9/Includes.xml 2024-09-28 17:21:36.771 T:1003 info <general>: Error loading include file /storage/.kodi/addons/skin.copacetic/16x9/script-skinshortcuts-includes.xml: Failed to open file (row: 0, col: 0) 2024-09-28 17:21:36.808 T:1003 info <general>: LoadFontsFromFile: Loading <fontset> with name 'Default' from '/storage/.kodi/addons/skin.copacetic/16x9/Font.xml' 2024-09-28 17:21:36.814 T:1003 info <general>: LoadTimers: Trying to load skin timers from /storage/.kodi/addons/skin.copacetic/16x9/Timers.xml 2024-09-28 17:21:36.816 T:1003 info <general>: load new skin... 2024-09-28 17:21:36.816 T:1003 info <general>: Loading custom window XMLs from skin path /storage/.kodi/addons/skin.copacetic/16x9 ... 2024-09-28 17:21:47.698 T:1003 warning <general>: Skin has invalid include: skinshortcuts-mainmenu 2024-09-28 17:21:47.711 T:3118 error <general>: GetDirectory - Error getting include 2024-09-28 17:21:47.742 T:1003 info <general>: Unloaded skinIn case it doesn't work, upload kodi.old.log after reboot, and post the resulting URL:
- cd .kodi/temp
- cat kodi.old.log | pastebinit
-
I guess you're on your own. Read here:
ThreadCreating a DTB device tree for new devices
Hi,
Does anybody have instructions as to how to create a new DTB device tree file, for new devices, such as the x96Q etc?HendogUKOctober 6, 2021 at 7:36 PM -
Can I submit the log again, this time with the replaced hard drive?
Sure.
-