You are not logged in.
Pages: 1
I have recently installed Arch and configured it by adding a desktop environment and various programs. I used cpufreq before in Debian and I wanted to configure it on my arch system also. However, when i run it on the terminal, it says "bash: cpufreq: command not found"
N.B : the cpufreq folder exists under /sys/devices/system/cpu/cpuX/ and i can use cat to read all the values. It seems that the problem is in the command itself or in its loading
Last edited by N2M (2023-06-26 12:09:20)
Offline
I don't see a command by that name in Debian, but I didn't search all that hard. First step would be to figure out just what that command is.
Offline
what i meant by cpufreq is all the commands it offers like cpufreq-set, cpufreq-info ...
Offline
There's this orphaned AUR package, which seems to provide the tools you mentioned. Try 'cpupower' from the official repo instead...
Ok Thank's for your help
Offline
This AUR package is currently en vogue: https://aur.archlinux.org/packages/auto-cpufreq
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn
Offline
Pages: 1