Summary
How to resolve errors when running Intel® ESDQ tests on 11th Gen Intel® Core™ Processors.
Description
- Ran device tests as shown in the Intel® ESDQ installation guide.
- MediaSDK tests failed with [ERROR], sts=MFX_ERR_UNSUPPORTED(-3)
Resolution
Follow the steps below to resolve the issue:
- sudo apt install --reinstall linux-firmware
- Add i915.enable_guc=2 in /etc/default/grub: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.force_probe=* i915.enable_guc=2"
- sudo update-initramfs –u
- sudo update-grub
- Reboot the system.
- After reboot, execute the command: dmesg | grep guc
- Verify the logs for guc information.
Note: If output doesn't contain guc details, then install the latest guc/huc firmware. Copy the firmware to /lib/firmware/i915/, and reboot the system.