Posts by chewitt

    If you follow the recommendations in the wiki, the desktop is set to 1080p and Kodi scales media under 1080p to 1080p (easily done, and Kodi handles this well) and the TV scales 1080p to the native 4K panel resolution. If you play 4K media Kodi will switch to 4K for playback and the TV has nothing to do.

    NB: 3840 x 2160 modes should be used not 4096 x 2160, as these are better aligned to media dimensions. The 4096 modes will often result in black bars being visible.

    I'm not sure that makes much sense. The TV HAT is designed for the physically exposed 40-pin GPIO arrangement on an RPi4 board and while S905 does have GPIO capabilities the WP2 doesn't expose that header or the required pins easily so you'll have a major soldering task to wire something up; and then you need to backport a modern kernel driver onto a decade-old Android oriented 3.14 vendor kernel (full of low-quality vendor code) which will be quite the software task. It would be massively easier an long-term much easier to maintain the HAT running natively on a recycled and inexpensive RPi2/3 board.

    WeTek still manufacture devices, but these days their business is focussed on ISP/Telco and Hospitality IPTV systems. Their forums are long gone, but there are still users here and LE still has current releases that run on their hardware (with some caveats) and I have Android recovery images and raw "dd" backups for the Hub and WP2 boxes in case anyone ever wants to reset them back to factory spec.

    ah my Intel issue has labels now.

    And a reply: https://gitlab.freedesktop.org/drm/intel/-/is…99#note_2270390

    Support works a triage script like all support teams: start with testing latest to eliminate bugs that have already been fixed, then if the issue still exists start digging for more. Be responsive, as they have hundreds of other things on their to-do list :)

    The patch I sent upstream adds 0b95:1790 to the "USB_NET_AX8817X" driver but there's a separate "USB_NET_AX88179_178A" driver in the kernel which already has that combo inside, and both drivers are enabled in our kernel config. This means the patch I sent to the list is fundamentally wrong (as it's the wrong driver) but now we need to explain why there's no attempt at probing and loading the correct driver in the logs.

    To ensure I'm looking at the right thing. Please update the RPi5 (not RPi4) to the image in my test share. This 100% doesn't contain any patches, and I want to see output from "dmesg | paste" after booting with the ASIX adapter connected before power-on.

    You can cross-grade betwen Generic and Generic-Legacy images with the caveat that all binary add-ons compiled against graphics libraries will need to be uninstalled and reinstalled as the graphics stacks in the images are different and incompatible (Generic uses GBM/V4L2, Generic Legacy uses Xorg/X11). As part of that change you need to clear the package cache in /storage/.kodi/addons/packages as Kodi checks the cache for matching filenames before downloading from an online repo; if you don't clear it you'll be reinstalling the now-incompatible add-on that you just uninstalled.

    VNC should work in the Generic Legacy image.

    Code
    2024-02-05 22:57:56.439 T:970      info <general>: Running on Amlogic Meson GXM (S912) Beelink GT1 Ultimate with LibreELEC (official): 11.0.6, kernel: Linux ARM 64-bit version 6.1.38

    ^ That's not the LE12 image from my share. To share blame I'm also guilty of saying "debug log" when I meant "pastekodi" (or show the dmesg log) as I need to see the system boot data not Kodi things. Sorry..

    FYI, this is the patch submitted upstream. I've noted that while the NIC 'works' for you the "-32" errors being logged show something is off and these will need to be resolved before changes can be merged:

    [1/2] net: asix: add 0b95:1790 to AX88179A device list - Patchwork

    As I don't have the hardware I'll need you to do more testing - once I figure out how to implement the next-steps suggestion from the mailing list.

    Nothing specifically enlightening although I note there's an intitial check for some weird 11.989fps that vaguely divides into 59.94, then it detects 50fps but continues to use 59.94, and then there are acc/hevc decode errors. No idea if there's any relation between them. To me it looks like the HEVC format passed to the hardware decoder fails.