On Wed, 13 Oct 2021 17:01:03 +0300 thylacine <[email protected]> wrote:
> Hi > > The problem concerns loading firmware "amdgpu/polaris10_mc.bin" > > Installation was successful. There were no any problem. > > I've got a heavy crash of 6.9/amd64 diring first start after install. > Unfortunately keyboard is blocked and I canncot use Scroll, trace, show > panic and etc. And I don't have now other comp. to get console ouput. > > I can sent you dmesg of 6.1/amd64 (six.one) which has been working on > this machine during several years. > -- > ___ > Best regards, > Vasily I encountered this a week or two ago after I upgraded the video card to the one that uses "amdgpu" driver. It crashes because (most likely) you do not have amdgpu firmware installed, amdgpu-firmware-20210818 currently. What I did: at boot: prompt, type "boot bsd -c", then "disable amdgpu", then boot (uhm.. "quit" to exit the kernel config I think?). It will not boot into xenodm or xinit if you have it configured, but will give you a shell. Run "doas fw_update amdgpu". It will download and install the firmware and will not crash any more after you reboot. Note: some screen freezes still happen with amdgpu, but OpenBSD developers frequently sync the code with linux-mainline drivers, so it will likely be fixed someday. I have not had this video card for long enough to determine a pattern or troubleshoot it yet, sorry. -- Andre
