* Gaudenz Steinlin <[EMAIL PROTECTED]> [2008-01-09 11:27]:
> How can I set the fan speed manually now and how do I enable automatic
> fan control (if possible)?

I don't know which tools to use to control it automatically, but here
are instructions for manual use:

   By default, the fan should run at full speed. If you need to regulate the 
speed, you need to
   locate the pwm files in /sys:
find /sys/ | grep pwm
/sys/devices/platform/IOP3xx-I2C.0/i2c-0/0-002e/pwm2
/sys/devices/platform/IOP3xx-I2C.0/i2c-0/0-002e/pwm1

   If you want to stop the fan, you have to write the value zero to these files:
echo 0 > /sys/devices/platform/IOP3xx-I2C.0/i2c-0/0-002e/pwm2
echo 0 > /sys/devices/platform/IOP3xx-I2C.0/i2c-0/0-002e/pwm1

   You can activate full speed using the following commands:
echo 255 > /sys/devices/platform/IOP3xx-I2C.0/i2c-0/0-002e/pwm1
echo 255 > /sys/devices/platform/IOP3xx-I2C.0/i2c-0/0-002e/pwm2

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to