• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

Software fan controller for linux

Weigy104

New Member
Joined
Jul 6, 2005
Messages
241 (0.03/day)
Location
Glasgow
Processor AMD Athlon 4200+ X2 939
Motherboard MSI K8N NEO2 Platinum
Cooling Arctic Silencer 4 and Gigabyte G-Power Pro
Memory 1GB DDR400 value crap :(
Video Card(s) X800 Pro Modded to XT via bios flash
Storage Seagate Baracuda 160GB & Samsung Spinpoint T 500GB :)
Display(s) ACER AL1751
Case Thermaltake Tsunami Dream :D
Audio Device(s) Creative Audigy 4
Power Supply Enermax Liberty 400W
Software Windows XP Pro SP2, Ubuntu, Windows 2k3
Hi im relatively new to linux but finding ubuntu the easiest system to learn on, im currently forced to run it on a virtual machine using vmware as a dual boot is just too noisy because without my software fan controllers my pc gets pretty loud and it gets iritating after a while. Was just wondering if there is a software fan controller out there? or a way i can access the sensors and set the fan speed?
 
easiest way is to first of all install lm-sensors
from a terminal and set up pwm.

Code:
sudo apt-get install lm-sensors
sudo pwmconfig

This will install the sensor package and run a config tool that will give some nice default values to your fan speed and make a config file in /etc and you can edit it later to customize it (/etc/fancontrol i think)
 
Back
Top