PDA

View Full Version : [ubuntu] Warning firmware /lib/firmware/i915/skl_guc_ver6.bin for module i915



Nayab Basha Sayed
May 28th, 2016, 09:32 AM
While building initramfs, I have encountered this warning. Is this safe to ignore? Why is this warning gererated?


me@linux:~/linux$ sudo mkinitramfs -o /boot/initrd.img-4.6.0+ 4.6.0+
W: Possible missing firmware /lib/firmware/i915/skl_guc_ver6.bin for module i915

dandart
June 3rd, 2016, 11:28 PM
The new Linux kernel now supports a later version of GUC, an Intel graphics firmware blob.

This is available at https://01.org/linuxgraphics/intel-linux-graphics-firmwares

Download, extract and run install.sh, then reboot your machine to use it.

Cheers