Posts by HiassofT

    Sorry if I don't agree with you. SSH, SFTP, and VNC are the three must-have tools for handling an unattended remote device. The inability to use VNC is a major reason not to buy a device.

    I'm not saying VNC isn't useful but the simple fact is that there doesn't exist a VNC server for the currently used graphics stack - it has to be written first.

    so long,

    Hias

    Which LibreELEC version are you using?

    On LE10beta 4kp60 output isn't implemented yet (it's currently being worked on).

    LE 9.2.6 supports 4kp60 if you add hdmi_enable_4kp60=1 to config.txt and enable "ultra hdmi deep colour" (or some similarly named option) for the HDMI port in you TV's settings.

    The GPU in RPi4 is a bit underpowered for 4k rendering therefore GUI resolution is limited to HD. You can disable the limit in settings->system->display (you need to switch level to expert to see it) but then GUI navigation will be quite slow - I wouldn't recommend doing that.

    Actually it's best to change the display resolution to HD (in general your TV will do better HD->4k upscaling than kodi/rpi) and enable 4k modes for video playback in the whitelist.

    so long,

    Hias

    I haven't used the Netflix addon for ages, but back then when I did IIRC it worked just fine with hyperion so I couldn't reproduce the issues so not quite sure what caused that. ISTR adjusting the grabber resolution (to 512x512 or sth like that) fixed that - just use the forum search function and you should find tons of info about that.

    so long,

    Hias

    Ah, and I probably should add that it's very likely you'll have the same screen blanking issues at 4k output with the LE hyperion addon - these are general issues of the screen grabber used by hyperion.


    so long,

    Hias

    Sorry, no idea.

    The RPiOS showed the same bandwidth error in dmesg so it'z puzzling why it would work on RPiOS but not LibreELEC.

    Might be worth checking if Kodi on RPiOS shows the same issue (but IIRC there are only older Kodi 18 versions available for RPiOS).

    Or you could try the latest LibreELEC nightly, it enables USB autosuspend (which was accidentally disabled before).

    If you use a current nightly build and have a 4k TV you probably need to add "force_turbo=1" to config.txt as the latest RPi kernel introduced an issue with 4k output that can lead to "no signal" on TV (we are currently waiting for a fix for that).

    so long,

    Hias

    I'm netbooting my RPi4 and have a serial console attached.

    With systemd.debug_shell enabled and kernel.sysrq=1 set in sysctl chances are quite good I can reboot the RPi4 (either with "reboot" in the serial console shell or with sysrq/break-b) unless it's locked up really hard - in which case I just pull the plug.

    so long,

    Hias

    Ìt's not exactly the same, at least "gpu" parameter is missing at RPi 4 and "help" does not work.`

    Yea, "gpu" wouldn't make much sense on RPi :) help output should probably be extended a bit.

    getedid on Generic/x86 also doesn't support multiple HDMI ports / edid, and the RPi version automatically removes any previous edid settings when you use "create" (so running "getedid delete" is not needed if something changes).

    so long,

    Hias

    Thanks for the log!

    LE 9.2 dmesg shows the same USB bandwidth issue as LE 10, the reason you get sound on LE 9.2 is that kodi falls back from the SPDIF to the Analog USB device (LE 10 fell back to HDMI).

    It's very puzzling why this would only fail on LE but not on RPiOS. I checked our kernel configs and couldn't spot any difference in the relevant USB/audio parts... I also did a quick test with my PCM2704 USB audio card (which supports 48kHz on Analog and 32-48kHz on SPDIF) and 44.1kHz via SPDIF worked just fine on LE 10.

    Can you post the output of "lsmod" on LE, and also dmesg and lsmod output on RPiOS?

    so long,

    Hias