Hi,
I am using the distro Tinycore 7.2 and I am trying to load a specific edid firmware. I added the options "drm_kms_helper.edid_firmware=edid.bin" to the kernel line in Grub. I am using the i915 driver (with extension graphics-4.2.9-tinycore.tcz) and I have in my kernel configuration file:
CONFIG_DRM_KMS_HELPER=m
CONFIG_DRM_KMS_FB_HELPER=y
CONFIG_DRM_I915_KMS=y
Unfortunately, I get the following error:
Direct firmware load for edid.bin failed with error -2
*ERROR* Requesting EDID firmware "edid.bin" failed (err=-11)
I looked for information on the Internet but I couldn't find anything about the error -11. Anyone had the same issue and found a solution to it ?
Thanks