On Wednesday, 21 August 2024 12:15:22 BST Alan Mackenzie wrote:
> Hello, Peter.
> 
> On Tue, Aug 20, 2024 at 23:16:39 +0200, Peter Böhm wrote:
> > Hello Alan,
> > 
> > > Anyhow, I'm up to the stage of configuring the kernel, and I'm stuck at
> > > the bit where I need to specify the firmware to be incorporated into the
> > > kernel for the integrated graphics processor.
> > 
> > Yes, you surely will need some firmware files for your GPU of your AMD
> > CPU. The easiest way to find out what you need is:
> > 
> > Boot with our GentooLiveCD (*) and ask:
> > 
> > "dmesg | grep firmware"
> 
> I've done that, and see just three firmware files:
> 
> regulatory.db
> regulatory.db.p7s
> rtl_nic/rtl8125b-2.fw
> 
> ..  The first, according to file, is a wireless regulatory database file.
> The second is some variant of this, I think a signed version or
> something.  The third is surely firmware for my Realtek 8125 Ethernet
> chip.
> 
> That's not yet got me very far.

You'll need the above if you using WiFi, but for your graphics can you please 
take a look/share the output of:

lspci | grep -i VGA

and

lshw -C cpu

lshw -C display

The above will show which APU you are using and its GPU cores.  Then it is a 
matter of looking here for the corresponding GPU chipset and microarchitecture 
you need to enable in the kernel:

https://wiki.gentoo.org/wiki/AMDGPU#Feature_support

before you check what firmware blobs you also need to include, from this 
table:

https://wiki.gentoo.org/wiki/AMDGPU#Firmware_blobs_for_a_known_card_model

Alternatively, as Wol mentioned, you can set up your kernel graphics drivers 
as modules (temporarily) and inspect dmesg to find out what firmware is being 
loaded.  Then use this information to add the firmware file names to be built 
in the kernel and also configure to be built-in any kernel graphics drivers.

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to