Posts by heitbaum

    Can you please run lspci -s 03:00.0 -n and check that 56a1 is the device ID of your card that needs to be used by the force probe.

    Otherwise - If it is the MEI error.

    I believe we will need to update the kernel configuration.

    Based on this:- ihttps://http://gitlab.freedesktop.org/drm/intel/-/issues/7732

    The i915 driver is not probed. it should look like this.

    Kernel driver in use: i915

    Code
    00:02.0 VGA compatible controller: Intel Corporation Alder Lake-P Integrated Graphics Controller (rev 0c)
    DeviceName: Onboard - Video
    Subsystem: Intel Corporation Alder Lake-P Integrated Graphics Controller
    Kernel driver in use: i915

    See my dmesg

    And the drm devices

    Hi Marv - I don’t know how unraid VMS work. When LE installs it installs onto the disk as 2 file systems. The first being /flash and the second being /storage. You need to edit a file on the first file system - I assume you can mount the disk on a different virtual machine to edit it, or boot a Linux recovery cd so as to edit the configuration file.

    Then Libreelec probably should not be running dead software on x86 builds.

    Topic asks for GUI, which is not web ajax based and not just CLI and you are doing your best at not mentioning X forwarding.

    HTTP_USER_AGENT : Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0

    LE11 will ship with Generic using GBM.

    A legacy Generic is currently being built in LE11 nightlies (X)

    Fuse is included in network-tools and system-tools.

    Fuse3 is included in network-tools.

    # fuse

    cp -P $(get_install_dir fuse)/usr/bin/{fusermount,ulockmgr_server} ${ADDON_BUILD}/${PKG_ADDON_ID}/bin

    cp -P $(get_install_dir fuse)/usr/sbin/mount.fuse ${ADDON_BUILD}/${PKG_ADDON_ID}/bin

    cp -P $(get_install_dir fuse)/usr/lib/{libfuse.so*,libulockmgr.so*} ${ADDON_BUILD}/${PKG_ADDON_ID}/lib

    # fuse3

    cp -P $(get_install_dir fuse3)/usr/bin/fusermount3 ${ADDON_BUILD}/${PKG_ADDON_ID}/bin

    cp -P $(get_install_dir fuse3)/usr/sbin/mount.fuse3 ${ADDON_BUILD}/${PKG_ADDON_ID}/bin

    cp -P $(get_install_dir fuse3)/usr/lib/libfuse3.so* ${ADDON_BUILD}/${PKG_ADDON_ID}/lib