Create README.md

This commit is contained in:
Ondrej Čerman 2018-11-12 01:19:04 +01:00 committed by GitHub
parent ba72ab76e4
commit a710e87047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

25
README.md Normal file
View File

@ -0,0 +1,25 @@
# Zenpower
Zenpower is Linux kernel driver for reading temperature, voltage, current and power for AMD Zen family CPUs.
## Installation
You can install this module via dkms.
### Installation commands for Ubuntu
```
sudo apt install dkms git build-essential linux-headers-$(uname -r)
cd ~
git clone https://github.com/ocerman/zenpower.git
cd zenpower
sudo make dkms-install
```
## Module activation
Because zenpower is using same PCI device as k10temp, you have to disable k10temp first.
1. Check if k10temp is active. `lsmod | grep k10temp`
2. Unload k10temp `sudo modprobe -r k10temp`
3. (optional) blacklist k10temp: `sudo bash -c 'sudo echo "blacklist k10temp" > /etc/modprobe.d/blacklist.conf'`
4. Activate zenpower `sudo modprobe zenpower`
## Sensors monitoring
You can use this script: [zenmonitor](https://github.com/ocerman/zenmonitor), or your favourie sensors monitoring software