Update README.md
parent
cd677b2677
commit
7cc5f1fefb
|
@ -5,10 +5,10 @@ Make sure that your Linux kernel have support for your CPUs as Zenpower is using
|
|||
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/
|
||||
|
||||
## Installation
|
||||
You can install this module via dkms.
|
||||
You can install this module via DKMS.
|
||||
|
||||
### Installation commands for Ubuntu
|
||||
```
|
||||
### Installation for Ubuntu
|
||||
```sh
|
||||
sudo apt install dkms git build-essential linux-headers-$(uname -r)
|
||||
cd ~
|
||||
git clone https://github.com/Ta180m/zenpower3.git
|
||||
|
@ -16,6 +16,9 @@ cd zenpower3
|
|||
sudo make dkms-install
|
||||
```
|
||||
|
||||
### Installation for Arch
|
||||
You can install the [AUR package](https://aur.archlinux.org/packages/zenpower3-dkms/).
|
||||
|
||||
## Module activation
|
||||
Because zenpower is using same PCI device as k10temp, you have to disable k10temp first.
|
||||
|
||||
|
|
Loading…
Reference in New Issue