Hello,
I have an older system running PVE:
AMD FX8350
Asus M5A99X motherboard
48GB PC3-12800 DDR3 RAM
"Random" assortment of SATA, SATA SSD, and NVME drives (I also have my NAS here as a VM with BtrFS RAID 10)
The 8350 is old and runs quite hot. To have the system stable, I have to run the fans on "turbo" mode, making a lot of noise. I was hoping to switch to the powersave governor to see if I could switch to quiet mode on the fans while keeping temperatures under control, and to save a few cents on power. However, and this is the issue, it seems there is no cpufreq for this older CPU. Obviously, CPPC didn't exist then - and checking dmesg proves it:
The problem is that even acpi_cpufreq seems to be missing. /sys/devices/system/cpu/cpufreq/ is empty.
Is there any way I can get a working "powersave" governor on this old system?
I have an older system running PVE:
AMD FX8350
Asus M5A99X motherboard
48GB PC3-12800 DDR3 RAM
"Random" assortment of SATA, SATA SSD, and NVME drives (I also have my NAS here as a VM with BtrFS RAID 10)
The 8350 is old and runs quite hot. To have the system stable, I have to run the fans on "turbo" mode, making a lot of noise. I was hoping to switch to the powersave governor to see if I could switch to quiet mode on the fans while keeping temperatures under control, and to save a few cents on power. However, and this is the issue, it seems there is no cpufreq for this older CPU. Obviously, CPPC didn't exist then - and checking dmesg proves it:
Code:
# dmesg --level warn | grep amd
[ 0.904359] amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled
The problem is that even acpi_cpufreq seems to be missing. /sys/devices/system/cpu/cpufreq/ is empty.
Is there any way I can get a working "powersave" governor on this old system?