Posts by chewitt

    I can share the original photoshop PSD file used for other icons when I get back from vacation. For now just send the PR with any icon.

    NB: remind me in a week or so .. I will forget about this :)

    I did a little vacation fiddling for Radxa Zero support the other day so there are some 10.0 images on my share again. Kernel is 5.14rc5 and uboot is 2021.07.. but nothing apart from the Zero image is tested and there are no real-world changes to video/audio support although HEVC is enabled and may work on GX devices with 8-bit output (it will prob crash on newer devices or 10-bit media). Usual rules apply; I’m not “supporting” the images so if it works that’s nice. If not, there’s no need to comment unless you also found a fix for something.

    CE has never supported the Amlogic 32-bit SoCs so that’s not an option. Meson8 (S805/S802/S812) is slowly gaining mainline kernel support and we may release for them again in the future but there is no activity on Meson6 (8726MX) so LE 9.0 is the last and final release for WeTek Play 1 boxes.

    For HDMI devices the audio output properties in Kodi are determined from EDID data read (once) at boot time. Modern AVRs pass-through the EDID from the downstream HDMI device, e.g. projector or TV, so I'm wondering if the HTPC is reading EDID data from the AVR itself (as the projector is not on) and then after turning it on the HDMI properties change and cause some issue.

    Have a look at the EDID output from "modetest" after boot with the project off, then reboot with it on. If it's changing .. follow the instructions in the wiki to capture and use a static EDID file so the HTPC always sees the projector as on (with the right EDID data).

    No guarantees that's the issue, but we do see odd things when people turn things on after the HTPC sometimes. It's just a hunch.

    ^ Is "IntelPrintServer" the correct SSID? .. print server hotspots are normally private (access to printer only) and not internet routable. I see no attempt by ConnMan to contact an NTP server, and if there is/was it would be logged.

    I'd clean install to remove all current network config and start again.

    The default VPN confs used by most providers simply "route all traffic down tunnel" .. hence the issue. However, most containers are NAT'd on the local host so they only expose ports/services via the existing IP address/interface of the host. To fix this you'd need to run containers from anothre IP address/interface (can be a alias/virtual interface), and then fiddle with the routing rules in the VPN conf so that you only route all traffic for the main interface (excluding the container interface) down the tunnel.

    Our default config uses pool.ntp.org servers so you do not need to configure anything for NTP to work; assuming your network or your ISP does not obstruct the normal process. ISP blocking sounds dumb, but appears to happen more often than you'd realise.

    Clean boot, wait 2 minutes, then "journalctl | paste" and share the URL here so we can see what the system actually does.

    Assuming you're okay at the SSH console and can read internet HOWTO posts on uncompressing a tar file (the backup). You can take a backup on LE 9.2.6 (using the settings add-on) and make a manual/selective restore of the following from the backup:

    /storage/.kodi/userdata/sources.xml

    /storage/.kodi/userdata/addon_data

    /storage/.kodi/userdata/Databases

    /storage/.kodi/userdata/Thumbnails

    The Python 2>3 changes (and arch change) mean you need to reinstall add-ons anyway .. consider it an opportunity for spring cleaning. The scrapers are also different in Matrix so you can either take the highest numbered DB files and existing Thumbs cache and use it again or only copy sources.xml and then rescrape. The guisettings.xml file has other config, but some will be x86 specific so it's always 50/50 how that turns out when swapping arches. With practice it takes 5 mins to reconfig everything in Kodi settings so it's not a big deal.