View previous topic :: View next topic |
Author |
Message |
Ja.KooLit Tux's lil' helper


Joined: 14 Feb 2022 Posts: 118 Location: Somewhere Over There!
|
Posted: Tue Nov 14, 2023 4:39 am Post subject: [SOLVED] Kernel 6.6.1 and Linux-firmware |
|
|
I have tried updated today....
and when compiling kernel, got some errors about
missing firmware... as required by amdgpu/sienna_cichlid_dmcub.bin and amdgpu/sienna_cichlid_vcn.bin
so I have to remove this on my kernel drivers to load before compiling...
was dmcub and vcn not required anymore?
I have tried with edited linux-firmware and not edited firmware, stilll cant compile if I have those two added in my firmware loader part
so after compiled, on new kernel, 6.6.1, Hyprland wont load...so back to 6.6.0 again.
Im guessing those two are important
Last edited by Ja.KooLit on Tue Nov 14, 2023 4:36 pm; edited 2 times in total |
|
Back to top |
|
 |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 55200 Location: 56N 3W
|
Posted: Tue Nov 14, 2023 12:33 pm Post subject: |
|
|
Ja.KooLit,
I've just installed Code: | sys-kernel/linux-firmware-20231111::gentoo |
Code: |
ls /lib/firmware/amdgpu/sienna_cichlid_* -l
-rw-r--r-- 1 root root 263296 Nov 14 12:26 /lib/firmware/amdgpu/sienna_cichlid_ce.bin
lrwxrwxrwx 1 root root 20 Nov 14 12:26 /lib/firmware/amdgpu/sienna_cichlid_dmcub.bin -> beige_goby_dmcub.bin
-rw-r--r-- 1 root root 263424 Nov 14 12:26 /lib/firmware/amdgpu/sienna_cichlid_me.bin
lrwxrwxrwx 1 root root 22 Nov 14 12:26 /lib/firmware/amdgpu/sienna_cichlid_mec2.bin -> sienna_cichlid_mec.bin
-rw-r--r-- 1 root root 268720 Nov 14 12:26 /lib/firmware/amdgpu/sienna_cichlid_mec.bin
-rw-r--r-- 1 root root 263424 Nov 14 12:26 /lib/firmware/amdgpu/sienna_cichlid_pfp.bin
-rw-r--r-- 1 root root 132960 Nov 14 12:26 /lib/firmware/amdgpu/sienna_cichlid_rlc.bin
-rw-r--r-- 1 root root 34048 Nov 14 12:26 /lib/firmware/amdgpu/sienna_cichlid_sdma.bin
-rw-r--r-- 1 root root 247396 Nov 14 12:26 /lib/firmware/amdgpu/sienna_cichlid_smc.bin
-rw-r--r-- 1 root root 227456 Nov 14 12:26 /lib/firmware/amdgpu/sienna_cichlid_sos.bin
-rw-r--r-- 1 root root 354048 Nov 14 12:26 /lib/firmware/amdgpu/sienna_cichlid_ta.bin
lrwxrwxrwx 1 root root 18 Nov 14 12:26 /lib/firmware/amdgpu/sienna_cichlid_vcn.bin -> beige_goby_vcn.bin |
Those files have become symbolic links but they should still work for the build system, unless you don't have the target files as you didn't need them before.
If the symlinks are flashing Red, they point to nothing. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
 |
Hu Administrator

Joined: 06 Mar 2007 Posts: 23375
|
Posted: Tue Nov 14, 2023 3:40 pm Post subject: |
|
|
If you still need help, please post the results of ls -l /lib/firmware/amdgpu/sienna_cichlid_* (to compare to what Neddy showed), the exact error messages, and the output of grep FIRMWARE /path/to/kernel/.config. |
|
Back to top |
|
 |
Ja.KooLit Tux's lil' helper


Joined: 14 Feb 2022 Posts: 118 Location: Somewhere Over There!
|
Posted: Tue Nov 14, 2023 4:13 pm Post subject: |
|
|
Thanks for the reply.. Im gonna try again to update linux-firmware...
I have downgraded and it went fine... but will upgrade soon.
I will come back here to report. |
|
Back to top |
|
 |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 55200 Location: 56N 3W
|
Posted: Tue Nov 14, 2023 4:22 pm Post subject: |
|
|
Ja.KooLit,
The linux-firmware downgared will let the kernel build again but yo may have out of date amdgpu firmware.
One day. the old firmware will be gone. Find the real cause and fix in now,
What does Code: | ls -l /lib/firmware/amdgpu/beige_goby* | return for you? _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
 |
Ja.KooLit Tux's lil' helper


Joined: 14 Feb 2022 Posts: 118 Location: Somewhere Over There!
|
Posted: Tue Nov 14, 2023 4:36 pm Post subject: |
|
|
NeddySeagoon wrote: | Ja.KooLit,
The linux-firmware downgared will let the kernel build again but yo may have out of date amdgpu firmware.
One day. the old firmware will be gone. Find the real cause and fix in now,
What does Code: | ls -l /lib/firmware/amdgpu/beige_goby* | return for you? |
its ok now.. I restore these two
beige_goby_vcn.bin
beige_goby_dmcub.bin
and now its fine....
Because I remove the ones I dont need... didnt know about the symlinks...
youre initial reply helps alot..
one thing Ive learned again today  |
|
Back to top |
|
 |
|