amdgpu panics

Hans Petter Selasky hps at selasky.org
Tue Apr 7 09:56:14 UTC 2020


On 2020-04-07 11:35, Grzegorz Junka wrote:
> kern.osrelease: 12.1-RELEASE-p3

Hi,

This is not 12.1-STABLE! Yes, you can use a 12.1-STABLE kernel with the 
12.1-RELEASE.

Can you try this:

rm -rf /usr/src
cd /usr
svn checkout https://svn.freebsd.org/base/stable/12 /usr/src

cd /usr/src
make buildkernel -j6
make installkernel -j6

cd /usr/ports/graphics/drm-fbsd12.0-kmod
make all deinstall install clean

cd /usr/ports/graphics/gpu-firmware-kmod
make all deinstall install clean

Then reboot, and try to test the driver again.


I'm sorry to say, you _need_ -stable or -current for now, when using the 
new DRM stuff!


--HPS


More information about the freebsd-ports mailing list