Update issue on firmware

after sudo apt upgrade I have this issue

/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-5.11.0-41-generic
W: Possible missing firmware /lib/firmware/i915/skl_guc_49.0.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/bxt_guc_49.0.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/kbl_guc_49.0.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/glk_guc_49.0.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/kbl_guc_49.0.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/kbl_guc_49.0.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/cml_guc_49.0.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/icl_guc_49.0.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/ehl_guc_49.0.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/ehl_guc_49.0.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_huc_7.5.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_guc_49.0.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_huc_7.5.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_guc_49.0.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/dg1_dmc_ver2_02.bin for module i915

Any hint to resolve?

Thanks

These usually can be safely ignored. But if you prefer, you can grab the missing files here (I am starting to think about creating a self-installer .deb package for this...):

Extract the files
Elevate file manager to root

sudo -i

nautilus

or

thunar

Now navigate to /lib/firmware/i915/ in a new tab
In the previous tab, navigate to ~/Downloads/Possible-missing-firmware and copy only the files, no folders and then paste them into the tab for /lib/firmware/i915

Once done, run

sudo update-initramfs -u

2 Likes

I've been having the same announcement after the update/upgrade.
Copied the files to the directory /lib/firmware/i915.

Guess its a one time thing, so after the update I won't be having to perform this again. What about reinstalling the system - they will be missing?

1 Like

When it happens, it usually can be seen as there is a placeholder in the kernel for a new addition that is due.

1 Like

Thanks :slight_smile:

It works fine :slight_smile: many many thansK :slight_smile:

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.