Skip to content

Commit cce9fbc

Browse files
author
Jeff Fredrickson
committed
add prerequisites section (resolves #2)
1 parent 2c48c6e commit cce9fbc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ A systemd service to disable the C6 state upon system boot, preventing Ryzen fre
44

55
This simply installs `zenstates.py` from [ZenStates-Linux](https://github.com/r4m0n/ZenStates-Linux) and creates a one-shot service based on it.
66

7+
## Prerequisites
8+
9+
The `zenstates.py` script requires the `msr` kernel module. Ensure that you're either loading the `msr` module at startup or have it compiled into the kernel. If `/dev/cpu/*/msr` exists, then your `msr` module is active.
10+
11+
Refer to your specific distribution and init system to find out how to load kernel modules. For instance, if you're using systemd, refer to `man modules-load.d`.
12+
713
## Installation
814

915
```

0 commit comments

Comments
 (0)