aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Čerman2019-10-05 21:47:06 +0200
committerOndrej Čerman2019-10-05 21:47:06 +0200
commitd214772d66b1f2c55b08898266eb0e2f0359b29f (patch)
tree4298e0449d4d4e6b108c692ab5363be912a422e2
parent4264bc72e4835d48526509259cda862f6c9a4aa8 (diff)
Updated readme
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index a5bf41d..1d338fd 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Zenpower is Linux kernel driver for reading temperature, voltage(SVI2), current(SVI2) and power(SVI2) for AMD Zen family CPUs.
Make sure that your Linux kernel have support for your CPUs as Zenpower is using kernel calls to read values from SMN.
-For AMD family 17h Model 70h (Ryzen 3000) CPUs you need kernel with this patch: https://patchwork.kernel.org/patch/11043277/
+For AMD family 17h Model 70h (Ryzen 3000) CPUs you need kernel version 5.4rc1 or newer or kernel with this patch: https://patchwork.kernel.org/patch/11043277/
## Installation
You can install this module via dkms.
@@ -35,6 +35,9 @@ You can use this app: [zenmonitor](https://github.com/ocerman/zenmonitor), or yo
5. Install new version `sudo make dkms-install`
6. Activate zenpower `sudo modprobe zenpower`
+## Help needed
+It would be very helpful for me for further development of Zenpower if you can share debug data from zenpower. [Read more](https://github.com/ocerman/zenpower/issues/12)
+
## Known Issues
- - On some systems the SVI2 values for Core/SOC may be swapped. As a workaround you can install module with `sudo make dkms-install MCFLAGS=-DSWAP_CORE_SOC` to swap them back.
- - The formula for calculating amperage/wattage from raw values may not be correct for all systems.
+ - On some systems the SVI2 values for Core/SOC may be swapped. As a workaround you can install module with `sudo make dkms-install MCFLAGS=-DSWAP_CORE_SOC` to swap them back. (Should be fixed in version 0.1.4)
+ - The formula for calculating amperage/wattage from raw values may not be correct for all systems. (Should be fixed for Zen2 Ryzen CPUs in version 0.1.4)