https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284130
Adriaan de Groot <adr...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adr...@freebsd.org --- Comment #3 from Adriaan de Groot <adr...@freebsd.org> --- The errata at https://www.freebsd.org/releases/14.2R/errata/ say that the drm-kmod modules compiled for 14.1 are bad. I ran into this same problem, with `kldload amdgpu` blanking the screen and leaving me with no vt console at all. I did the following: - rebuilt 14-STABLE from source, make buildworld installworld, that kind of thing - then rebuilt graphics/drm-61-kmod from ports, make deinstall reinstall - then rebuilt relevant graphics/gpu-firmware-amd-kmod with relevant flavors, make deinstall reinstall After **that**, reboot and `kldload amdgpu` works again. -- You are receiving this mail because: You are the assignee for the bug.