Hey all, looking for some help with getting my Arc A770 working with Plex and intel_gpu_topand/or GPU Statistics. I've tried a few debugging steps and have hit a bit of a wall: echo "blacklist i915" > /boot/config/modprobe.d/i915.conf I have uninstalled intel_gpu_top, rebooted, reinstalled, then rebooted again to no avail My containers (one JellyFin, one Plex) both have /dev/dri mapped as a device Plex even shows both my iGPU and Arc A770 in the listing In some of my latest debugging steps, I went from being able to see my A770 in the GPU Dashboard, to not Before: Now: I suspect this is because I've blacklisted the i915 driver in modprobe.d, but I've tried undoing this step and still have no luck... /dev/dri shows both cards, and running intel_gpu_top -d drm:/dev/dri/card1 to see the top for my A770 returns intel_gpu_top: ../tools/intel_gpu_top.c:1871: init_engine_classes: Assertion `max >= 0' failed. Where as running the same on /dev/dri/card0 (my iGPU) works perfectly fine. I do see these errors when running dmesg | grep i915 | grep -E "error|fail" to see any i915 errors: [ 110.819814] i915 0000:03:00.0: [drm] *ERROR* GT0: GUC: CT: Sending action 0x550a failed (-ETIMEDOUT) status=0X0
[ 110.819946] i915 0000:03:00.0: [drm] *ERROR* GT0: GuC initialization failed -ETIMEDOUT
[ 110.819947] i915 0000:03:00.0: [drm] *ERROR* GT0: Enabling uc failed (-5)
[ 113.064542] mei_gsc i915.mei-gsc.768: wait hw ready failed
[ 113.064569] mei_gsc i915.mei-gsc.768: hw_start failed ret = -62 fw status = 00000345 80210400 00000000 00000000 80020002 00000000
[ 115.201034] mei_gsc i915.mei-gsc.768: wait hw ready failed
[ 115.201060] mei_gsc i915.mei-gsc.768: hw_start failed ret = -62 fw status = 00000345 80210400 00000000 00000000 80020002 00000000
[ 117.331254] mei_gsc i915.mei-gsc.768: wait hw ready failed
[ 117.331280] mei_gsc i915.mei-gsc.768: hw_start failed ret = -62 fw status = 00000345 80210400 00000000 00000000 80020002 00000000
[ 117.331307] mei_gsc i915.mei-gsc.768: reset failed ret = -19
[ 117.331310] mei_gsc i915.mei-gsc.768: link layer initialization failed.
[ 117.331312] mei_gsc i915.mei-gsc.768: init hw failure.
[ 119.464431] mei_gsc i915.mei-gscfi.768: wait hw ready failed
[ 119.464453] mei_gsc i915.mei-gscfi.768: hw_start failed ret = -62 fw status = 00000345 80210400 00000000 00000000 80020002 00000000
[ 121.597865] mei_gsc i915.mei-gscfi.768: wait hw ready failed
[ 121.597891] mei_gsc i915.mei-gscfi.768: hw_start failed ret = -62 fw status = 00000345 80210400 00000000 00000000 80020002 00000000
[ 123.731277] mei_gsc i915.mei-gscfi.768: wait hw ready failed
[ 123.731303] mei_gsc i915.mei-gscfi.768: hw_start failed ret = -62 fw status = 00000345 80210400 00000000 00000000 80020002 00000000
[ 123.731331] mei_gsc i915.mei-gscfi.768: reset failed ret = -19
[ 123.731334] mei_gsc i915.mei-gscfi.768: link layer initialization failed.
[ 123.731337] mei_gsc i915.mei-gscfi.768: init hw failure. Any help would be appreciated -- this all started because while Plex was seeing my A770, the transcode process was never using hardware acceleration and would just slam the CPU regardless of my config. Listing of /dev/dri has also been attached, as well as