Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] FAN-Speed readout/control ???
Date: Sun, 12 Dec 2010 13:08:44
Message-Id: 20101212130633.GB5493@solfire
In Reply to: Re: [gentoo-user] FAN-Speed readout/control ??? by Andrea Conti
1 Andrea Conti <alyf@××××.net> [10-12-12 14:00]:
2 > > AMD k10 was already in and reports everything -- only the fan stuff
3 > > was missing, which (normall) the ITE (it87) chip is used for.
4 >
5 > Current IT87xx chips provide fan, temperature and voltage readings.
6 >
7 > If you built the drivers as modules, are you sure everything (it87 and
8 > the relevant i2c drivers) is loaded?
9 > Check the kernel log for any error messages.
10 >
11 > > The version of lm_sensors, which is in portage reports here "driver to
12 > > be written" but the svn-version of lm_sensors seems to support it
13 >
14 > Support for a specific sensor chip is provided by the kernel driver, not
15 > by lm_sensors. sensor-detect only provides advice based on the situation
16 > at the time it was released; if a more recent revision says that the
17 > chip is supported, it means that a driver for the chip now exists, *not*
18 > that the driver provided by the current kernel supports it.
19 >
20 > However, according to this page the it8720F chip seems to be supported
21 > starting from kernel 2.6.29, so kernel version is not your problem.
22 >
23 > http://www.lm-sensors.org/wiki/Devices
24 >
25 > andrea
26 >
27
28 The chip on the board is a ITE IT8721.
29
30 An excerpt of the top part of
31 /usr/src/linux-2.36.6.2/drivers/hwmon/it87.c
32
33
34 *
35 * Supports: IT8705F Super I/O chip w/LPC interface
36 * IT8712F Super I/O chip w/LPC interface
37 * IT8716F Super I/O chip w/LPC interface
38 * IT8718F Super I/O chip w/LPC interface
39 * IT8720F Super I/O chip w/LPC interface
40 * IT8726F Super I/O chip w/LPC interface
41 * Sis950 A clone of the IT8705F
42 *
43
44 Therefore the chip is unsupported and the kernel is the source of the
45 problem according to your explanations.
46
47 mcc

Replies

Subject Author
Re: [gentoo-user] FAN-Speed readout/control ??? Volker Armin Hemmann <volkerarmin@××××××××××.com>