Posts by chewitt

    Google (AI) tells me that Freely's IPTV services are not DRM encryptied, but I'm not able to find any information online (from a brief search) about how you would configure something. Everything talks about "using your Freely equipped TV" and that appears to be based on an app (OpApp) embedded in the TV's OS rather than accessing from something else.

    noggin Can you share any light on what might be possible?

    Maybe its something because of newer libdvdcss versions coming with LE12 that breaks compatibility

    I think that's unlikely, but it's easy to test with older LE official releases and/or nightly LE12 images with older versions installed.

    IMHO it's more likely that the old drive needs lens cleaning or replacement. I have a couple of really old (and really slow) SCSI cdrom drives that were clearly built to last that still work great despite being around on the planet longer than my teenage daughter, while anything newer (and faster) with an IDE/SATA connector seems to last a couple of years before dying for no explicable reason.

    I'm still using the original 'Amazon essentials' micro-HDMI to full size HDMI cable the RPi devs shipped out with the original RPi4 pre-production samples and it's never given problems. I prefer that to using adapters, and we do see occsasional issues from users with adapters being reported.

    No harm in testing a different HDMI source too, but there's nothing exotic about the RPi board's HDMI output, so I wouldn't expect that to show any change.

    It's possible and has been done. It's not something we formally support though, so there's (intentionally) no written guides on the process. Note that LE supports Docker (via an add-on) so if the goal is to run a bunch of other apps on the same hardware, perhaps investigate using containerised apps rather than using Proxmox.

    There is no details how to connect video on a specific HDMI

    On LE, Kodi does not run under a desktop/windowing environment so display selection is not possible. Instead Kodi will output on the display connector that probed first, and because hardware probe order cannot normally be guaranteed it is not possible to pre-determine which connector will be used.

    On a general purpose Linux distro with a desktop/windowing environment you can move the Kodi app window to a specific display and the OS will (or should) remember this, and Kodi will allow you to select a specific display for full-screen output.

    In both cases you should be able to select a persistent audio output device in Kodi settings.

    It will not be possible to run released versions of LE11 because the latest hardware (and CPU stepping) requires mesa changes that do not exist in the embedded version of mesa. There are also boot firmware changes required, although that's less complicated as files from newer releases can be literally drag/dropped on the older SD card. I can't comment on whether newer mesa is a simple or complicated. Changing the package in the buildsystem is simple, but whether it then compiles or fails on other dependencies is the $64,000 question. There is no HOWTO guide or writeup on doing that kind of thing, and I doubt project staff will leap to volunteer at spoon-feeding instructions.

    Why LE11? .. I can't think of any good reason not to use something newer /shrug

    RPiOS and LE use identical firmware, config, and kernels. If it works in one it should work in the other.

    Have you tried hdmi_force_hotplug=1 ? - I'm not 100% sure this is still supported in Pi firmware but worth a shot.

    If the device is not showing up with "lsusb" then the device is either not connected, not connected via USB, or perhaps has not been powered up (might need something toggled during boot or a dedicated regulator to be described) as the output of the command is a raw read of the devices attached to the USB bus and there is no need for anything to be "supported" with drivers etc.

    NB: device-tree will only describe the connectivity for the USB hub/ports, there's no need to describe attached USB devices because once ports are probed/discovered anything attached to them will be probed and have supported drivers loaded automatically (as it's USB). Asmedia chips are normally supported by the generic "CONFIG_USB_UAS" driver which is enabled by default in LE images; and I would assume in ilmich images too.

    Pastebin the dumped device-tree file, someone else might see something in it.

    If the WiFi/BT module in your box is QCA9377 (as with that user) the device-tree file you are using either describes a Broadcom SDIO module and neither WiFi or BT will work, or this patch is applied: with https://patchwork.kernel.org/project/linux-…[email protected]/ and WiFi will work, but the BT module is connected via serial UART connection; and since Broadcom and QCA9377 modules run at different speeds etc. this will not work unless the device-tree file correctly describes how it is connected.

    I have zero knowledge on Batocera and will not be building custom Batocera images to guess at fixes, so you need to go report the issue to Batocera developers via their forum and follow their guidance.

    1. Raspberry Pi 5 boards are a small and well supported device for LE use.

    2. I've never heard of Kodi being sideloaded on Roku things (but then I don't have any interest in Roku so..)

    3. Android HDMI sticks are popular for running Kodi, if you like or can tolerate Android.

    4. Android smart TV's are smart as long the the OS is maintained (sometimes yes, sometimes no).

    5. You can run Kodi natively on modern WebOS (LG) TV's now, although it requires some developer mode hacking.

    This forum is going to be rather limited to LE oriented ideas and opinions though. The more popular home for "best thing for Kodi" type threads is the the Kodi forum.

    Has anything changed since le 11? Because there is no dtb folder in there, just one named amlogic

    The dtb folder was renamed to amlogic to align with upstream u-boot conventions. Hence when you switch from an invalid path to the dtb file (dtb) to a valid path (amlogic) the device booted. The update process knows about both locations so it doesn't matter whether you have an old style (dtb) or newer style (amlogic) filesystem layout, the update will be successful.

    it booted... after like 2-3 minutes of being "stuck" in the le and kodi splash screens!

    Most likely performing a DB upgrade.

    So what do I do now?

    Your conversaton has wandered all over the place so i've lost track of what you were trying to do (sounds like you forgot too)