You are not logged in.

#1 2010-03-08 21:24:42

ancleessen4
Member
From: Luxembourg
Registered: 2009-11-22
Posts: 121
Website

[Solved] lm-sensors fan speeds and voltage.

After installing lm-sensors and running sensors-detect I have the following readings from sensors;

~$ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:       +42.0°C  (crit = +80.0°C)                  

coretemp-isa-0000
Adapter: ISA adapter
Core 0:      +47.0°C  (high = +78.0°C, crit = +100.0°C)  

coretemp-isa-0001
Adapter: ISA adapter
Core 1:      +42.0°C  (high = +78.0°C, crit = +100.0°C)

I am sure in the recent past I was able to retrieve fan speed and voltage readings from this machine;

|Abit FP-IN9 SLI | Intel(R) Core(TM)2 Duo CPU E8200@2.66GHz | GeForce 9800 GT |

I suspect this is something that I am doing wrong (or is it a kernel issue??) as I have the same problem on a similar machine running Ubuntu 10.04.

Any ideas appreciated.

Last edited by ancleessen4 (2010-03-09 08:31:15)

Offline

#2 2010-03-09 00:35:26

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,597
Website

Re: [Solved] lm-sensors fan speeds and voltage.

Looks to me as though you didn't modprobe your motherboard's kernel module
Probably it87 - sensors detect should have told you which one.

EDIT: did you: add the acpi_enforce_resources=lax to your grub menu.lst?  See this wiki article.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#3 2010-03-09 05:50:36

chakra-user
Member
Registered: 2010-03-07
Posts: 74

Re: [Solved] lm-sensors fan speeds and voltage.

add stuff as graysky has suggested. I did so this morning Plus u need to add sensord in ur DAEMONS array in /etc/rc.conf.

I have one question though, when I run sensors-detect, in the end it tells us to copy prog/init/lm_sensors.init to /etc/rc.d/lm_sensors file. Where do I find this lm_sensors.init file?

Offline

#4 2010-03-09 05:51:27

ancleessen4
Member
From: Luxembourg
Registered: 2009-11-22
Posts: 121
Website

Re: [Solved] lm-sensors fan speeds and voltage.

Thanks for your input graysky-you might well be right!
I look forward to another play after my night shift...
Keep you posted.

Offline

#5 2010-03-09 08:30:50

ancleessen4
Member
From: Luxembourg
Registered: 2009-11-22
Posts: 121
Website

Re: [Solved] lm-sensors fan speeds and voltage.

Hi graysky,
You were spot on!
I followed the instructions in the wiki article to add

acpi_enforce_resources=lax

to /boot/grub/menu.lst

Reboot...

Voila!

[neil@archbox ~]$ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:       +30.0°C  (crit = +80.0°C)                  

coretemp-isa-0000
Adapter: ISA adapter
Core 0:      +36.0°C  (high = +78.0°C, crit = +100.0°C)  

coretemp-isa-0001
Adapter: ISA adapter
Core 1:      +34.0°C  (high = +78.0°C, crit = +100.0°C)  

w83627dhg-isa-0290
Adapter: ISA adapter
Vcore:       +1.12 V  (min =  +0.00 V, max =  +1.74 V)   
in1:         +0.91 V  (min =  +0.51 V, max =  +0.21 V)   ALARM
AVCC:        +3.30 V  (min =  +2.98 V, max =  +3.63 V)   
VCC:         +3.30 V  (min =  +2.98 V, max =  +3.63 V)   
in4:         +1.10 V  (min =  +0.00 V, max =  +0.14 V)   ALARM
in5:         +1.20 V  (min =  +0.13 V, max =  +0.00 V)   ALARM
in6:         +1.58 V  (min =  +0.02 V, max =  +0.00 V)   ALARM
3VSB:        +3.23 V  (min =  +2.98 V, max =  +3.63 V)   
Vbat:        +3.01 V  (min =  +2.70 V, max =  +3.30 V)   
fan1:          0 RPM  (min =  340 RPM, div = 128)  ALARM
fan2:        811 RPM  (min =  332 RPM, div = 16)
fan3:          0 RPM  (min =  340 RPM, div = 128)  ALARM
fan4:          0 RPM  (min =  340 RPM, div = 128)  ALARM
fan5:          0 RPM  (min =  527 RPM, div = 128)  ALARM
temp1:       +28.0°C  (high = +72.0°C, hyst =  +0.0°C)  sensor = thermistor
temp2:       +29.0°C  (high = +70.0°C, hyst = +65.0°C)  sensor = diode
temp3:       +38.5°C  (high = +70.0°C, hyst = +65.0°C)  sensor = thermistor
cpu0_vid:   +0.000 V

[neil@archbox ~]$

big_smile:D

Offline

Board footer

Powered by FluxBB