Posts by mglae

    The driver will be included in LE12 nightly first and therefore be automatic be part ff next LE12 release (and of course of LE13).

    A LE12 stable nightly is always a good choice because being latest release plus fixes.

    The question is if you find a stable (boot-)configuration for the AX200 with LE12.

    dipswitch Sorry regarding AX200 I only looked for firmware errors and there are none.

    The good news: in LE 13 the AX200 is working fine:

    Code
    Oct 15 16:48:26.567299 DigitalEngine kernel: Intel(R) Wireless WiFi driver for Linux
    Oct 15 16:48:26.567357 DigitalEngine kernel: iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
    Oct 15 16:48:26.567546 DigitalEngine kernel: iwlwifi 0000:01:00.0: Detected crf-id 0x3617, cnv-id 0x100530 wfpm id 0x80000000
    Oct 15 16:48:26.567707 DigitalEngine kernel: iwlwifi 0000:01:00.0: PCI dev 2723/0084, rev=0x340, rfid=0x10a100
    Oct 15 16:48:26.567843 DigitalEngine kernel: iwlwifi 0000:01:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz

    But in LE12:

    Error -110 can be caused by power on issue, you can try this fix. The file name is /storage/.config/modprobe.d/iwlwifi.conf in LE.

    Code
    2024-10-06 15:32:15.351 T:1041    debug <general>: CPythonInvoker(1, /storage/.kodi/addons/service.joy-it.fancontrol/fan.py): trigger Monitor abort request
    2024-10-06 15:32:15.352 T:939      info <general>: [Joy-IT Fan Controller 1.0.9] Joy-IT fan control service finished
    2024-10-06 15:32:15.352 T:939     debug <general>: CPythonInvoker(1, /storage/.kodi/addons/service.joy-it.fancontrol/fan.py): script successfully run
    2024-10-06 15:32:15.352 T:939      info <general>: CPythonInvoker(1, /storage/.kodi/addons/service.joy-it.fancontrol/fan.py): waiting on thread 1496097344
    2024-10-06 15:32:20.359 T:1041    error <general>: CPythonInvoker(1, /storage/.kodi/addons/service.joy-it.fancontrol/fan.py): script didn't stop in 5 seconds - let's kill it

    _PvD Guess without any knowledge about gpiozero: GPIO "resource" is not freed because thread is killed instead of terminated gracefully.

    Usually this is caused by Kodi hanging or crashing at shutdown and not writing wakeup information.

    Unfortunately on your old LE 11 system pasting logs does not work any more because http://ix.io service was suspended. To upload it manually do (e.g.):

    Code
    cat /storage/.kodi/temp/kodi.old.log | nc termbin.com 9999

    You may consider updating to LE12.

    Looking at the HW side the RTC battery may be dead. Having an older PC it is always worth just to replace the CR2032 on the motherboard. Remember to reset the BIOS/firmware settings to default after that.

    Will not help, nobody is waiting for the service.

    You can add before=multiuser.target but then boot is delayed until time-sync.target is reached and you stuck in splash screen without internet connection.

    Better develop some kind of vpn-online.service using a time out and add it to the chain. Remove time-sync.target from the dependencies and rely on a larger timeout of network-online.target set in LibreELEC-Settings addon.

    Information about /storage/.config/.sleep.d/*.power scripts got lost over time.

    On my long time installed system there is still the sample file (not functional):

    Bash: /storage/.config/sleep.d/99-sample.power.x
    #!/bin/sh
    case "$1" in
       pre)
         <do something on suspend>
         ;;
       post)
         <do something on resume>
         ;;
    esac

    Matches can be found by using the forum search.