Posts by mglae

    Code
    2021-08-14 07:27:28.069 T:991      INFO <general>: CAESinkALSA - Unable to open device "default" for playback
    2021-08-14 07:27:28.131 T:991     DEBUG <general>: CAESinkALSA - HDMI device "hdmi:CARD=PCH,DEV=0" may be unconnected (no ELD data)
    2021-08-14 07:27:28.132 T:991     DEBUG <general>: CAESinkALSA - HDMI device "hdmi:CARD=PCH,DEV=1" may be unconnected (no ELD data)
    2021-08-14 07:27:28.132 T:991     DEBUG <general>: CAESinkALSA - HDMI device "hdmi:CARD=PCH,DEV=2" may be unconnected (no ELD data)
    2021-08-14 07:27:28.133 T:991     DEBUG <general>: CAESinkALSA - HDMI device "hdmi:CARD=PCH,DEV=3" may be unconnected (no ELD data)
    2021-08-14 07:27:28.133 T:991     DEBUG <general>: CAESinkALSA - HDMI device "hdmi:CARD=PCH,DEV=4" may be unconnected (no ELD data)

    There are no audio devices detected. What are you using?

    HDMI#2 seem to be connected. xrandr --verbose|paste may show more details.

    For the failing pastekodi use pastekodi -c >mylog and put the file manually to a paste site.

    PKG_MAKE_OPTS_TARGET="CXXFLAGS=$CXXFLAGS LDFLAGS=$LDFLAGS AUDIO="""

    This is not working as expected, see packages/readme.mk:

    There is a strange REGDOM-CHANGE message and the network is connected 6 min later:

    Code
    Apr 11 18:29:09 FSMediaStation wpa_supplicant[426]: wlan0: Trying to associate with 40:2b:50:e9:c9:8d (SSID='FS-WLan' freq=2437 MHz)
    Apr 11 18:29:10 FSMediaStation wpa_supplicant[426]: wlan0: CTRL-EVENT-DISCONNECTED bssid=40:2b:50:e9:c9:8d reason=0
    Apr 11 18:29:10 FSMediaStation wpa_supplicant[426]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
    [...]
    Apr 11 18:35:16 FSMediaStation wpa_supplicant[426]: wlan0: Trying to associate with 40:2b:50:e9:c9:8d (SSID='FS-WLan' freq=2437 MHz)

    You can try to set the correct regulatory domain via LibreELEC-Settings addon but I don't know if this help.

    Do you have an idea how to restart kodi if it cannot establish internet connection.

    Not OOTB. Mario77 's service can be modified to check the online status via connmanctl state and reboot after an interactive timeout.

    autoexec.py is working but youtube refuse to play.

    1) You have to use Cusom EDID.

    2) You may have to disable the display and to force HDMI output via kernel parameters. Use

    Code
    head /sys/class/drm/*/status

    to identify the device names.

    Then add a configuration like video=HDMI-A-1:D video=LVDS-1:d to the APPEND line of /flash/syslinux.cfg

    Note 1) I recommend to use the run feature of the installation stick for testing. This allow changing of syslinux.cfg on a different machine.

    Note 2) If there are issues with the AMD driver of the old LE 9.2.6 kernel try LE 9.97.1

    From man readline:

    Code
    INITIALIZATION FILE
           Readline  is  customized  by putting commands in an initialization file
           (the inputrc file).  The name of this file is taken from the  value  of
           the  INPUTRC  environment  variable.   If  that  variable is unset, the
           default is ~/.inputrc.  If that file  does not exist or cannot be read,
           the  ultimate  default  is /etc/inputrc.