Home » Questions » Computers [ Ask a new question ]

Installed Ubuntu Server on old Compaq Desktop - Fans run full-speed all the time. What to look at?

Installed Ubuntu Server on old Compaq Desktop - Fans run full-speed all the time. What to look at?

I installed Ubuntu Server on an old Compaq Desktop machine, for a development server. (Don't have the model number handy, can verify later).

Asked by: Guest | Views: 243
Total answers/comments: 2
Guest [Entry]

"I would look into making sure ACPI and APIC and everything else is enabled for the motherboard, and also in Ubuntu. The motherboard may only have drivers that are windows-compatible because of some quirk in how they are made.

You don't mention how old the system is. In my experience only the last few years of Compaqs have played really nicely with Linux."
Guest [Entry]

"manually change fan speed in Ubuntu (many motherboards):
as root:
echo 1 > /sys/class/hwmon/hwmon0/device/pwm1_enable
echo 60 > /sys/class/hwmon/hwmon0/device/pwm1"