10.0.0.127 is in the repo now.
Posts by heitbaum
-
-
10.0.0.127 is being built - will fix the issue.
-
atoulmin -
Confirm that i915.force_probe=56a1 Is on the same line as quiet in syslinux.cfg
Can you please share the full dmesg want to make sure we are heading in the right direction.
Run modprobe i915 force_probe=56a1
Share the dmesg output from the modprobe.
-
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
Diff
Display Morecommit a611e88981caa7b2041e8ad60d31582c717e2db4 (HEAD -> dev) Author: Rudi Heitbaum <[email protected]> Date: Thu Jan 5 12:16:50 2023 +0000 linux (Generic): enable support for Intel ARC video ref: - https://gitlab.freedesktop.org/drm/intel/-/issues/7732 diff --git a/projects/Generic/linux/linux.x86_64.conf b/projects/Generic/linux/linux.x86_64.conf index 40a9aba6d5..03ae0858ff 100644 --- a/projects/Generic/linux/linux.x86_64.conf +++ b/projects/Generic/linux/linux.x86_64.conf @@ -1818,11 +1818,12 @@ CONFIG_EEPROM_EE1004=y # CONFIG_SENSORS_LIS3_I2C is not set CONFIG_ALTERA_STAPL=m -# CONFIG_INTEL_MEI is not set -# CONFIG_INTEL_MEI_ME is not set -# CONFIG_INTEL_MEI_TXE is not set -# CONFIG_INTEL_MEI_HDCP is not set -# CONFIG_INTEL_MEI_PXP is not set +CONFIG_INTEL_MEI=m +CONFIG_INTEL_MEI_ME=m +CONFIG_INTEL_MEI_TXE=m +CONFIG_INTEL_MEI_GSC=m +CONFIG_INTEL_MEI_HDCP=m +CONFIG_INTEL_MEI_PXP=m # CONFIG_VMWARE_VMCI is not set # CONFIG_GENWQE is not set # CONFIG_ECHO is not set @@ -4555,6 +4556,7 @@ CONFIG_DRM_I915_FORCE_PROBE="" CONFIG_DRM_I915_CAPTURE_ERROR=y CONFIG_DRM_I915_COMPRESS_ERROR=y CONFIG_DRM_I915_USERPTR=y +CONFIG_DRM_I915_PXP=y # # drm/i915 Debugging
-
The i915 driver is not probed. it should look like this.
Kernel driver in use: i915
Code00: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
Code
Display Morenuc12:~ # dmesg | grep i915 [ 0.000000] Command line: BOOT_IMAGE=/KERNEL boot=UUID=779D-1827 disk=LABEL=Storage i915.enable_guc=3 ssh [ 0.065729] Kernel command line: root=/dev/ram0 rdinit=/init usbcore.autosuspend=-1 BOOT_IMAGE=/KERNEL boot=UUID=779D-1827 disk=LABEL=Storage i915.enable_guc=3 ssh [ 0.065755] Setting dangerous option i915.enable_guc - tainting kernel [ 1.076340] i915 0000:00:02.0: [drm] VT-d active for gfx access [ 1.076342] i915 0000:00:02.0: vgaarb: deactivate vga console [ 1.076376] i915 0000:00:02.0: [drm] Using Transparent Hugepages [ 1.076740] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 1.077940] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc_ver2_16.bin (v2.16) [ 1.169206] i915 0000:00:02.0: [drm] GuC firmware i915/adlp_guc_70.bin version 70.5.1 [ 1.169209] i915 0000:00:02.0: [drm] HuC firmware i915/tgl_huc.bin version 7.9.3 [ 1.183181] i915 0000:00:02.0: [drm] HuC authenticated [ 1.183563] i915 0000:00:02.0: [drm] GuC submission enabled [ 1.183565] i915 0000:00:02.0: [drm] GuC SLPC enabled [ 1.184103] i915 0000:00:02.0: [drm] GuC RC: enabled [ 1.209485] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0 [ 1.245006] fbcon: i915drmfb (fb0) is primary device [ 1.328407] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
And the drm devices
Code
Display Morenuc12:~ # ls -la /sys/class/drm total 0 drwxr-xr-x 2 root root 0 Jan 4 06:37 . drwxr-xr-x 67 root root 0 Jan 4 06:37 .. lrwxrwxrwx 1 root root 0 Jan 4 06:37 card0 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0 lrwxrwxrwx 1 root root 0 Jan 4 06:37 card0-DP-1 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-1 lrwxrwxrwx 1 root root 0 Jan 4 06:37 card0-DP-2 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-2 lrwxrwxrwx 1 root root 0 Jan 4 06:37 card0-DP-3 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-3 lrwxrwxrwx 1 root root 0 Jan 4 06:37 card0-DP-4 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-4 lrwxrwxrwx 1 root root 0 Jan 4 06:37 card0-HDMI-A-1 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-HDMI-A-1 lrwxrwxrwx 1 root root 0 Jan 4 06:37 card0-HDMI-A-2 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-HDMI-A-2 lrwxrwxrwx 1 root root 0 Jan 4 06:37 renderD128 -> ../../devices/pci0000:00/0000:00:02.0/drm/renderD128 -r--r--r-- 1 root root 4096 Jan 5 11:51 version
-
I would need to see the logs.
All the plumbing should be there (and apart from kernel 6.2 and the “stable commentary” - should fire up)
Maybe a missing kernel option. Or GuC firmware.. don’t know without seeing the log.
Intel Arc Graphics A750/A770 Performance Ahead Of Linux 6.2 + Mesa 23.0 - Phoronix
-
Nightly img file has been uploaded: https://test.libreelec.tv/11.0/Allwinner/orangepi-3-lts/
-
oh thanks I missed that.
So it makes sense to switch to an AMD GPU? Or I can try using my Gen11 Intel iGPU as it should be supported by LE11 nightlies, correct?
Tigerlake GPU is supported. So are the amd GPUs. With generic le11
-
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.
-
Not a recommendation - but I have been happier with my NUC12WSKi7 <my current daily driver> than my NUC11PAHi7. Less audio issues - I mostly use passthrough via a Denon AVR. The NUC11 was my upgrade from the NUC6i5SYH. 4K/HDR - I can’t comment.
-
Hi dwmcqueen - have a read of the H616 posts - but basically no progress, at least in areas important for LE (video/audio).
-
- Are you using the LE11 Generic-Legacy image (for nvidia you need to)
- I can’t see the GPU in the logs
To enable ssh - add “ssh” to the APPEND line (as below)
# more /flash/syslinux.cfg
DEFAULT linux
PROMPT 0
LABEL linux
KERNEL /KERNEL
APPEND boot=UUID=779D-1827 disk=LABEL=Storage ssh
-
I can see an error not detecting the GPU in the screenshot - assuming this is when the GPU is not setup to pass through? Or are you using a vGPU?
You will need to look at the logs - dmesg / kodi.log / lshw / lspci to see what is happening.
Enable ssh would be the first step.
-
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)
-
atoulmin - what nightly image are you running - it looks like a late October / early November image. Can you please run the most recent - not saying that will fix it. But many changes since then (kernel/mesa/…)
-
I have this NIC and it is working well On my system. (Unaware of what chip is on that board)
- Ethernet controller: Intel Corporation Ethernet Controller I225-V (rev 03)
-
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
-
I think there are the files you are looking for: https://repo.jellyfin.org/releases/client/kodi/py3/ - note: I have not tested this.