Posts by technics

    OK, done - using latest LE12 nightly (LibreELEC-RPi2.arm-12.0-nightly-20250416-e25b5e0) causes crash
    Using latest LE13 nightly (LibreELEC-RPi2.arm-13.0-nightly-20250525-8f9cee7) is working - this is the log! :)
    Sorry, I forgot to enable debug-logging... if this is still of interest, I could enable debug and repeat testing again.

    Thank you for looking into this.
    Would it be possible to also get it fixed for LE12?

    I tried LE 12.0.2 on RPI3 with manually installing sidplay-addon 21.0.2.2 for armV7 from zip-file found on addons.libreelec.tv
    With this version the SID files are shown, but when selecting a file to be played, LE reboots.

    I just updated from LE12.0.1 to LE 12.0.2 on RPI3
    Previously I connected to my hidden SSID using systemd service like described here: https://wiki.libreelec.tv/configuration/hidden-wifi

    Now after updating this still works, but only, if no USB-drive is connected.
    If a USB-drive is connected I get a "failed to start hidden-ssid.service" - every time.
    If I disconnect the USB-drive and restart, LE can connect to SSID without any problem.
    Using LE12.0.1 with same hardware is working fine with/without USB-drive.

    When adding this to autostart.sh, I can also connect with LE12.0.2 and USB-drive:
    /usr/bin/iwctl --passphrase <PWD> station wlan0 connect-hidden <SSID>

    So, it seems like something changed in startup-sequence, making systemd-service described in Wiki not working any more.
    How to startup systemd-service correctly for hidden SSID when using LE12.0.2?