You are not logged in.

#51 2011-01-05 22:47:57

Vazz
Member
Registered: 2010-12-31
Posts: 5

Re: Asus Eee PC 1201n

#!/bin/bash
if [ $# -gt 0 ]
then
#path may be other in other kernels, mine is kernel-netbook, so check it and correct, otherwise it won't work!
echo>/sys/class/hwmon/hwmon3/pwm1_enable "1"
echo>/sys/class/hwmon/hwmon3/pwm1 $1
echo "Manual speed control"
fi
if [ $# -eq 0 ]
then
echo>/sys/class/hwmon/hwmon3/pwm1_enable "2"
echo "Automatic speed control"
fi
#Usage:
#w/o parameter -> set automatic controll
#parameter from range 0 - 255 -> manual speed control
#for example:
#./fan 125
#runs fan at 50%

Offline

#52 2011-01-11 10:25:00

itman
Member
From: Switzerland
Registered: 2010-05-21
Posts: 124

Re: Asus Eee PC 1201n

Thank you Sir!

Offline

#53 2012-01-20 19:09:53

tlamer
Member
From: Bratislava, Slovakia.
Registered: 2010-02-04
Posts: 42

Re: Asus Eee PC 1201n

Hi, pm-suspend worked nicely until kernel upgrade to 3.2.1. After upgrade when i try pm-suspend it tryes to suspend but it wakes immediatelly with cooling turned off... any suggestions?


:wq

Offline

Board footer

Powered by FluxBB