Torajima
June 13th, 2007, 05:43 PM
Okay, I've already done this bit (changing the value to 5000):
To set a minimum fan speed (helpful for making the MacBook run cooler) Add the following to /etc/rc.local:
echo 3000 > /sys/devices/platform/applesmc/fan0_minimum_speed
Add the following to /usr/lib/hal/scripts/linux/hal-system-power-suspend-linux (on a line by itself BEFORE the final "exit" statement)
echo 3000 > /sys/devices/platform/applesmc/fan0_minimum_speed
But I don't think my fans are running any faster. Is there something else I have to install or edit first?
What exactly is "applesmc"?
To set a minimum fan speed (helpful for making the MacBook run cooler) Add the following to /etc/rc.local:
echo 3000 > /sys/devices/platform/applesmc/fan0_minimum_speed
Add the following to /usr/lib/hal/scripts/linux/hal-system-power-suspend-linux (on a line by itself BEFORE the final "exit" statement)
echo 3000 > /sys/devices/platform/applesmc/fan0_minimum_speed
But I don't think my fans are running any faster. Is there something else I have to install or edit first?
What exactly is "applesmc"?