Is there some way to display the CPU temperature of AMDs ryzen zen 5 CPUs ?
I tried to load amdtemp by issuing as root:
and checking whether the module is loaded through issuing:
the module seems to be loaded.
Next I tried both commands:
1)
2)
resulting in a blank output line for both.
In linux I remember that I used lm_sensors to scan the mainboard for CPU temps for my zen 4 CPU back then.
Is there some alternative for FreeBSD ?
I tried to load amdtemp by issuing as root:
Code:
kldload -v amdtemp
and checking whether the module is loaded through issuing:
Code:
kldstat | grep amdtemp
Next I tried both commands:
1)
sysctl -a | grep temperature
2)
sysctl dev.cpu | grep temperature
resulting in a blank output line for both.
In linux I remember that I used lm_sensors to scan the mainboard for CPU temps for my zen 4 CPU back then.
Is there some alternative for FreeBSD ?