AMD E2-6110 reporting 88C
Description
Problem/Justification
Impact
SmartDraw Connector
Katalon Manual Tests (BETA)
Activity
Alexander Motin March 9, 2021 at 8:14 PM
I've found AMD document for this generation of CPUs and compared it to FreeBSD and Linux temperature monitoring drivers, and I found nothing wrong or missing in FreeBSD driver. So without this being a wider problem and without ability to reproduce it locally I am going to close this ticket. It may be a weirdness of specific motherboard. But you may try to report it to upstream FreeBSD in case developer there who more often works on that driver get any better idea.
Daniel Ekström March 6, 2021 at 2:32 PM
I installed the kernel but all temps is the same as before.
I uploaded a new debug.
Alexander Motin March 4, 2021 at 3:23 PM
I've merged some AMD temperature monitoring changes from FreeBSD head into upcoming 12.0-U3. If you can, please help with testing changes by installing the attached kernel:
- update to 12.0-U2.1;
- create new boot environment just in case;
- upload the archive somewhere on the NAS;
- in command line run:
cd /boot
rm -r kernel
tar -xzvf /path/to/the/kernel.tgz
reboot
And tell us what you get.
Daniel Ekström March 1, 2021 at 3:48 PMEdited
debug and screenshot uploaded
Bonnie Follweiler March 1, 2021 at 2:20 PM
Thank you for the report @Daniel Ekström .
Can you please provide a debug (navigate to System -> Advanced, click save debug), a screenshot, and upload the files to the Attachments:Private area in this ticket?
Files uploaded into the private area in Attachments are only accessible by the developers.
The cpu temp reading is to high with AMD E2-6110.
UI reports 88C with no cpu load and 97C with full load.
BIOS reports 54C and cpu stress test reports 58C.
root@freenas[~]# sysctl -a | grep temp
device amdtemp
device coretemp
vm.pfault_oom_attempts: 3
net.inet6.ip6.use_tempaddr: 0
net.inet6.ip6.temppltime: 86400
net.inet6.ip6.tempvltime: 604800
net.inet6.ip6.prefer_tempaddr: 0
hw.sfxge.restart_attempts: 3
hw.usb.template: -1
kstat.zfs.mypool.dataset.objset-0x12f.dataset_name: mypool/iocage/templates
kstat.zfs.misc.arcstats.arc_tempreserve: 0
dev.amdtemp.0.core0.sensor0: 88.1C
dev.amdtemp.0.sensor_offset: 0
dev.amdtemp.0.%parent: hostb5
dev.amdtemp.0.%pnpinfo:
dev.amdtemp.0.%location:
dev.amdtemp.0.%driver: amdtemp
dev.amdtemp.0.%desc: AMD CPU On-Die Thermal Sensors
dev.amdtemp.%parent:
dev.cpu.3.temperature: 88.1C
dev.cpu.2.temperature: 88.1C
dev.cpu.1.temperature: 88.1C
dev.cpu.0.temperature: 88.1C
root@freenas[~]#