Asus M5n ACPI Fan

less than 1 minute read

I am posting this so I can later go search and find it. Stupid fan was driving me nuts!

Assorted Nuts

Thing came on at 40 degree celcius. This meant that it ran ALL THE TIME. I could have the darn thing closed and it doing nothing…fan is on…grrr…anyways here is the fix action:

`
sudo vi /etc/modules
add in i2c-i810 and lm85</p>

sudo vi /etc/rc.local
echo 50000 > /sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002e/temp1_auto_temp_off

echo 55000 > /sys/devices/pci0000:00/0000:00:1f.3/i2c-0/0-002e/temp1_auto_temp_min
`

Updated: