[Touch-packages] [Bug 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load

2018-05-06 Thread mtvoid
** Package changed: initramfs-tools (Ubuntu) => linux (Ubuntu) ** Summary changed: - update-initramfs not adding i915 GuC firmware, firmware fails to load + update-initramfs not adding i915 GuC firmware for Kaby Lake, firmware fails to load -- You received this bug notification because you

[Touch-packages] [Bug 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load

2018-05-05 Thread mtvoid
This is the commit that is responsible for the Kabylake GuC firmware file not being registered in the i915 module on Ubuntu kernels: http://kernel.ubuntu.com/git/ubuntu/ubuntu- bionic.git/commit/drivers/gpu/drm/i915/intel_guc_fw.c?id=dc0f16f9b5084e6be2b8c79f8c6cd499a3451791 This is the

[Touch-packages] [Bug 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load

2018-04-29 Thread spike speigel
** Tags added: carbon gen6 lenovo thinkpad x1 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1728238 Title: update-initramfs not adding i915 GuC firmware,

[Touch-packages] [Bug 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load

2018-04-26 Thread Ernst Sjöstrand
mkinitramfs runs modinfo -F firmware i915 which only lists the following files: i915/bxt_dmc_ver1_07.bin i915/skl_dmc_ver1_26.bin i915/kbl_dmc_ver1_01.bin i915/skl_guc_ver6_1.bin i915/kbl_huc_ver02_00_1810.bin i915/bxt_huc_ver01_07_1398.bin i915/skl_huc_ver01_07_1398.bin -- You received this bug

[Touch-packages] [Bug 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load

2018-04-24 Thread virgosun
Thanks for the work around! Why it affects only my custom kernel 4.14.0.15 Artful? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1728238 Title: update-initramfs

[Touch-packages] [Bug 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load

2018-04-23 Thread Jordan
Same problem. x1 carbon gen6 like Thorsten, Ubuntu 18.04. Kernel 4.15. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1728238 Title: update-initramfs not adding

[Touch-packages] [Bug 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load

2018-04-01 Thread dino99
Good to know; so its mostly due to the ubuntu kernel patches added / custom settings. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1728238 Title:

[Touch-packages] [Bug 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load

2018-04-01 Thread Thorsten
i can just add that its working fine under arch. However the error occurs under ubuntu 18.04. Both use 4.15. Moreover i have a thinkpad x1 gen 6 and not a dell -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools

[Touch-packages] [Bug 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load

2018-03-31 Thread dino99
* Looks like its more a kernel issue related to the Dell drivers, not requesting the missing GuC. https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915 I suppose initramfs is not faulty; maybe linux-firmware is. Better opening a separate

[Touch-packages] [Bug 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load

2018-03-31 Thread spike speigel
** No longer affects: initramfs-tools (Debian) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1728238 Title: update-initramfs not adding i915 GuC firmware,

[Touch-packages] [Bug 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load

2018-03-31 Thread spike speigel
** Also affects: initramfs-tools Importance: Undecided Status: New ** Tags added: bionic ** Tags added: xps ** Tags added: 9360 ** Tags added: i965 ** Tags added: kbl ** Tags added: bxt ** Tags added: intel ** Tags added: dell -- You received this bug notification because you

[Touch-packages] [Bug 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load

2018-03-19 Thread Thorsten
also happens on ubuntu 18.04 on a i7-8550U [2.084195] i915 :00:02.0: Direct firmware load for i915/kbl_guc_ver9_14.bin failed with error -2 [2.084196] [drm] GuC: Failed to fetch firmware i915/kbl_guc_ver9_14.bin (error -2) [2.084197] [drm] GuC: Firmware can be downloaded from

[Touch-packages] [Bug 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load

2017-12-31 Thread spike speigel
Thanks Paul, that workaround helped me. The 9.14 GuC loads now. I tried downloading the new 9.39 GuC on intel's site, and changing the version in the hook script, but the 9.39 firmware would not load for some reason. Maybe due to both firmware versions existing in /lib/firmware/i915/ on my

[Touch-packages] [Bug 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load

2017-12-29 Thread Paul Malmsten
Also hit this issue on a Dell XPS 13 9360 (i7-8550U) running 17.10 and initramfs-tools 0.125ubuntu12. Until a fix is available, I was able to workaround the issue by adding my own initramfs-tools hook. I created a hook script to copy the firmware: $ cat

[Touch-packages] [Bug 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load

2017-12-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: initramfs-tools (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.

[Touch-packages] [Bug 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load

2017-11-23 Thread spike speigel
I looked into this a bit more, and it seems Ubuntu is basing off of linux-firmware at kernel.org and not following Debian's use of firmware- misc-nonfree. I'm removing the watch related to firmware-misc-nonfree, but there appears to still be an issue with update-initramfs and the i915 firmware

[Touch-packages] [Bug 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load

2017-11-03 Thread Bug Watch Updater
** Changed in: initramfs-tools (Debian) Status: Unknown => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1728238 Title: update-initramfs not

[Touch-packages] [Bug 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load

2017-11-02 Thread spike speigel
** Tags added: xenial zesty -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1728238 Title: update-initramfs not adding i915 GuC firmware, firmware fails to load

[Touch-packages] [Bug 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load

2017-11-02 Thread spike speigel
UGH, apparently Launchpad like to link bugs for you, and in this case, it linked the Debian bug #s to unrelated projects/package bugs...Please disregard the links in Comment #1 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load

2017-11-02 Thread spike speigel
It appears that bug #857997 in Debian's tracker was merged into Bug #854695. Just wanted to note that, and update the external tracker URL. ** Bug watch added: Debian Bug tracker #854695 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854695 ** Changed in: initramfs-tools (Debian) Remote

[Touch-packages] [Bug 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load

2017-11-02 Thread spike speigel
** Also affects: initramfs-tools Importance: Undecided Status: New ** No longer affects: initramfs-tools ** Bug watch added: Debian Bug tracker #857997 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857997 ** Also affects: initramfs-tools (Debian) via

[Touch-packages] [Bug 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load

2017-10-28 Thread spike speigel
** Description changed: The i915 Kabylake GuC firmware is failing to load on boot, and generating dmesg errors. The Kabylake HuC firmware succeeds. All files exist. I've also verified the Kabylake GuC firmware matches the correct file size and md5 listed on 01.org. I then ran

[Touch-packages] [Bug 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load

2017-10-28 Thread spike speigel
** Tags added: broxton kabylake -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1728238 Title: update-initramfs not adding i915 GuC firmware, firmware fails to

[Touch-packages] [Bug 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load

2017-10-28 Thread spike speigel
** Summary changed: - initramfs not adding i915 GuC firmware, firmware fails to load + update-initramfs not adding i915 GuC firmware, firmware fails to load -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in