I am also having a similar issue except on manjaro linux. My gpu is coming up as "unknown device name (ATI Technologies Inc)".
Replicated problem with different distros.
Tried different kernels. It seem like some incompatibility issue.
Hi, I happened to experience the same problem. It seems that this gpu started being supported only in kernel 5.14 so kernel 5.4 and 5.11 would never work according to this source:
https://www.phoronix.com/scan.php?page=news_item&px=AMD-Beige-Goby-Linux
However I did try Debian Bookworm (kernel 5.16.0-1) and I just get a frozen sreen on boot. It won't work even on bash shell mode. It only boots by disabling the driver in grub with the "nomodeset" command.
For further diagnosis made this post on Debian user forum, but still no conclusive answer:
Try to add amdgpu.aspm=0 after quiet at grub entry (press e then ctrl+x when done adding)
This option helped me.
Active State Power Management (ASPM) is a standard for power saving and heat control. It should always be activated if possible. I went back to my old card, haven't tested yet but if that is a consistent problem it should be fixed as soon as possible.
Saw this article mentioning it being fixed for kernel 5.18:
https://www.phoronix.com/scan.php?page=news_item&px=AMDGPU-More-Linux-5.18
ASPM causing black screen at Windows when you watch video/web and playing game at same time. I can't turn it off in BIOS so just waiting for fix.
Bugged drivers at start as always.
Here is the latest various Linux drivers for the RX6500XT from AMD : https://www.amd.com/en/support/graphics/amd-radeon-rx-6000-series/amd-radeon-rx-6500-series/amd-rade...
Seems like AMD is stopping support on Centos OS.
Radeon Software for Linux release 21.50 will be the last release supporting CentOS
@elstaciThat's because Red Hat stopped support for CentOS and released CentOS Stream with rolling distribution model. But of-course that is off-topic to our problem.
Thanks for the Linux Update. I am not a Linux User so I wasn't aware of that fact. Just that AMD posted a notice about not supporting CentOS anymore..
It may be not Linux problem at all. I just turned on ASPM like it was in Linux by default to PCI express maximum energy saving (Windows 10 powercfg.cpl) and got same halt with corrupted image.
PS. Screenshot is not mine, I posted it because of English spelling. To revert malicious option you need to boot in Safe mode.
Update: Linux drivers team closed issue as power management bug. That's because this problem does not repeat at any MB+CPU+RX6500\6400 combination. I asked Asrock to add ASPM menu to BIOS and temporarily have to use this workaround.
If you have similar problem and you don't have ASPM or PM L1 SS in your BIOS ask manufacturer 2 things:
1. Research incompatibility of your Hardware (list everything and stepping included)
2. ask to customize Bios by adding this option for time of their research.
PS. Do not share binary without consent with developers.
PSS. if you can't use bios then your option is to use Kernel parameter at GRUB amdgpu.aspm=0
After boot sudo bash -c "echo options amdgpu aspm=0> /etc/modprobe.d/amdgpu.conf"
If your distro can't boot with amdgpu.aspm=0 then use nomodeset and boot into console or software render, then upgrade kernel to 5.15 or later and type sudo bash -c "echo options amdgpu aspm=0> /etc/modprobe.d/amdgpu.conf".