Posts by HiassofT
-
-
As written before: try a different cable (the official one from Raspberry Pi works well) and different HDMI ports.
You need the RPi to be able to read the EDID from the TV - then Kodi will show all available resolutions / refresh rates and you'll also have audio.
Also run "vclog -m | pastebinit" and post the URL.
so long,
Hias
-
Elicity The fix for zooming HEVC videos on RPi5 is now included in the latest LE12 and LE13 nightly builds.
so long,
Hias
-
Note that fkms has long been deprecated and is not supported any longer.
Don't use it to try to workaround whatever problem you have.
Start with using the current LE13 nightly with unmodified config.txt and make sure your bootloader is up-to-date (Settings->LibreELEC->Updates, reboot after enabling the update).
If this doesn't work remove the SD card, powerup your RPi and check the "display line" of the diagnostics screen.
Next to DISP0: HDMI you should see HPD=1 and EDID=ok.
If you see HPD=0 this means the hotplug detect line isn't working which is usually caused by a broken case (esp Argon One are well known for this problem), HDMI cable or HDMI adapter or HDMI port on the TV.
Test without the case, with a different HDMI cable and a different HDMI port on your TV.
so long,
Hias
-
RPi devs managed to find the root cause of the RPi5 HEVC zooming issue and fix it.
The fix should be in LE13 nightlies soon https://github.com/LibreELEC/LibreELEC.tv/pull/9930
so long,
Hias
-
You could try running the lircd.conf through lircd2toml.py to convert it into a toml file:
then load it via ir-keytable -r (or add it to rc_maps.cfg) and check if it works.
If it doesn't work well you could use lirc on LE (yes, it's still there) - just copy the lircd.conf file to /storage/.config/lircd.conf
so long,
Hias
-
Just wanted to let devs know that nightlys after LibreELEC-Generic-legacy.x86_64-13.0-nightly-20250321-faee3d0 results in a "blank screen and no signal" again.
Looks like we need to wait for an updated nvidia driver - the current one didn't like the update to kernel 6.12.20
so long,
Hias
-
Note that development of the Netflix addon ended about 9 month ago so I wouldn't hold my breath that this or any other issues ever get fixed.
See https://github.com/CastagnaIT/plu…09381ee7756783b
so long,
Hias
-
palle_c Thanks for reporting back!
I've PR'ed the fixes, they should end up in official nightlies soon
Fix non-working nvidia driver by HiassofT · Pull Request #9876 · LibreELEC/LibreELEC.tvThe old kernel module symlink hackery caused the current nvidia driver to break, as nvidia-drm, which has a PCI device table so it will autoload, depends on…github.comso long,
Hias
-
palle_c could you please test with this image:
https://www.horus.com/~hias/tmp/libreelec/LibreELEC-Generic-legacy.x86_64-13.0-devel-20250316145302-3917e30.img.gzI've fixed a couple more issues and hope it should be fine now.
so long,
Hias
-
palle_c we'll need logs to see what's going on/wrong with your system.
ssh in, then run the following two commands and post the URLs you got:
so long,
Hias
-
The config.txt and cmdline.txt changes from the first post in this thread are correct, I just verified they work both with LE12.0.2 and the latest LE13 nightly (currently 20250311-9c980f7) on my RPi3B+.
Double-check that you are using the correct A/V cable, video is on the sleeve and ground on ring2 of the TRRS connector.
Also see eg https://www.raspberrypi-spy.co.uk/2014/07/raspbe…udiovideo-jack/ for more info on the pinout / cables.
so long,
Hias
-
The CI builds with the fix just finished, please give the latest nightly (20250311) a try and report back if it works for you, too.
so long,
Hias
-
Thanks for the report, I could reproduce the issue and contacted RPi devs.
so long,
Hias
-
It needs to be picked up by our CI and built - with a bit of luck it should be available tomorrow.
so long,
Hias
-
palle_c we had luck with our CI and it picked up the fix just in time before it ran, the nvidia issue should be fixed in the 20250309 nightly:
https://test.libreelec.tv/13.0/Generic/Generic-legacy/LibreELEC-Generic-legacy.x86_64-13.0-nightly-20250309-34ce02c.img.gzso long,
Hias
-
-
I have noticed that nightly after LibreELEC-Generic-legacy.x86_64-13.0-nightly-20250227-23a3c47.img.gz 2025-02-27 12:45 results in blank screen on after the libreelec logo boot on nvidia, no gui shows but i can access samba etc after i did the upgrade (mine anyway, i have a rtx3070 nvidia).
Thanks for the report, I could reproduce that with my RTX4060 and noticed we missed to install several files:
nvidia: install missing drm module and GSP firmware files by HiassofT · Pull Request #9852 · LibreELEC/LibreELEC.tvThis fixes the "no display" issue after the update to the 570 driver series. Runtime tested with Generic Legacy and a RTX4060 cardgithub.comThe fix should be in nightlies soon, please check again in a few days and report back if it works with your RTX3070 as well.
so long,
Hias