Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. $ watch grep MHz /proc/cpuinfo
  2.  
  3. [1]+ Stopped watch grep MHz /proc/cpuinfo
  4. [realeyes@se7en ~]$ powertop
  5. bash: powertop: command not found
  6. [realeyes@se7en ~]$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
  7. cat: /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor: No such file or directory
  8. [realeyes@se7en ~]$ sudo pacman -S cpufreq
  9. Password:
  10. error: target not found: cpufreq
  11. [realeyes@se7en ~]$ sudo pacman -S cpufreq-utils
  12. error: target not found: cpufreq-utils
  13. [realeyes@se7en ~]$ sudo pacman -S powertop
  14. resolving dependencies...
  15. looking for inter-conflicts...
  16.  
  17. Targets (1): powertop-1.13-2
  18.  
  19. Total Download Size: 0.06 MB
  20. Total Installed Size: 0.48 MB
  21.  
  22. Proceed with installation? [Y/n] y
  23. :: Retrieving packages from community...
  24. powertop-1.13-2-x86_64 66.0K 265.7K/s 00:00:00 [#######################################] 100%
  25. (1/1) checking package integrity [#######################################] 100%
  26. (1/1) checking for file conflicts [#######################################] 100%
  27. (1/1) installing powertop [#######################################] 100%
  28. [realeyes@se7en ~]$ sudo pacman -S cpufrequtils
  29. resolving dependencies...
  30. looking for inter-conflicts...
  31.  
  32. Targets (1): cpufrequtils-008-1
  33.  
  34. Total Download Size: 0.03 MB
  35. Total Installed Size: 0.23 MB
  36.  
  37. Proceed with installation? [Y/n] y
  38. :: Retrieving packages from extra...
  39. cpufrequtils-008-1-x86_64 29.6K 206.5K/s 00:00:00 [#######################################] 100%
  40. (1/1) checking package integrity [#######################################] 100%
  41. (1/1) checking for file conflicts [#######################################] 100%
  42. (1/1) installing cpufrequtils [#######################################] 100%
  43. [realeyes@se7en ~]$ ls /lib/modules/$(uname -r)/kernel/arch/x86/kernel/cpu/cpufreq/
  44. acpi-cpufreq.ko.gz mperf.ko.gz p4-clockmod.ko.gz pcc-cpufreq.ko.gz powernow-k8.ko.gz speedstep-lib.ko.gz
  45. [realeyes@se7en ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement