jgregg You can use that tar file to update from SSH:
Posts by Da Flex
-
-
You have the Trakt add-on installed. There is a chance that Trakt is blocking your file transfer due to Trakt synchronization.
Disable Trakt for a test.
-
fliz You're right, the PSU is fine.
I think it's a problem with wrong RPi firmware (unknown/new hardware revision on RPi5):
CodeMar 24 02:45:55.807760 LibreELEC kernel: rp1-pio 1f00178000.pio: error -ENOENT: failed to contact RP1 firmware Mar 24 02:45:55.807790 LibreELEC kernel: rp1-pio: probe of 1f00178000.pio failed with error -2 ... Mar 24 02:45:55.817716 LibreELEC kernel: rp1-firmware: probe of rp1_firmware failed with error -110
Try the latest LE 13 nightly.
-
Use JSON-RPC or kodi-send.
ThreadSend text to kodi
I am running latest stable version of LibreElec, sending text to Kodi does not work from the web interface or by using Kore remote.
I have also tried running this command:
curl -v -X POST -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"Input.SendText","params":{"text":"<text to send>","done":false},"id":1}' http://<host>:<port>/jsonrpc
it says it sent ok, but nothing is displayed?tb404October 29, 2019 at 8:53 PM -
force_eeprom_read=0
dtoverlay=hifiberry-digiThose two lines should do it. Try latest LE 13 nightly (download section).
-
Could be an undervoltage issue. Post a log to be sure.
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 -
The configuration concept of LE is to have default files for settings. They are read-only. To edit one of them, you have to create another file on a different location. That file will then overwrite the settings of the default file.
In your case, create a /storage/.kodi/userdata/advancedsettings.xml file.
-
Better ask at Kodi forum. LE devs are not responsible for this code.
-
If "reboot" command works from SSH, then it's probably just a configuration issue.
-
If I grab a modern pci-e card is it likely to just work?
If it's too modern, then it might fails. Something like Intel AX200 should work:
https://www.intel.com/content/www/us/en/support/articles/000005511/wireless.html#primary-content
-
We don't have a whitelist for WiFi dongles. If a WiFi dongle works on other Linux distributions, then our devs often find a way to import the driver.
So if you want to spend more time, try the dongle on other Linux OS, like Ubuntu.
If you want to buy something new, get an Ethernet-to-WiFi adapter. The Ethernet driver is universal, and just works.
-
Looking over the code, I do not think those settings should have an impact. Visualizations are essentially a secondary sink at a fixed 44.1khz, with the audio buffer being resampled if required.
I think you're right. After looking at x86-64 and RPi crash logs again, both have segmentation faults:
CodeCore was generated by `/usr/lib/kodi/kodi.bin --standalone -fs --audio-backend=alsa+pulseaudio'. Program terminated with signal SIGSEGV, Segmentation fault.
So probably the memory stack of the audio was corrupted by bad MP3, and later GUI sounds lead to a crash on RPi.
-
If i disable crossfade my Kodi does not crash immediately on end of crashsong but if i press some keys after it played and navigate e.g. to main menu then Kodi crashes and restarts.
And that i can reproduce on my x86 AND on Raspy3 V2.Please post the crash log from RPi. What's your audio output device?
-
Since nobody can reproduce the issue, smf007 is maybe on the right track.
-
When something complex just works on LE, then it's truly a miracle.
Yes, Anynet+ is HDMI-CEC, and commands go from TV to RPi.
-
That log isn't helpful.
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 -
There is a chance that this sound card works now:
ThreadXonar U7 MKII Analog Multichannel (LibreELEC 10.0 (RPI 4))
Hi everyone,
I can't solve the following problem:
my usb sound card (Xonar U7 MKII) plays multichannel content without issue, but only through aplay
(Code, 6 lines)
, not through Kodi. I have tried different combinations of settings.
Editing asound.conf gives no results too.
Sorry for my bad english.
LOG: ...gena_bbxNovember 13, 2021 at 6:20 PM -
valdan Please test LE version 9.2.8 on RPi3B+. If I remember correctly, that version is working.