Gentoo Archives: gentoo-user

From: Volker Armin Hemmann <volkerarmin@××××××××××.com>
To: gentoo-user@l.g.o, meino.cramer@×××.de
Subject: Re: [gentoo-user] FAN-Speed readout/control ???
Date: Sun, 12 Dec 2010 15:06:59
Message-Id: 4d04e4b1.450fcc0a.6869.085d@mx.google.com
In Reply to: Re: [gentoo-user] FAN-Speed readout/control ??? by meino.cramer@gmx.de
1 On Sunday 12 December 2010 15:28:26 meino.cramer@×××.de wrote:
2 > Volker Armin Hemmann <volkerarmin@××××××××××.com> [10-12-12 15:16]:
3 > > On Sunday 12 December 2010 14:57:26 meino.cramer@×××.de wrote:
4 > > > Volker Armin Hemmann <volkerarmin@××××××××××.com> [10-12-12 14:52]:
5 > > > > On Sunday 12 December 2010 14:06:33 meino.cramer@×××.de wrote:
6 > > > > > IT8721
7 > > > >
8 > > > > So look at the lm sensors site:
9 > > > >
10 > > > > http://www.lm-sensors.org/wiki/Devices
11 > > > >
12 > > > > ITE IT8721F, IT8758E yes it87 LPC 2.6.37 or
13 > > > > standalone driver
14 > > > >
15 > > > > (2010-10-12) We have a datasheet for the IT8721F. Different from
16 > > > > previous
17 > > > > IT87xxF chips (12 mV ADC instead of 16 mV, amongst other.) Two
18 > > > > requests ( Jae Sammy, Virgil Gheorghiu.) The IT8758E was
19 > > > > reported to have the same device ID, so hopefully they are
20 > > > > fully compatible. Support added by Jean Delvare, please test
21 > > > > the standalone driver and report.
22 > > > >
23 > > > > you could try this:
24 > > > > http://khali.linux-fr.org/devel/misc/it87/it87.c
25 > > > >
26 > > > > google. 2minutes. It really is that simple.
27 > > >
28 > > > Instead I backported the i87.c driver from the upcoming linux
29 > > > 2.36.7.rc5 itree into my linux-2.6.36.6 kernel.
30 > > >
31 > > > After recompiling i and a reboot it loads well but dmesg shows that
32 > > > there were conflicting ACPI areas then. The driver itsself suggests
33 > > > to
34 > > > use the atk0110-acpi driver instead the it87 one.
35 > > >
36 > > > So I will do that and give the BIOS the full control over the fans.
37 > >
38 > > I did the same and it is working really well... apart from an annoying
39 > > cpu-fan error at the boot, because the fan only start turning 1-2
40 > > minutes after turning the box on.
41 > >
42 > > k10temp-pci-00c3
43 > > Adapter: PCI adapter
44 > > temp1: +38.1°C (high = +70.0°C, crit = +90.0°C)
45 > >
46 > > atk0110-acpi-0
47 > > Adapter: ACPI interface
48 > > Vcore Voltage: +1.00 V (min = +0.85 V, max = +1.70 V)
49 > >
50 > > +3.3 Voltage: +3.39 V (min = +2.97 V, max = +3.63 V)
51 > > +5 Voltage: +5.08 V (min = +4.50 V, max = +5.50 V)
52 > > +12 Voltage: +12.52 V (min = +10.20 V, max = +13.80 V)
53 > >
54 > > CPU FAN Speed: 565 RPM (min = 600 RPM)
55 > > CHASSIS FAN Speed: 1171 RPM (min = 600 RPM)
56 > > CHASSIS FAN 2 Speed: 698 RPM (min = 600 RPM)
57 > > CPU Temperature: +36.0°C (high = +60.0°C, crit = +95.0°C)
58 > > MB Temperature: +29.0°C (high = +45.0°C, crit = +75.0°C)
59 >
60 > Hi Volker,
61 >
62 > THAT'S INTERESTING!!
63 >
64 > What motherboard do you use and may be you can mail me your kernel
65 > config in a personal mail ?
66
67 M4A79XTD EVO
68 config will come per pm.
69
70 > And: What exactly do you enable/disable in the BIOS of you board?
71
72 on: acc, c1e, usb, fan control (setting to optimal), ahci modus, on on
73 keyboard/space bar, some other stuff.
74 Off onboard sound, firewire, serial and all the other stuff I never use... oh and
75 PNP OS, if I remember correctly.
76
77 >
78 > When I try to enable fan control via bios I got a warning and loud
79 > beeps from the BIOS *AND* the fan do not start...
80
81 yeah and if you ignore that it should start rotating after a short while. The
82 starting volts at room temperature are too low, but as soon as the cpu heats
83 up, the volts increase and the fan spins.
84
85 >
86 > But what is the reason for the ACPI area conflict???
87
88 that it87blabla can be accessed by acpi stuff but the it87 driver does not know
89 about it - or something like that. Read about it a few month ago and forgot
90 everything.

Replies

Subject Author
Re: [gentoo-user] FAN-Speed readout/control ??? Keith Dart <keith@×××××××××.biz>