Posts by chewitt

    That warning is harmless and irrelevant because LE only uses pulseaudio for BT connections and everything else is native alsa. HDMI cardsnormaly have several card presentations to the OS including an analogue one; which will never support pass-through. Put Kodi in debug mode, restart, than "pastekodi" the entire logfile and share the URL; little snippets are rarely useful.

    AIUI there are reports that h.264 2160p content encoded at the kind of bitrates used for web-based content are decoding in software - at least at 2160p24 level. 1080p h.264/VC-1/AV1 all software decodes OK too I believe.

    Correct. I struggle to find 4K H264 materials, but what I've accumulated over time plays fine and users are welcome to share 30 second clips of specific media for us to experiment with if they like.

    I guess you have to downgrade LE to get the right NVIDIA driver: Click!

    You can ignore that. It's just default log spam when the Xorg and driver ABI versions aren't quite aligned. If you get output (Kodi starts) things are working enough to ignore the warning.

    I'd go back to the LE10 image and run "systemd-analyze plot > /storage/boot.svg" and then export the .svg file generated and open it in a browser. It will show a graphical display of the boot process and might flag where something's hanging and/or timing out.

    The blog post statement about 58 mins from DHL delivery to first-boot of a working image was me. The family used the first-boot image for a week without noticing I swapped the normal RPi4 for the RPi5 (and then I broke something with a crypto bump and unclean builds and incurred downtime, but that was nothing to do with RPi5). The codebase was already 90% complete long before Pi devs opened up the test group to wider testing. And while there's still lots going on in the kernel, all the media and DRM bits that LE care about most have minimal change from RPi4 so things are stable. TL/DR; RPi5 already runs fine and there's no firmware drama.

    The error to mount is normally caused by the filesystem being marked/detected as "dirty" meaning it has errors. Make sure the card is unmounted cleanly in Windows (or whatever OS the SD card was created from) before removing the SD card, as that can be the cause. The 32MB /storage partition will be automatically deleted and recreated at 100% size during first-boot.

    LE has a limited number of pre-built add-ons to install things specific to LE or that are useful on a mediacentre HTPC box. If you need anything more we support Docker, which opens up lots of opportunities to run other apps/code in containers.

    I have watched several reviews this morning and every time they visit Youtube it is visibly very bad.

    RPiOS has some big plumbing changes to handle with the incoming 'Bookworm' based release and there's new code that's functional but not optimised yet. For sure running a full desktop in the background will incure a penalty over the more minimalist use LE has, but I would expect to see a regular drip-feed of improvements once the dust settles on the board launch. It's not something I'm planning to track mind..

    I've posted a basic video on YouTube here: https://youtu.be/mYP3Vkysn38. As noted in the opening starwars crawl i'm in the wrong country at the moment so don't have access to demo a broad range of media content. The video covers H264 @ 1080p and 1080i and 4K30/4K60 VP9; the later plays but drops frames whereas the lower refresh-rate 4K30 content plays fine (the 4K30 content is intentionally slo-mo style). Where I bring up codec info you can see the H264 1080p/i media is using around 20-25% CPU.

    I am sure we will see great device support from the Raspberry Pi team, it's really hard to beat the fact that you can open an issue on Github and they will address it.

    We've spotted a few regressions in the kernel and firmware in the last month or so as things have evolved. I'd guesstimate the average time from "first mention of problem" to "fix merged" is around 36h.

    Meanwhile an RK3588 fanbois in the Phoronix blog thread is telling me that RK3588 is better because (regarding kernel sources) "the community and Collabora are cleaning them up and exporting them to upstream. It's been a year and things are going well" .. which is roughly how long I've been saying "ask me again in six months" each time someone asks if LE supports RK3588.

    QED :D

    Code
    cd /storage/.kodi/addons
    wget https://github.com/glab84/plugin.audio.radio_data/archive/refs/heads/master.zip
    unzip master.zip
    mv plugin.audio.radio_data-master plugin.audio.radio_data
    systemctl restart kodi

    LibreELEC does not include git but you can download a `zip file from GitHub ^ and unpack it. Then you need to restart Kodi and navigate to the add-on and enable it.