diff options
author | Anthony Wang | 2021-05-20 09:34:15 -0500 |
---|---|---|
committer | Anthony Wang | 2021-05-20 09:34:15 -0500 |
commit | 1acdb478894d58bc165a72f917204a5bf4442357 (patch) | |
tree | 5d62c5ecb4eda8f3bf61bc0bd5d69896f92332c2 /README.md | |
parent | 52ce0be504d78e8d5d5dc0ac6bc3f4c94359bf59 (diff) |
Update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ # Zenpower -Zenpower is Linux kernel driver for reading temperature, voltage(SVI2), current(SVI2) and power(SVI2) for AMD Zen family CPUs. +Zenpower3 is a Linux kernel driver for reading temperature, voltage(SVI2), current(SVI2) and power(SVI2) for AMD Zen family CPUs, now with Zen 3 support! Make sure that your Linux kernel have support for your CPUs as Zenpower is using kernel function `amd_smn_read` to read values from SMN. A fallback method (which may or may not work!) will be used when it is detected that kernel function `amd_smn_read` lacks support for your CPU. For AMD family 17h Model 70h (Ryzen 3000) CPUs you need kernel version 5.3.4 or newer or kernel with this patch: https://patchwork.kernel.org/patch/11043277/ @@ -11,8 +11,8 @@ You can install this module via dkms. ``` sudo apt install dkms git build-essential linux-headers-$(uname -r) cd ~ -git clone https://github.com/ocerman/zenpower.git -cd zenpower +git clone https://github.com/Ta180m/zenpower3.git +cd zenpower3 sudo make dkms-install ``` |