Hello.
Processor AMD EPYC 7343
zenpower3 incorrectly detects temperature.
sensors output - cpu0 Tdie: +78.1°C (high = +95.0°C)
ipmitool output - CPU1 Temperature | 29 degrees C | ok
Search Criteria
Package Details: zenpower-dkms 0.1.12-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/zenpower-dkms.git (read-only, click to copy) |
---|---|
Package Base: | zenpower-dkms |
Description: | Linux kernel driver for reading sensors for AMD Zen family CPUs |
Upstream URL: | https://github.com/ocerman/zenpower |
Keywords: | amd ryzen zen zenpower |
Licenses: | GPL2 |
Conflicts: | zenpower |
Provides: | zenpower |
Submitter: | xythrez |
Maintainer: | xythrez |
Last Packager: | xythrez |
Votes: | 14 |
Popularity: | 0.000001 |
First Submitted: | 2020-02-22 23:40 (UTC) |
Last Updated: | 2020-11-14 17:07 (UTC) |
Required by (2)
- zenmonitor (requires zenpower)
- zenmonitor-git (requires zenpower)
Sources (2)
nanalncux commented on 2022-12-19 12:28 (UTC)
dodecahedron commented on 2021-11-13 02:26 (UTC)
@matkam Yes, zenpower is currently not under active development and zenpower3 is a fork with Zen 3 support.
matkam commented on 2021-08-10 18:50 (UTC)
Should we be using the newer zenpower3-dkms package instead?
xythrez commented on 2021-05-17 16:16 (UTC)
I just got a flag saying this package needs to be updated for GCC11. However, I'm unable to see any issues with the current PKGBUILD script. I'm going to unflag it for now. If someone notices any issues please let me know.
habarnam commented on 2021-02-16 15:55 (UTC)
@xythrez, thank you, makes sense.
I only had this dkms package installed and I assumed the step that requires pahole is specific to it.
Maybe my comment will be useful to someone else, until they fix dkms itself.
xythrez commented on 2021-02-16 15:28 (UTC) (edited on 2021-02-16 15:29 (UTC) by xythrez)
@habarnam what you're referring to is a missing dependency in dkms (or linux-headers). Please see https://bugs.archlinux.org/task/69654 .
habarnam commented on 2021-02-16 10:11 (UTC)
I think the package needs a dependency on pahole[1]. I didn't realize that the dkms command was failing for this module because this wasn't installed.
ph34rb0t commented on 2021-01-07 02:22 (UTC) (edited on 2021-01-07 02:28 (UTC) by ph34rb0t)
Applying the patch for Zen3 (Ryzen5xxx series support) from the Github issue tracker:
Addition to the end of the "source()" array: "https://crazy.dev.frugalware.org/ZEN3-test4.patch"
Addition to the end of the "sha256sums" array: 'bc72955d1cf1d56c347d2444a13ea707f9402512ce211a013e5dee8ff3a8632d'
Addition to the end of the "prepare" function: patch -d "$srcdir/zenpower-$pkgver" -p1 -i ../ZEN3-test4.patch
Zenmonitor requires a patch as well, see my comment on the zenmonitor-git package.
xythrez commented on 2020-11-14 17:08 (UTC)
@Xorg Thanks for catching that! I can't believe nobody noticed that typo for so long. It has now been fixed.
UnicornDarkness commented on 2020-11-14 15:04 (UTC) (edited on 2020-11-14 15:05 (UTC) by UnicornDarkness)
post_remove
function is wrong in zenpower.install
, it must be:
post_remove() {
echo 'The zenpower kernel module will be removed on reboot. To remove it now, run "rmmod zenpower && modprobe k10temp" as root'
}
Pinned Comments
xythrez commented on 2020-07-10 13:52 (UTC)
For dkms packages to work, you need to install your corresponding kernel headers (i.e if you are using linux, then install linux-headers). These are not included in the dependencies per dkms package guidelines on the wiki and you be able to take care of this yourself (not everyone uses the default kernel, this is why dkms packages exist)