Created
February 22, 2019 12:45
-
-
Save greyltc/fd8e6564d5cb380281407ef5e120b2b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo cpupower frequency-set -f 3000MHz | |
Setting cpu.... | |
Error setting new values. Common errors: | |
- Do you have proper administration rights? (super-user?) | |
- Is the governor you requested available and modprobed? | |
- Trying to set an invalid policy? | |
- Trying to set a specific frequency, but userspace governor is not available, | |
for example because of hardware which cannot be set to a specific frequency | |
or because the userspace governor isn't loaded? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment