Summary
Steps to resolve media_sdk test fails on Intel Atom® x6212RE Processor with Intel® ESDQ
Description
Media sdk sample encode test failed with the message:
ERROR], sts=MFX_ERR_UNSUPPORTED(-3),…
Resolution
Follow the steps below as a possible solution:
- 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, run the command: dmesg | grep guc
- Verify the logs for guc information.
- If output doesn't contain guc details, then get the latest guc/huc firmware.
- Copy the firmware to /lib/firmware/i915/, and reboot the system.