Freebsd crashing/reboots thinkpad E14 AMD Ryzen 7 7735HS with Radeon Graphics

Hello,

I have this thinkpad AMD Ryzen 7 7735HS with Radeon Graphics that crashes/reboots every other 2 days.

The system freezes for half a second and reboots. I am not sure anything is logged.. it has dumpdev="AUTO" but nothing shows up in /var/crash

I dont know if there are any known issues with AMD or its only this machine that reboots after some 2 days.

By the way, it has 32gb ram and the ram was tested and its fine.

And when it freezes it usualy has 2 browsers opened, 1 bhyve with linux and a couple xterms.. so no extreme usage

What could be the problem ? Whats the best way to debug this ?
 
➜ ~ uname -r
uname14.2-RELEASE-p1
➜ ~ uname -a
unameFreeBSD radeon 14.2-RELEASE-p1 FreeBSD 14.2-RELEASE-p1 GENERIC amd64


in /etc/rc.conf:

kld_list="amdgpu"


Could be the gpu ? maybe yes, but apparently it is able to handle graphics fine
 
By the way, i just noticed i have wifibox enabled, however the freebsd and neither the wifibox are able to detect the wifi card.. so i just disabled it (im not sure if maybe having it enabled contributed to the crashes)
 
Could be the gpu ? maybe yes
The DRM drivers are still a work-in-progress, so it's possible that driver is the cause of the crashes.
so i just disabled it (im not sure if maybe having it enabled contributed to the crashes)
Disabling everything that's not strictly required will definitely narrow down potential causes. Debugging is a process of elimination.
 
Interesting. Im running x/dwm and in my case nothing slows down.. it just reboots.

The filesystem is ZFS, but im not sure how to create a boot environment for stable/14.. is there any write up on that ?
 
Back
Top