Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2024 14:38:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 276731] amdtemp does not detect AMD Ryzen 9 7950X3D
Message-ID:  <bug-276731-227-4799sxSfpU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-276731-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-276731-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276731

--- Comment #6 from Robert Schulze <rs@bytecamp.net> ---
Verbose boot offered the following:

amdtemp0: <AMD CPU On-Die Thermal Sensors> on hostb0
amdtemp0: No SMN device found
device_attach: amdtemp0 attach returned 6

After reversal and applying the patch from comment #5 (which touches amdsmn=
.c,
too), the sysctls get properly populated:

# sysctl dev.amdtemp
dev.amdtemp.0.ccd1: 28.1C
dev.amdtemp.0.ccd0: 28.2C
dev.amdtemp.0.core0.sensor0: 38.5C
dev.amdtemp.0.sensor_offset: 0
dev.amdtemp.0.%parent: hostb0
dev.amdtemp.0.%pnpinfo:=20
dev.amdtemp.0.%location:=20
dev.amdtemp.0.%driver: amdtemp
dev.amdtemp.0.%desc: AMD CPU On-Die Thermal Sensors
dev.amdtemp.%parent:=20

Thank you very much!

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276731-227-4799sxSfpU>