You are not logged in.

#1 2017-03-24 12:50:54

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,043
Website

W: Possible missing firmware /lib/firmware/i915/

This bug appeared in August on other OSes, I'm seeing it now when upgrading stretch. I know I can safely ignore it, since my hardware is working fine, but I'm thinking ahead to the stretch release and a flood of posts about this...

update-initramfs: deferring update (trigger activated)
Processing triggers for libc-bin (2.24-9) ...
Processing triggers for initramfs-tools (0.127) ...
update-initramfs: Generating /boot/initrd.img-4.9.0-2-686-pae
W: Possible missing firmware /lib/firmware/i915/bxt_dmc_ver1_07.bin for module i915
W: Possible missing firmware /lib/firmware/i915/skl_dmc_ver1_26.bin for module i915
W: Possible missing firmware /lib/firmware/i915/kbl_dmc_ver1_01.bin for module i915
W: Possible missing firmware /lib/firmware/i915/kbl_guc_ver9_14.bin for module i915
W: Possible missing firmware /lib/firmware/i915/bxt_guc_ver8_7.bin for module i915
W: Possible missing firmware /lib/firmware/i915/skl_guc_ver6_1.bin for module i915
hhh@base:~$ 

http://askubuntu.com/questions/832524/u … e-warnings

Should we create a post now that we can refer people to?


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#2 2017-03-24 15:42:29

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,043
Website

Re: W: Possible missing firmware /lib/firmware/i915/

Booted into BL-upgraded-to-stretch and did the same gcc upgrades from today, no warning message. Does anyone know which firmware package is in BL that prevents this?


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#3 2017-03-24 18:07:01

Horizon_Brave
Operating System: Linux-Nettrix
Registered: 2015-10-18
Posts: 1,473

Re: W: Possible missing firmware /lib/firmware/i915/

Are you saying then that there's a firmware package that we provide in BL... that's not in the debian stretch os?  That may not be the case because:

This warning means that the driver references the firmware but that it isn't installed. Intel has not yet pushed out this firmware to upstream linux-firmware, once they have done so it will make it's way into Ubuntu. I'll also point out that we don't officially support any 4.8-based kernels yet, and when running early -rc kernels you're likely to hit some snags.

So unless something immediately changed, not sure why the same errors aren't show in our BL setup. Could it be specific to what apt sources you're using?


"I have not failed, I have found 10,000 ways that will not work" -Edison

Offline

#4 2017-03-24 20:23:38

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,073
Website

Re: W: Possible missing firmware /lib/firmware/i915/

hhh wrote:

Does anyone know which firmware package is in BL that prevents this?

https://packages.debian.org/stretch/fir … sc-nonfree

Offline

#5 2017-03-24 21:25:15

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,043
Website

Re: W: Possible missing firmware /lib/firmware/i915/

^ Broxton and Kabylake, that's the ticket... outstanding!

Thank you, sir. I'll mark this solved if I don't see warnings through several upgrades

Thanks!


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#6 2017-03-26 12:27:09

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,043
Website

Re: W: Possible missing firmware /lib/firmware/i915/

Processing triggers for libc-bin (2.24-9) ...
Setting up firmware-misc-nonfree (20161130-2) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for man-db (2.7.6.1-2) ...
Processing triggers for initramfs-tools (0.127) ...
update-initramfs: Generating /boot/initrd.img-4.9.0-2-686-pae
W: Possible missing firmware /lib/firmware/i915/kbl_guc_ver9_14.bin for module i915
W: Possible missing firmware /lib/firmware/i915/bxt_guc_ver8_7.bin for module i915
hhh@base:~$ 

So those drivers haven't entered upstream yet, I'm guessing.

Anyway, it's a warning, not an error.


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#7 2017-03-26 12:43:12

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,073
Website

Re: W: Possible missing firmware /lib/firmware/i915/

The firmware will be added (or the kernel image patched) before the stable release, I'm sure.

Skylake hardware should work fine without the firmware blob but some advanced features will be unsupported.

Last edited by Head_on_a_Stick (2017-03-26 12:50:16)

Offline

#8 2017-03-26 18:34:11

Horizon_Brave
Operating System: Linux-Nettrix
Registered: 2015-10-18
Posts: 1,473

Re: W: Possible missing firmware /lib/firmware/i915/

It looks like the newer firmware is available now, though it probably isn't available in current  Stretch release since the  packages have been frozen. Life HoaSy said before it officially shifts to stable, it'll probably be important enough to stick in..

https://01.org/linuxgraphics/downloads/firmware


@HoaS   Does firmware and more "comptability" type updates like this have an easier time for maintainers to allow into an already frozen distro release prior to going stable?


"I have not failed, I have found 10,000 ways that will not work" -Edison

Offline

#9 2017-03-26 21:47:46

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,073
Website

Re: W: Possible missing firmware /lib/firmware/i915/

Horizon_Brave wrote:

@HoaS   Does firmware and more "comptability" type updates like this have an easier time for maintainers to allow into an already frozen distro release prior to going stable?

The firmware blobs are not part of the official release so maybe not, I don't know really though.

In the case of firmware, it is "safe" to install the .deb files meant for testing/unstable in the stable release (don't add the repositories though) and you can also download the firmware direct from the manufacturer yourself and drop it into /lib/firmware (this is what I do) but remember to keep track of it and update it when needed if you do this.

Offline

#10 2017-08-25 16:19:18

RickyTerzis
New Member
Registered: 2017-08-25
Posts: 1

Re: W: Possible missing firmware /lib/firmware/i915/

Hi....i am a new user here. As per my knowledge the firmware will be added before the stable release.Skylake hardware should work fine without the firmware blob but some advanced features will be unsupported.

pcb assembly service china

Last edited by RickyTerzis (2018-02-06 16:53:01)

Offline

Board footer

Powered by FluxBB