[ltp] [PATCH][2.6.18] ibm-acpi: extended fan control and thermal sensors

Henrique de Moraes Holschuh linux-thinkpad@linux-thinkpad.org
Wed, 11 Oct 2006 18:19:31 -0300


On Wed, 11 Oct 2006, Enrico Tröger wrote:
> [23:01] enrico@endor ;-): ~$ cat /proc/acpi/ibm/fan
> status:         unknown
> level:          unknown
> speed:          3326
> commands:       level <level> (<level> is 0-7, auto, disengaged)
> commands:       enable, disable

That's the EC fan bug workaround at work.  Please refer to:
http://thread.gmane.org/gmane.linux.hardware.thinkpad/28326/focus=28326

> Changing the level with
> echo -n auto > /proc/acpi/ibm/fan
> doesn't work too(error message: invalid argument).

try:
	echo -n "level auto" > /proc/acpi/ibm/fan

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh