Try gpu_mem=128 at config_txt. Because you have the 4GB RAM version, this shouldn't cause any trouble.
Posts by Da Flex
-
-
We should dig deeper then. Activate debug logging and reproduce the issue by copying a file:
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 -
-
2. Stream 4k netflix with atmos soundtracks using the netflix plugin in kodi
Netflix can play FullHD on RPi 4, but the add-on is updated very often. I suggest to search / ask at the Kodi forum for latest features. Netflix add-on developers are on that forum, not here.
-
Then you could be right. Try to write custom shutdown / poweroff scripts containing:
- umount your USB drive
- sleep for some time
- call the systems shutdown / poweroff
-
Thanks. It's not related to LE's mounting process. Your SQLite database seems to be broken:
-
Please use the Kodi forum to ask for Wiki corrections. We have our own Wiki.
-
Netflix can play HD on RPi 4: Click!
-
If you don't use it yet, try a nightly.
-
First rule out a hardware issue by running Raspberry Pi OS on a different microSD.
-
-
You get such pops on nearly all PC's with analog audio. I think you need additional hardware to solve 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 -
Code
Feb 16 10:21:03.875429 LibreELEC sh[955]: File "/storage/.config/argononed.py", line 4, in <module> Feb 16 10:21:03.876556 LibreELEC sh[955]: import smbus Feb 16 10:21:03.876556 LibreELEC sh[955]: ModuleNotFoundError: No module named 'smbus'Please disable the Argon One demon for testing. The segmentation fault errors don't appear on your latest log.
-
-
frakkin64 Thanks, I'm using RPi 3 stable, so I was just guessing. Let's see that log.
-
Kernel params are inside /flash/cmdline.txt. Edit the file the same way like /flash/config.txt. I have none of the params before "boot=UUID...", so I would simply delete those params. More about kernel params for syntax verification: Click!