Open pjkaufman opened 2 years ago
Note: I also seem to get this message occasionally when modifying things via the terminal:
W: Possible missing firmware /lib/firmware/amdgpu/yellow_carp_gpu_info.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vangogh_gpu_info.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/aldebaran_ta.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/aldebaran_sos.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/aldebaran_rlc.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/aldebaran_mec2.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/aldebaran_mec.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish2_rlc.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish2_mec2.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish2_mec.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish2_me.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish2_pfp.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish2_ce.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_rlc.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_mec2.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_mec.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_me.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_pfp.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_ce.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/aldebaran_sdma.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish2_sdma1.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish2_sdma.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_sdma1.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_sdma.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/sienna_cichlid_mes.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/navi10_mes.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/aldebaran_vcn.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/aldebaran_smc.bin for module amdgpu
This may or may not be an issue. Some links seem to indicate this warning is a non-issue: https://www.linux.org/threads/files-missing-in-lib-firmware-amdgpu-solved.30836/
Following the following two guides I have been able to get hibernate working:
Though I did see some weird behavior on my login attempt where I could not try to login until I went back to the user list and selected my user again (for some reason my password was filled in with spaces and I could not edit it).
Note: I see that adding hibernate as an option does not display it in the options in the drop down for actions to take. I will have to see if it is possible to do so.
Update: I can now see the option in the drop down after installing a gnome extension and following setup instructions found here
Distribution (run
cat /etc/os-release
):Related Application and/or Package Version (run
apt policy $PACKAGE NAME
):The issue seems to reside in in the
amdgpu
though I am not 100% certain of this. Based on what I could find about the log, theamdgpu
error does correlate to the issue with suspend and shutting my laptop not being able to start back up.Issue/Bug Description:
When I shut my laptop or suspend the OS, I run into an issue where when I try to start using the previous user session, the screen either goes black and does nothing or I can see the screen that shows the time, but not my user and it just sits there not responding to keyboard input.
Steps to reproduce (if you know):
If I shut my laptop lid or specifically select suspend on the action I would like to take for my computer and then try to reuse the user session, it does not properly restore the session.
Expected behavior:
I should be able to log back in and start off where I left off in my session once I log back in.
Other Notes:
The issue has happened to me on 21.04 and 21.10.
I have more logs if you would like them, but the logs from
journalctl -b -1
that seem to be the problem are:Please let me know if you have any suggestions or need more information about this issue. I know it can be hard to reproduce these kinds of issues.
Thanks for the help!