Am Montag, 10. Dezember 2012, 04:34:18 schrieb James:
> Volker Armin Hemmann <volkerarmin <at> googlemail.com> writes:
> > sensors, pwmconfig, fancontrol. No need to get the bios involved
> > (except maybe shutdown at 95°C)
>
> Sorry,
> I keep getting disconnected from this install...
>
> Does this wiki look about right for what to do with
> pwmconfig, and fancontrol and xsensors?
>
> https://wiki.archlinux.org/index.php/Fan_Speed_Control
>
which oboils down to:
setup lm_sensors
run pwmconfig
/etc/init.d/fancontrol start
rc-update add fancontrol default.
btw, this is my fancontrol file. Used pwmconfig and tweaked it afterwards:
INTERVAL=2
DEVPATH=hwmon0=devices/pci0000:00/0000:00:18.3
hwmon1=devices/platform/it87.552
DEVNAME=hwmon0=k10temp hwmon1=it8720
FCTEMPS=hwmon1/device/pwm1=hwmon0/device/temp1_input
hwmon1/device/pwm2=hwmon1/device/temp3_input
FCFANS=hwmon1/device/pwm1=hwmon1/device/fan1_input
hwmon1/device/pwm2=hwmon1/device/fan2_input
MINTEMP=hwmon1/device/pwm1=40 hwmon1/device/pwm2=40
MAXTEMP=hwmon1/device/pwm1=75 hwmon1/device/pwm2=50
MINSTART=hwmon1/device/pwm1=60 hwmon1/device/pwm2=60
MINSTOP=hwmon1/device/pwm1=50 hwmon1/device/pwm2=50
sensors
k10temp-pci-00c3
Adapter: PCI adapter
temp1: +42.4°C (high = +70.0°C)
(crit = +70.0°C, hyst = +68.0°C)
it8720-isa-0228
<snip>
Lüfter CPU: 628 RPM (min = 0 RPM)
Lüfter System/gest: 0 RPM (min = 0 RPM)
fan3: 0 RPM (min = 0 RPM)
Lüfter HDD: 0 RPM (min = 0 RPM)
Temp NB: +35.0°C (low = +127.0°C, high = +127.0°C) sensor =
thermistor
Temp CPU: +40.0°C (low = +127.0°C, high = +80.0°C) sensor =
thermal diode
Temp AUX: +38.0°C (low = +127.0°C, high = +127.0°C) sensor =
thermistor
cpu0_vid: +0.513 V
intrusion0: OK
looks good.
run burnK7 several times:
sensors
k10temp-pci-00c3
Adapter: PCI adapter
temp1: +54.5°C (high = +70.0°C)
(crit = +70.0°C, hyst = +68.0°C)
it8720-isa-0228
Adapter: ISA adapter
<snips>
Lüfter CPU: 1175 RPM (min = 0 RPM)
Lüfter System/gest: 626 RPM (min = 0 RPM)
fan3: 0 RPM (min = 0 RPM)
Lüfter HDD: 0 RPM (min = 0 RPM)
Temp NB: +34.0°C (low = +127.0°C, high = +127.0°C) sensor =
thermistor
Temp CPU: +54.0°C (low = +127.0°C, high = +80.0°C) sensor =
thermal diode
Temp AUX: +44.0°C (low = +127.0°C, high = +127.0°C) sensor =
thermistor
cpu0_vid: +0.513 V
intrusion0: OK
still looks good ;)
--
#163933