I’ve AMD Athlon II processors based server and it does not change frequency on all logical cores under CentOS version 5.5 or RHEL Linux. How do I fix this problem?
The default CPU frequency scaling method uses powernow-k8 frequency driver module, and the ACPI data provided by BIOS, are not compatible with each other. It may not work at all to save power. To fix this problem Edit /etc/modprobe.conf file, enter:
# vi /etc/modprobe.conf
Append the following line:
options powernow-k8 preregister_acpi_perf=0
Save and close the file. It will work after reboot, however you can fix this for current setup by typing the following command as root user:
# /etc/init.d/ cpuspeed stop
# /sbin/rmmod powernow_k8
# /sbin/modprobe powernow-k8 preregister_acpi_perf=0
# /etc/init.d/cpuspeed start
🐧 Get the latest tutorials on Linux, Open Source & DevOps via:
- RSS feed or Weekly email newsletter
- Share on Twitter • Facebook • 0 comments... add one ↓
Category | List of Unix and Linux commands |
---|---|
File Management | cat |
Firewall | Alpine Awall • CentOS 8 • OpenSUSE • RHEL 8 • Ubuntu 16.04 • Ubuntu 18.04 • Ubuntu 20.04 |
Network Utilities | dig • host • ip • nmap |
OpenVPN | CentOS 7 • CentOS 8 • Debian 10 • Debian 8/9 • Ubuntu 18.04 • Ubuntu 20.04 |
Package Manager | apk • apt |
Processes Management | bg • chroot • cron • disown • fg • jobs • killall • kill • pidof • pstree • pwdx • time |
Searching | grep • whereis • which |
User Information | groups • id • lastcomm • last • lid/libuser-lid • logname • members • users • whoami • who • w |
WireGuard VPN | Alpine • CentOS 8 • Debian 10 • Firewall • Ubuntu 20.04 |