freebsd 14 Radeon RX 6600 hard freeze / crash with (drm dsc precompute is not needed) (noob question)

I go wit this article to the letter

After that i got this error drm dsc precompute is not needed

found this

Then this

Now im baffled as heck

Should i go to single user mode and somehow remove drm-515-kmod ?
I will do it right away if i only know how
If I manage to remove this i can try to compile this port

should i remove it from /etc/rc.conf then remove actual package with pkg remove
or rather go with # kldstat followed by kldunload -i ID or kldunload module-name

then proceed with removing popper line /etc/rc.conf
and in the end remove a package with pkg remove drm-kmod.

Then compile /graphics/gpu-firmware-kmod or should I use some other metods

If it was slackware or debian i would know what to do but on bsd im clueless

Damn my lack of bsd knowledge annoys me more then you can imagine
 
Ok I replay to my own post, maybe it will help some others clueless linux idiot like me. :)

a.) on freebsd boot screen press 2 boot in to single user mode
b.) mount -uw / it works for me at least
c.) then remove popper line from /etc/rc.conf using vi, ee or whatever you like
d.) now go with pkg remove drm-kmod

If you do mot have ports tree installed nor git yet.
e.) mkdir -p /usr/ports
f.) git clone -b main https://git.freebsd.org/ports.git /usr/ports
or if you are on quarterly
git clone -b 2024Q4 https://git.freebsd.org/ports.git /usr/ports
g.) cd /usr/ports/graphics/gpu-firmware-kmod/ && make install clean

Then proceed as usual
 
Back
Top