Posts by chewitt

    Code
    Slice:~ # connmanctl services
    *AO Wired                ethernet_b827ebe1571e_cable

    ^ find the active service name, it's the "ethernet_mac_cable" string.

    Code
    connmanctl config ethernet_b827ebe1571e_cable --nameservers 8.8.8.8 8.8.4.4

    ^ set nameservers

    Code
    Slice:~ # cat /etc/resolv.conf 
    # Generated by Connection Manager
    nameserver 8.8.8.8
    nameserver 8.8.4.4

    ^ connman has updated the nameserver list for eth0

    ^ this is from an 8.2.2 install which shows the add-on was updated on 15 December. Kodi redirects requests to their add-on repo to mirror servers so it's possible the mirror that you are being sent to has bad/outdated information, but the mirrroring software normally stops that. I suggest you download the zip file direct and "install from zip" manually.

    You need to create a custom /storage/.config/xorg.conf that restricts the modes available to Xorg. The following xorg.conf was something I used with an older Samsung LCD in the past. It defines the specific modes (all 1080p) for output. As long as you don't define 4k modes, they will not be present in the mode pool and Kodi cannot use them. You will need to put Xorg into 'debug' mode and figure out what the Horizontal/Vertical refresh limits and correct 1080p modelines are for your screen. Note that the first parameter of the 23.976 mode can be set to four decimal places to get more accurate mode timing - the default is only two decimal places. It is never possible to get exact 23.976 on an nvidia card but it's possible to get closer than the default.

    Check for space on the internal storage. You will need approx 2.5x the size of the update file free for boot to succeed. If you are under the required amount the only option is to download the .tar file on macOS, uncompress, then copy the files over to /storage/.update and reboot. This skips a stage and requires less space. LE (and OE before) have never supported FTP so that's an easy explanation. SFTP (FTP over SSH) should work.