Posts by rasser

    Hi,

    I was referred to this thread from post168598. My RPI has since then been upgraded to first 10.0.2, and later 10.0.3, but the problem still exists. After boot, wired network is disabled. It can be enabled from the LibreElec-config menu inside Kodi, but at the next boot, the config is lost again.

    I have checked connmanctl, where ~/.cache/connman/settings has this content:

    and ~/.cache/connman/ethernet_b827ebdcb5b8_cable has this content:

    I can also change the AutoConnect from the command line,

    BR /Rasser

    Hi,

    I have a similar problem. My RPI3 is connected using cabled Ethernet. A WiFi-connection was also configured, but disabled in the LibreElec settings in the Kodi GUI. The cabled connection is my preference, because the WiFi connection is unstable where the RPI3 is placed.

    After upgrading to LibreElec 10, it started with WiFi enabled and Cable disabled. I could change the setting in the GUI, but after reboot WiFi was active again. I have managed to completely disable WiFi in /storage/.config/connman_mail.conf:

    Code
    PreferredTechnologies = ethernet
    DefaultAutoConnectTechnologies = ethernet
    SingleConnectedTechnology = true

    but the cabled connection still doesn't start when the RPI3 is booted. Kodi waits a while for the network, times out, and starts without network. Then I can easily enable the cabled connection from the GUI. But after the next boot, it disables again.

    Thanks in advance

    /Rasser