Gentoo Archives: gentoo-user

From: Volker Armin Hemmann <volkerarmin@××××××××××.com>
To: gentoo-user@l.g.o
Cc: James <wireless@×××××××××××.com>
Subject: Re: [gentoo-user] Re: OT: first water cooled system
Date: Mon, 10 Dec 2012 18:12:19
Message-Id: 1654200.cvpG2iSgr7@localhost
In Reply to: [gentoo-user] Re: OT: first water cooled system by James
1 Am Montag, 10. Dezember 2012, 04:34:18 schrieb James:
2 > Volker Armin Hemmann <volkerarmin <at> googlemail.com> writes:
3 > > sensors, pwmconfig, fancontrol. No need to get the bios involved
4 > > (except maybe shutdown at 95°C)
5 >
6 > Sorry,
7 > I keep getting disconnected from this install...
8 >
9 > Does this wiki look about right for what to do with
10 > pwmconfig, and fancontrol and xsensors?
11 >
12 > https://wiki.archlinux.org/index.php/Fan_Speed_Control
13 >
14
15 which oboils down to:
16 setup lm_sensors
17 run pwmconfig
18 /etc/init.d/fancontrol start
19 rc-update add fancontrol default.
20
21 btw, this is my fancontrol file. Used pwmconfig and tweaked it afterwards:
22 INTERVAL=2
23 DEVPATH=hwmon0=devices/pci0000:00/0000:00:18.3
24 hwmon1=devices/platform/it87.552
25 DEVNAME=hwmon0=k10temp hwmon1=it8720
26 FCTEMPS=hwmon1/device/pwm1=hwmon0/device/temp1_input
27 hwmon1/device/pwm2=hwmon1/device/temp3_input
28 FCFANS=hwmon1/device/pwm1=hwmon1/device/fan1_input
29 hwmon1/device/pwm2=hwmon1/device/fan2_input
30 MINTEMP=hwmon1/device/pwm1=40 hwmon1/device/pwm2=40
31 MAXTEMP=hwmon1/device/pwm1=75 hwmon1/device/pwm2=50
32 MINSTART=hwmon1/device/pwm1=60 hwmon1/device/pwm2=60
33 MINSTOP=hwmon1/device/pwm1=50 hwmon1/device/pwm2=50
34
35
36 sensors
37 k10temp-pci-00c3
38 Adapter: PCI adapter
39 temp1: +42.4°C (high = +70.0°C)
40 (crit = +70.0°C, hyst = +68.0°C)
41
42 it8720-isa-0228
43 <snip>
44
45 Lüfter CPU: 628 RPM (min = 0 RPM)
46 Lüfter System/gest: 0 RPM (min = 0 RPM)
47 fan3: 0 RPM (min = 0 RPM)
48 Lüfter HDD: 0 RPM (min = 0 RPM)
49 Temp NB: +35.0°C (low = +127.0°C, high = +127.0°C) sensor =
50 thermistor
51 Temp CPU: +40.0°C (low = +127.0°C, high = +80.0°C) sensor =
52 thermal diode
53 Temp AUX: +38.0°C (low = +127.0°C, high = +127.0°C) sensor =
54 thermistor
55 cpu0_vid: +0.513 V
56 intrusion0: OK
57
58 looks good.
59
60 run burnK7 several times:
61
62 sensors
63 k10temp-pci-00c3
64 Adapter: PCI adapter
65 temp1: +54.5°C (high = +70.0°C)
66 (crit = +70.0°C, hyst = +68.0°C)
67
68 it8720-isa-0228
69 Adapter: ISA adapter
70 <snips>
71
72 Lüfter CPU: 1175 RPM (min = 0 RPM)
73 Lüfter System/gest: 626 RPM (min = 0 RPM)
74 fan3: 0 RPM (min = 0 RPM)
75 Lüfter HDD: 0 RPM (min = 0 RPM)
76 Temp NB: +34.0°C (low = +127.0°C, high = +127.0°C) sensor =
77 thermistor
78 Temp CPU: +54.0°C (low = +127.0°C, high = +80.0°C) sensor =
79 thermal diode
80 Temp AUX: +44.0°C (low = +127.0°C, high = +127.0°C) sensor =
81 thermistor
82 cpu0_vid: +0.513 V
83 intrusion0: OK
84
85 still looks good ;)
86
87 --
88 #163933

Replies

Subject Author
Re: [gentoo-user] Re: OT: first water cooled system Andrey Moshbear <andrey.vul@×××××.com>