Score:0

Missing linux firmware (ubuntu 20.04)

by flag

When I ran sudo apt upgrade the last time, there appeared the following warnings:

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

Could you guide me on how to solve this problem

ChanganAuto avatar
us flag
Unless you have one of those Intel CPU/GPU then not a problem. "W" means warning, not an error.
chili555 avatar
cn flag
Please run: `sudo lshw | grep i915` Is that driver in use on your system? If not, ignore the warning.
Taro avatar
by flag
@chili555 the output was configuration: driver=i915 latency=0. Does this mean the driver in use and I need to take care of the warning?
chili555 avatar
cn flag
Please see my answer.
Score:2
cn flag

The needed files are present in the focal-updates, appropriate for Ubuntu 20.04, version of linux-firmware.

Please do:

wget http://mirrors.kernel.org/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.187.20_all.deb
sudo dpkg -i linux*.deb

Reboot and check the message log:

sudo dmesg | grep i915

Is the warning resolved?

Taro avatar
by flag
There's no warnings in the result. Thanks
chili555 avatar
cn flag
Glad it's working! If my answer has been helpful, please accept it. https://askubuntu.com/tour
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.