Posts by Da Flex
-
-
i suppose this will be the case also for raspberry pi4 or 5, if one wants to use Kodi/Libreleec instead of Android.
Yes. If you need higher resolutions, get an Nvidia Shield or Amazon Fire device. Kodi runs as an app there.
-
-
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 -
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 -
Gremlins feel at home in Argon ONE cases (bad soldering points)
. Just search for "Argon ONE" in our forum. -
Yep, we had a couple of Argon ONE issues during the last years. In short: If the issue persists, try without case.
-
PS: I don't think the WISA driver was made for private use. They sell licenses and the SDK to TV developers etc.
-
Do you have "Sync playback to display" activated at video settings? If yes, disable it.
Code2024-05-31 16:17:23.086 T:2183 debug <general>: CVideoReferenceClock: detected 1 vblanks, missed 2, refreshrate might have changed 2024-05-31 16:17:27.686 T:1084 info <general>: Skipped 1 duplicate messages.. 2024-05-31 16:17:27.686 T:1084 warning <general>: ActiveAE - large audio sync error: -89434.192416 2024-05-31 16:17:27.686 T:1084 warning <general>: ActiveAE - large audio sync error: -89434.941712 -
You don't have an undervoltage warning in the log, so I don't think that's it. Your log is incomplete. Use our log server instead.
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 -
No. WISA is not supported, and you would also run into latency issues on RPi5.
Get an Intel NUC, install low-latency Ubuntu, compile the WISA driver, and autostart Kodi. Not possible on RPi5.
-
This is an exotic HAT, so we don't have any proof here on the forum. Just give it a shot.

-
Sorry, I was wrong. Use mount instead of ln -s. Create a folder for each mount, too.
Bash#!/bin/sh ( mkdir /var/media/<YOUR_PREFERRED_PATITION_NAME> mount /dev/disk/by-uuid/<YOUR_PARTITION_ID> /var/media/<YOUR_PREFERRED_PATITION_NAME> ) &To my knowledge, LE will always add external disk partitions to /var/media, so you eventually get them twice.
-
You only get to that file with root privileges. If you need top-level security, you have to learn a lot.
-
-
Use /dev/disk/by-uuid/<YOUR_DRIVE_ID> instead.
-
-
Your Windows PC can only read the VFAT partition of the microSD. However, you want to copy the .kodi folder to USB, which is at the EXT4 partition.
To read and copy EXT4 content, create a bootable Ubuntu stick:
https://ubuntu.com/tutorials/try-ubuntu-before-you-install#1-getting-started