LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-31-2007, 09:56 PM   #1
SlowCoder
Senior Member
 
Registered: Oct 2004
Location: Southeast, U.S.A.
Distribution: Debian based
Posts: 1,250

Rep: Reputation: 164Reputation: 164
LM-Sensors Confusion


I have a Gigabyte 945GZ mainboard, whose sensors are detected as "it8718-isa-0290" by sensors-detect. I've looked through the /etc/sensors.conf file, and have seen references to it87-*, it8716*, etc., but none that are specific to my it8718. The sensors.conf file is very confusing looking to me, and I am hoping someone can give me some clarification on how to proceed.

Currently, my sensors output looks like:
Code:
root [/etc] $ sensors
it8718-isa-0290
Adapter: ISA adapter
in0:       +1.20 V  (min =  +0.00 V, max =  +4.08 V)   
in1:       +1.82 V  (min =  +0.00 V, max =  +4.08 V)   
in2:       +3.58 V  (min =  +0.00 V, max =  +4.08 V)   
in3:       +4.08 V  (min =  +0.00 V, max =  +4.08 V)   ALARM
in4:       +3.18 V  (min =  +0.00 V, max =  +4.08 V)   
in5:       +0.03 V  (min =  +0.00 V, max =  +4.08 V)   
in6:       +1.28 V  (min =  +0.00 V, max =  +4.08 V)   
in7:       +4.08 V  (min =  +0.00 V, max =  +4.08 V)   ALARM
in8:       +4.08 V
fan1:     1844 RPM  (min =   10 RPM)                   
fan2:        0 RPM  (min =    0 RPM)                   
fan3:        0 RPM  (min =    0 RPM)                   
temp1:       -54°C  (low  =  +127°C, high =  +127°C)   sensor = thermistor   
temp2:        -2°C  (low  =  +127°C, high =  +127°C)   sensor = thermistor   
temp3:       +23°C  (low  =  +127°C, high =  +127°C)   sensor = diode   
vid:      +1.088 V
You can see how the temps are obviously way off. I don't know which sensor is which, etc. The BIOS shows my CPU temp at 35C.

Help will be appreciated.
 
Old 06-01-2007, 09:30 AM   #2
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
The IT8718 is a Super I/O chip manufactured by ITE. A Super I/O chip controls all sorts of I/O from floppy drives to joysticks to keyboards to fans. Some of the I/O are dedicated (e.g., the fans) some are general purpose I/O (firmware configured by the mobo designer), and some are both. The product line began with IT8702 -> IT8705 -> IT8712 -> IT8716 -> IT8718. They are all pin compatible, that is an IT8718 can be used in place of an IT8702. However, some functions of the IT8718 would not be usable in older equipment designed to use the IT8702.

Unfortunately you can't use a generic configuration, you have to know how the Gigabyte engineers designed the circuitry external to the it8718 for your sepcific motherboard. For example, the allowable input voltage range to the it8718 is 0V - 4.096V. Hence, to monitor anything outside this range, you need to use a voltage divider. But, what did the Gigabyte designers choose to correlate 4.096V with for each voltage? Does the 12V rail provide a 4.096V input to the it8718 at 12V or 15V or 13V or ... you get the picture?

You also don't know which inputs are being used. I suspect not all of them are being used; even if an input is unused, it will report a value. I can guess by looking at them, but it's still just a guess.

I would agree that, unless you have frozen parts on the motherboard, your temperatures are wrong. Once again, you don't know wht type of sensor the Gigabyte engineers used. Is it a thermistor, a diode, or a diode connected transistor?

lm_sensors is neat but it's not really capable of providing true monitoring. The safe-maximum curves for silicon devices like microprocessors are not simply straight lines. It doesn't appear to me that lm_sensors is able to define rules any more complex than straight-line linear. It also doesn't provide enough parameters to understand what is really going on. Take anything lm_sensors tells you with a grain of salt.

You would probably be reasonably safe using the configuration for a similar motherboard using the it87-* or it8716, but maybe not. The best thing to do is send Gigabyte's technical support an e-mail and ask. That's what I did and they told me what I needed to know. Of course, I sent it from work with my work signature attached (which includes the lines Digital Systems, Design Assurance Engineer - Reliability & Safety) so that may have helped.
 
1 members found this post helpful.
Old 06-08-2007, 06:49 PM   #3
MightyKC
Member
 
Registered: Feb 2003
Distribution: Ubuntu 7.10
Posts: 47

Rep: Reputation: 15
I'm trying to read up on temperatures because I am giving my computer a quiet makeover. I've got lmsensors and x-sensors .46 going. I just tried sensors and got this:


kevin@kevin-desktop:~$ sensors
via686a-isa-6800
Adapter: ISA adapter
CPU core: +3.10 V (min = +3.10 V, max = +2.33 V) ALARM
+2.5V: +3.10 V (min = +2.37 V, max = +2.62 V) ALARM
I/O: +3.23 V (min = +3.13 V, max = +3.47 V)
+5V: +3.25 V (min = +4.51 V, max = +5.50 V) ALARM
+12V: +7.87 V (min = +10.81 V, max = +13.20 V) ALARM
CPU Fan: 4560 RPM (min = 0 RPM, div = 4)
P/S Fan: 1461 RPM (min = 0 RPM, div = 4)
SYS Temp: +43.0°C (high = +45°C, hyst = +40°C)
CPU Temp: +23.9°C (high = +60°C, hyst = +55°C)
SBr Temp: +26.3°C (high = +65°C, hyst = +60°C)


I've got 4 alarm! Is that bad? What does that mean? Did I hook my Power Supply up wrong? and while I'm at it, What is SBr? What is hyst? Tell me more about those temperatures, how high can I let SYS get, since it is close. Why are the other two so low?
 
Old 04-10-2008, 12:56 PM   #4
Pasta
LQ Newbie
 
Registered: Apr 2008
Posts: 1

Rep: Reputation: 0
Thumbs up weibullguy's the man

weibullguy, you clearly know what you're talking about. I also have the IT87xx chip on my P35-DS3L and i was getting a wide range of reported temps from various programs. I eventually decided to use Gigabyte's own Windows monitoring/overclocking program, EasyTune5Pro, and you've made me at peace with trusting the motherboard's temp report above any other programs.. Had no idea there was so much more calculation involved in reporting PC temperatures.
 
Old 04-10-2008, 01:38 PM   #5
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
If you go through the complete readme on LM_senors you will see that you can put pretty much whatever equation you want to for any sensors. It takes a little time and effort to "dial it in" but once you do it is done (for that particular motherboard model. You can usually find a good start on your Lmsensors by searching on the .conf and your motherboard.

The best way to check any of these monitors out is to check them against what the BIOS monitors are saying(PITA). The guys who setup the bios no exactly how stuff was arranged on the motherboard.
 
  


Reply

Tags
lmsensors



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
GNOME Sensors Applet says NO SENSORS FOUND! badgerbox76 Linux - Newbie 2 12-24-2005 11:58 AM
how to use lm sensors? linuxdork Linux - Software 6 03-14-2005 11:05 AM
Sensors marco_f Linux - Software 6 11-18-2004 06:41 PM
lm sensors Pauli Fedora 0 03-23-2004 05:33 PM
lm sensors, no sensors found N_A_J_M Linux - General 3 01-22-2003 05:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:35 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration