View previous topic :: View next topic |
Author |
Message |
alogim Tux's lil' helper

Joined: 21 Aug 2015 Posts: 132
|
Posted: Thu Jul 04, 2019 7:17 am Post subject: intel_guc_loader.c does not exist |
|
|
I have an 8th generation Kaby Lake R processor, more specifically an Intel Core i7-8550U. When I try and run Code: | grep -B 1 'MODULE_FIRMWARE.*KBL' drivers/gpu/drm/i915/intel_guc_loader.c drivers/gpu/drm/i915/intel_csr.c | from the /usr/src/linux directory, it gives me the following output: Code: | grep: drivers/gpu/drm/i915/intel_guc_loader.c: No such file or directory
drivers/gpu/drm/i915/intel_csr.c-#define I915_CSR_KBL "i915/kbl_dmc_ver1_04.bin"
drivers/gpu/drm/i915/intel_csr.c:MODULE_FIRMWARE(I915_CSR_KBL); | Indeed if I navigate to /usr/src/linux/drivers/gpu/drm/i915 there is no such file as intel_guc_loader.c. Is this normal? _________________ Desktop: Gigabyte X670E Aorus Master - 7950X3D - 2x16 GB - Sapphire RX 7900XTX Vapor-X - 1 TB MP700 - be quiet! 800 FX - Samsung Odyssey Ark 55"
Phone: Samsung Galaxy S22 Ultra - 256 GB - 12 GB |
|
Back to top |
|
 |
Maitreya Guru

Joined: 11 Jan 2006 Posts: 445
|
|
Back to top |
|
 |
alogim Tux's lil' helper

Joined: 21 Aug 2015 Posts: 132
|
Posted: Thu Jul 04, 2019 8:34 am Post subject: |
|
|
My CPU is the following: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz
My kernel version is the following: Linux gentooser2 4.19.27-gentoo-r1 #17 SMP Wed May 22 13:02:49 CEST 2019 x86_64 Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz GenuineIntel GNU/Linux
My linux firmware version is the following one: Code: | sys-kernel/linux-firmware-20190620::gentoo was built with the following: redistributable -savedconfig (-unknown-license)" ABI_X86="(64)" |
Actually, in that page they say they renamed intel_guc_loader.c to intel_guc_fw.c, but the wiki page about Intel tells to use the command I written in the post above. I just checked and I have intel_guc_fw.c.
So, what do I have to include? _________________ Desktop: Gigabyte X670E Aorus Master - 7950X3D - 2x16 GB - Sapphire RX 7900XTX Vapor-X - 1 TB MP700 - be quiet! 800 FX - Samsung Odyssey Ark 55"
Phone: Samsung Galaxy S22 Ultra - 256 GB - 12 GB |
|
Back to top |
|
 |
alogim Tux's lil' helper

Joined: 21 Aug 2015 Posts: 132
|
Posted: Sun Jul 07, 2019 12:25 pm Post subject: |
|
|
So, what should I do? I am rather confused. _________________ Desktop: Gigabyte X670E Aorus Master - 7950X3D - 2x16 GB - Sapphire RX 7900XTX Vapor-X - 1 TB MP700 - be quiet! 800 FX - Samsung Odyssey Ark 55"
Phone: Samsung Galaxy S22 Ultra - 256 GB - 12 GB |
|
Back to top |
|
 |
Maitreya Guru

Joined: 11 Jan 2006 Posts: 445
|
Posted: Sun Jul 07, 2019 3:53 pm Post subject: |
|
|
Why are you running:
Code: |
grep -B 1 'MODULE_FIRMWARE.*KBL' drivers/gpu/drm/i915/intel_guc_loader.c drivers/gpu/drm/i915/intel_csr.c
|
What wiki?
And so far: Yes, I think you should replace that command as the wiki might be outdated and that file got renamed, as per your:
Code: |
grep: drivers/gpu/drm/i915/intel_guc_loader.c: No such file or directory
|
|
|
Back to top |
|
 |
alogim Tux's lil' helper

Joined: 21 Aug 2015 Posts: 132
|
Posted: Wed Jul 24, 2019 6:52 am Post subject: |
|
|
Maitreya wrote: | Why are you running:
Code: |
grep -B 1 'MODULE_FIRMWARE.*KBL' drivers/gpu/drm/i915/intel_guc_loader.c drivers/gpu/drm/i915/intel_csr.c
|
What wiki?
| The main Gentoo wiki, as you can see here. There, an example for Skylake is reported, but my architecture is Kabylake, so I adapted it for my case. _________________ Desktop: Gigabyte X670E Aorus Master - 7950X3D - 2x16 GB - Sapphire RX 7900XTX Vapor-X - 1 TB MP700 - be quiet! 800 FX - Samsung Odyssey Ark 55"
Phone: Samsung Galaxy S22 Ultra - 256 GB - 12 GB |
|
Back to top |
|
 |
|