From ce2c2bbeee289841b6b4d3c03d8b185b47db9747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondrej=20=C4=8Cerman?= Date: Sun, 29 Sep 2019 12:37:14 +0200 Subject: [PATCH] Updated readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ddc2010..a5bf41d 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,7 @@ You can use this app: [zenmonitor](https://github.com/ocerman/zenmonitor), or yo 4. Update code from git `git pull` 5. Install new version `sudo make dkms-install` 6. Activate zenpower `sudo modprobe zenpower` + +## 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.