Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
intel_guc_loader.c does not exist
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
alogim
Tux's lil' helper
Tux's lil' helper


Joined: 21 Aug 2015
Posts: 132

PostPosted: Thu Jul 04, 2019 7:17 am    Post subject: intel_guc_loader.c does not exist Reply with quote

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
View user's profile Send private message
Maitreya
Guru
Guru


Joined: 11 Jan 2006
Posts: 445

PostPosted: Thu Jul 04, 2019 8:17 am    Post subject: Reply with quote

Not since two years: https://lkml.org/lkml/2017/12/27/470
Do you have any more information (kernel version etc)?
Back to top
View user's profile Send private message
alogim
Tux's lil' helper
Tux's lil' helper


Joined: 21 Aug 2015
Posts: 132

PostPosted: Thu Jul 04, 2019 8:34 am    Post subject: Reply with quote

Maitreya wrote:
Not since two years: https://lkml.org/lkml/2017/12/27/470
Do you have any more information (kernel version etc)?

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
View user's profile Send private message
alogim
Tux's lil' helper
Tux's lil' helper


Joined: 21 Aug 2015
Posts: 132

PostPosted: Sun Jul 07, 2019 12:25 pm    Post subject: Reply with quote

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
View user's profile Send private message
Maitreya
Guru
Guru


Joined: 11 Jan 2006
Posts: 445

PostPosted: Sun Jul 07, 2019 3:53 pm    Post subject: Reply with quote

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
View user's profile Send private message
alogim
Tux's lil' helper
Tux's lil' helper


Joined: 21 Aug 2015
Posts: 132

PostPosted: Wed Jul 24, 2019 6:52 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum