diff options
author | Wolfgang Müller | 2024-02-24 22:13:47 +0100 |
---|---|---|
committer | Wolfgang Müller | 2024-02-24 22:13:47 +0100 |
commit | 59d034778c99b57145e8cc6573c059c439a41f37 (patch) | |
tree | 015c4089c41db2efbcc3757c135e15f28e4e2e96 /host-albatross/savedconfig | |
parent | 1f1ed644061506add8b277e7f18ffc93d0ea2340 (diff) | |
download | portage-roles-59d034778c99b57145e8cc6573c059c439a41f37.tar.gz |
host-albatross: Use correct firmware for 7900XTX
The Gentoo Wiki [1] seems to be wrong about which firmware blobs are
needed for an up-to-date installation of linux-firmware, leading to
the following error and, subsequently, a crash at bootup:
kernel: amdgpu 0000:0d:00.0: Direct firmware load for amdgpu/gc_11_0_0_mes_2.bin failed with error -2
kernel: [drm] try to fall back to amdgpu/gc_11_0_0_mes.bin
Replacing amdgpu/gc_11_0_0_mes.bin with amdgpu/gc_11_0_0_mes_2.bin or at
least making the latter available makes it work again.
[1] https://wiki.gentoo.org/wiki/AMDGPU#Firmware
Diffstat (limited to 'host-albatross/savedconfig')
-rw-r--r-- | host-albatross/savedconfig/sys-kernel/linux-firmware | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host-albatross/savedconfig/sys-kernel/linux-firmware b/host-albatross/savedconfig/sys-kernel/linux-firmware index 554512c..c68db0b 100644 --- a/host-albatross/savedconfig/sys-kernel/linux-firmware +++ b/host-albatross/savedconfig/sys-kernel/linux-firmware @@ -4,7 +4,7 @@ amdgpu/gc_11_0_0_pfp.bin amdgpu/gc_11_0_0_me.bin amdgpu/gc_11_0_0_rlc.bin amdgpu/gc_11_0_0_mec.bin -amdgpu/gc_11_0_0_mes.bin +amdgpu/gc_11_0_0_mes_2.bin amdgpu/gc_11_0_0_mes1.bin amdgpu/psp_13_0_0_sos.bin amdgpu/psp_13_0_0_ta.bin |