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
commit 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
Display More