Comment 11 for bug 2029345

Revision history for this message
BENDERLOQ (bender35) wrote :

Hello, here I leave a temporary solution, I have done it and it no longer shows me the error:

In normal mode, type this command in order to download the kernel.org file:

wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915/dg2_huc_gsc.bin

now later with the root user, type the command cp in this way:

cp dg2_huc_gsc.bin /lib/firmware/i915/

log out of root and type the following command to update the initramfs with the new driver:

sudo update-initramfs -u

We type the password and the error will no longer appear.

reboot to secure driver installation