All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] IT8772E info and reports
@ 2011-07-04 14:33 Kazuya
  2011-07-04 18:13 ` Jeff Rickman
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Kazuya @ 2011-07-04 14:33 UTC (permalink / raw)
  To: lm-sensors


[-- Attachment #1.1: Type: text/plain, Size: 5791 bytes --]

Hello,

I am  a bit stuck currently. I would like to know if you can help me. I
would like to access to the temperature of my processor. That what I have
already done ..

If you need more information I can send everything you want.

My system :

root@teddy:~# uname -a

Linux teddy 2.6.32-5-amd64 #1 SMP Tue Jun 14 09:42:28 UTC 2011 x86_64
GNU/Linux

 

Other information :

Shuttle SH67H3 - i5 2300                                                

 

The last version of sensors detect gives :

 

root@teddy:~# perl sensors-detect

# sensors-detect revision 5981 (2011-07-03 13:57:57 +0200)

# System: Shuttle SH67H3

# Board: Shuttle FH67

 

This program will help you determine which kernel modules you need

to load to use lm_sensors most effectively. It is generally safe

and recommended to accept the default answers to all questions,

unless you know what you're doing.

 

Some south bridges, CPUs or memory controllers contain embedded sensors.

Do you want to scan for them? This is totally safe. (YES/no): yes

Module cpuid loaded successfully.

Silicon Integrated Systems SIS5595...                       No

VIA VT82C686 Integrated Sensors...                          No

VIA VT8231 Integrated Sensors...                            No

AMD K8 thermal sensors...                                   No

AMD Family 10h thermal sensors...                           No

AMD Family 11h thermal sensors...                           No

AMD Family 12h and 14h thermal sensors...                   No

AMD Family 15h thermal sensors...                           No

AMD Family 15h power sensors...                             No

Intel digital thermal sensor...                             Success!

    (driver `coretemp')

Intel AMB FB-DIMM thermal sensor...                         No

VIA C7 thermal sensor...                                    No

VIA Nano thermal sensor...                                  No

 

Some Super I/O chips contain embedded sensors. We have to write to

standard I/O ports to probe them. This is usually safe.

Do you want to scan for Super I/O sensors? (YES/no): yes

Probing for Super-I/O at 0x2e/0x2f

Trying family `National Semiconductor/ITE'...               No

Trying family `SMSC'...                                     No

Trying family `VIA/Winbond/Nuvoton/Fintek'...               No

Trying family `ITE'...                                      Yes

Found `ITE IT8772E Super IO Sensors'                        Success!

    (address 0xa30, driver `to-be-written')

Probing for Super-I/O at 0x4e/0x4f

Trying family `National Semiconductor/ITE'...               No

Trying family `SMSC'...                                     No

Trying family `VIA/Winbond/Nuvoton/Fintek'...               No

Trying family `ITE'...                                      No

 

Some systems (mainly servers) implement IPMI, a set of common interfaces

through which system health data may be retrieved, amongst other things.

We first try to get the information from SMBIOS. If we don't find it

there, we have to read from arbitrary I/O ports to probe for such

interfaces. This is normally safe. Do you want to scan for IPMI

interfaces? (YES/no): yes

Probing for `IPMI BMC KCS' at 0xca0...                      No

Probing for `IPMI BMC SMIC' at 0xca8...                     No

 

Some hardware monitoring chips are accessible through the ISA I/O ports.

We have to write to arbitrary I/O ports to probe them. This is usually

safe though. Yes, you do have ISA I/O ports even if you do not have any

ISA slots! Do you want to scan the ISA I/O ports? (yes/NO): yes

Probing for `National Semiconductor LM78' at 0x290...       No

Probing for `National Semiconductor LM79' at 0x290...       No

Probing for `Winbond W83781D' at 0x290...                   No

Probing for `Winbond W83782D' at 0x290...                   No

 

Lastly, we can probe the I2C/SMBus adapters for connected hardware

monitoring devices. This is the most risky part, and while it works

reasonably well on most systems, it has been reported to cause trouble

on some systems.

Do you want to probe the I2C/SMBus adapters now? (YES/no): yes

Using driver `i2c-i801' for device 0000:00:1f.3: Intel Cougar Point (PCH)

 

Next adapter: SMBus I801 adapter at f040 (i2c-0)

Do you want to scan it? (yes/NO/selectively): yes

Client found at address 0x50

Handled by driver `eeprom' (already loaded), chip type `eeprom'

    (note: this is probably NOT a sensor chip!)

Client found at address 0x52

Handled by driver `eeprom' (already loaded), chip type `eeprom'

    (note: this is probably NOT a sensor chip!)

 

Now follows a summary of the probes I have just done.

Just press ENTER to continue:

 

Driver `to-be-written':

  * ISA bus, address 0xa30

    Chip `ITE IT8772E Super IO Sensors' (confidence: 9)

 

Driver `coretemp':

  * Chip `Intel digital thermal sensor' (confidence: 9)

 

Note: there is no driver for ITE IT8772E Super IO Sensors yet.

Check http://www.lm-sensors.org/wiki/Devices for updates.

 

Do you want to overwrite /etc/sysconfig/lm_sensors? (YES/no): yes

Copy prog/init/lm_sensors.init to /etc/init.d/lm_sensors

for initialization at boot time.

You should now start the lm_sensors service to load the required

kernel modules.

 

Unloading cpuid... OK

 

root@ted:~# modprobe it87 force_id=0x8721

FATAL: Error inserting it87
(/lib/modules/2.6.32-5-amd64/kernel/drivers/hwmon/it87.ko): No such device

 

As you told me I tried modprobe it87 force_id=0x8721

IT8772E yes LPC (2011-06-10) Found on Foxconn and Shuttle H67 boards. No
datasheet yet. One request (Boris Hajduk). Support can probably be added to
the it87 driver. Try "modprobe it87 force_id=0x8721" and report.

 

Thank you,

Do not hesitate to ask me any question if you want !


[-- Attachment #1.2: Type: text/html, Size: 20356 bytes --]

[-- Attachment #2: Type: text/plain, Size: 153 bytes --]

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [lm-sensors] IT8772E info and reports
  2011-07-04 14:33 [lm-sensors] IT8772E info and reports Kazuya
@ 2011-07-04 18:13 ` Jeff Rickman
  2011-07-05  8:49 ` Jean Delvare
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Jeff Rickman @ 2011-07-04 18:13 UTC (permalink / raw)
  To: lm-sensors

Hi,

On 7/4/2011 9:33 AM, Kazuya wrote:
> Hello,
>
> I am a bit stuck currently. I would like to know if you can help me. I
> would like to access to the temperature of my processor. That what I
> have already done ..
>
> If you need more information I can send everything you want.
>
> My system :
>
> root@teddy:~# uname -a
>
> *Linux teddy 2.6.32-5-amd64 #1 SMP Tue Jun 14 09:42:28 UTC 2011 x86_64
> GNU/Linux***
>
> Other information :
>
> Shuttle SH67H3 – i5 2300
>
> The last version of sensors detect gives :
>
> root@teddy:~# perl sensors-detect
>
> *# sensors-detect revision 5981 (2011-07-03 13:57:57 +0200)*
>
> *# System: Shuttle SH67H3*
>
> *# Board: Shuttle FH67*
>
> **
>
> *This program will help you determine which kernel modules you need*
>
> *to load to use lm_sensors most effectively. It is generally safe*
>
> *and recommended to accept the default answers to all questions,*
>
> *unless you know what you're doing.*
>
> **
>
> *Some south bridges, CPUs or memory controllers contain embedded sensors.*
>
> *Do you want to scan for them? This is totally safe. (YES/no): yes*
>
> *Module cpuid loaded successfully.*
>
> *Silicon Integrated Systems SIS5595... No*
>
> *VIA VT82C686 Integrated Sensors... No*
>
> *VIA VT8231 Integrated Sensors... No*
>
> *AMD K8 thermal sensors... No*
>
> *AMD Family 10h thermal sensors... No*
>
> *AMD Family 11h thermal sensors... No*
>
> *AMD Family 12h and 14h thermal sensors... No*
>
> *AMD Family 15h thermal sensors... No*
>
> *AMD Family 15h power sensors... No*
>
> *Intel digital thermal sensor... Success!*
>
> *(driver `coretemp')*
>
> *Intel AMB FB-DIMM thermal sensor... No*
>
> *VIA C7 thermal sensor... No*
>
> *VIA Nano thermal sensor... No*
>
> **
>
> *Some Super I/O chips contain embedded sensors. We have to write to*
>
> *standard I/O ports to probe them. This is usually safe.*
>
> *Do you want to scan for Super I/O sensors? (YES/no): yes*
>
> *Probing for Super-I/O at 0x2e/0x2f*
>
> *Trying family `National Semiconductor/ITE'... No*
>
> *Trying family `SMSC'... No*
>
> *Trying family `VIA/Winbond/Nuvoton/Fintek'... No*
>
> *Trying family `ITE'... Yes*
>
> *Found `ITE IT8772E Super IO Sensors' Success!*
>
> *(address 0xa30, driver `to-be-written')*
>
> *Probing for Super-I/O at 0x4e/0x4f*
>
> *Trying family `National Semiconductor/ITE'... No*
>
> *Trying family `SMSC'... No*
>
> *Trying family `VIA/Winbond/Nuvoton/Fintek'... No*
>
> *Trying family `ITE'... No*
>
> **
>
> *Some systems (mainly servers) implement IPMI, a set of common interfaces*
>
> *through which system health data may be retrieved, amongst other things.*
>
> *We first try to get the information from SMBIOS. If we don't find it*
>
> *there, we have to read from arbitrary I/O ports to probe for such*
>
> *interfaces. This is normally safe. Do you want to scan for IPMI*
>
> *interfaces? (YES/no): yes*
>
> *Probing for `IPMI BMC KCS' at 0xca0... No*
>
> *Probing for `IPMI BMC SMIC' at 0xca8... No*
>
> **
>
> *Some hardware monitoring chips are accessible through the ISA I/O ports.*
>
> *We have to write to arbitrary I/O ports to probe them. This is usually*
>
> *safe though. Yes, you do have ISA I/O ports even if you do not have any*
>
> *ISA slots! Do you want to scan the ISA I/O ports? (yes/NO): yes*
>
> *Probing for `National Semiconductor LM78' at 0x290... No*
>
> *Probing for `National Semiconductor LM79' at 0x290... No*
>
> *Probing for `Winbond W83781D' at 0x290... No*
>
> *Probing for `Winbond W83782D' at 0x290... No*
>
> **
>
> *Lastly, we can probe the I2C/SMBus adapters for connected hardware*
>
> *monitoring devices. This is the most risky part, and while it works*
>
> *reasonably well on most systems, it has been reported to cause trouble*
>
> *on some systems.*
>
> *Do you want to probe the I2C/SMBus adapters now? (YES/no): yes*
>
> *Using driver `i2c-i801' for device 0000:00:1f.3: Intel Cougar Point (PCH)*
>
> **
>
> *Next adapter: SMBus I801 adapter at f040 (i2c-0)*
>
> *Do you want to scan it? (yes/NO/selectively): yes*
>
> *Client found at address 0x50*
>
> *Handled by driver `eeprom' (already loaded), chip type `eeprom'*
>
> *(note: this is probably NOT a sensor chip!)*
>
> *Client found at address 0x52*
>
> *Handled by driver `eeprom' (already loaded), chip type `eeprom'*
>
> *(note: this is probably NOT a sensor chip!)*
>
> **
>
> *Now follows a summary of the probes I have just done.*
>
> *Just press ENTER to continue:*
>
> **
>
> *Driver `to-be-written':*
>
> ** ISA bus, address 0xa30*
>
> *Chip `ITE IT8772E Super IO Sensors' (confidence: 9)*
>
> **
>
> *Driver `coretemp':*
>
> ** Chip `Intel digital thermal sensor' (confidence: 9)*
>
> **
>
> *Note: there is no driver for ITE IT8772E Super IO Sensors yet.*
>
> *Check http://www.lm-sensors.org/wiki/Devices for updates.*
>
> **
>
> *Do you want to overwrite /etc/sysconfig/lm_sensors? (YES/no): yes*
>
> *Copy prog/init/lm_sensors.init to /etc/init.d/lm_sensors*
>
> *for initialization at boot time.*
>
> *You should now start the lm_sensors service to load the required*
>
> *kernel modules.*
>
> **
>
> *Unloading cpuid... OK*
>
> root@ted:~# modprobe it87 force_id=0x8721
>
> *FATAL: Error inserting it87
> (/lib/modules/2.6.32-5-amd64/kernel/drivers/hwmon/it87.ko): No such device*
>
> As you told me I tried modprobe it87 force_id=0x8721
>
> IT8772E yes LPC (2011-06-10) Found on Foxconn and Shuttle H67 boards. No
> datasheet yet. One request (Boris Hajduk). Support can probably be added
> to the it87 driver. Try "modprobe it87 force_id=0x8721" and report.
>
> Thank you,
>
> Do not hesitate to ask me any question if you want !
>

What distribution is this?

What is the output from the 'sensors -v' command? That should display 
what version of LM_Sensors is installed and what libsensors library 
version is used.

What is the output from the 'sensors' command? If the necessary drivers 
have properly loaded, that command will display various outputs.

The 'it87' module should be present if LM_Sensors is properly installed. 
Also, the 'coretemp' module should be present if LM_Sensors is properly 
installed. Did you attempt to "modprobe coretemp" and observe what happened?

Did you attempt to start the lm_sensors service to load the required 
modules? If you tried to start the service, what did you observe?

To monitor CPU temperatures on an Intel CPU, the 'coretemp' driver from 
LM_Sensors can do the job.


_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [lm-sensors] IT8772E info and reports
  2011-07-04 14:33 [lm-sensors] IT8772E info and reports Kazuya
  2011-07-04 18:13 ` Jeff Rickman
@ 2011-07-05  8:49 ` Jean Delvare
  2011-07-05 12:17 ` Jean Delvare
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Jean Delvare @ 2011-07-05  8:49 UTC (permalink / raw)
  To: lm-sensors

On Mon, 4 Jul 2011 15:33:52 +0100, Kazuya wrote:
> My system :
> 
> root@teddy:~# uname -a
> 
> Linux teddy 2.6.32-5-amd64 #1 SMP Tue Jun 14 09:42:28 UTC 2011 x86_64
> GNU/Linux
> (...)
> root@ted:~# modprobe it87 force_id=0x8721
> 
> FATAL: Error inserting it87
> (/lib/modules/2.6.32-5-amd64/kernel/drivers/hwmon/it87.ko): No such device
> 
>  
> 
> As you told me I tried modprobe it87 force_id=0x8721

Support for the IT8721F was only added in kernel 2.6.37 according to
http://www.lm-sensors.org/wiki/Devices
Your kernel is too old so you'd have to use the standalone it87 driver:
http://khali.linux-fr.org/devel/misc/it87/
Instructions at:
http://khali.linux-fr.org/devel/misc/INSTALL

If the coretemp driver in your kernel doesn't work for you, it also
exists as a standalone driver:
http://khali.linux-fr.org/devel/misc/coretemp/

-- 
Jean Delvare
http://khali.linux-fr.org/wishlist.html

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [lm-sensors] IT8772E info and reports
  2011-07-04 14:33 [lm-sensors] IT8772E info and reports Kazuya
  2011-07-04 18:13 ` Jeff Rickman
  2011-07-05  8:49 ` Jean Delvare
@ 2011-07-05 12:17 ` Jean Delvare
  2011-07-05 12:52 ` Kazuya
  2011-07-06  9:12 ` Jean Delvare
  4 siblings, 0 replies; 6+ messages in thread
From: Jean Delvare @ 2011-07-05 12:17 UTC (permalink / raw)
  To: lm-sensors

On Tue, 5 Jul 2011 13:01:50 +0100, Kazuya wrote:
 root@teddy:~/driver# modprobe it87
> 
> FATAL: Error inserting it87
> (/lib/modules/2.6.32-5-amd64/kernel/drivers/hwmon/it87.ko): No such device
> 
> root@teddy:~/driver# rmmod it87
> 
> ERROR: Module it87 does not exist in /proc/modules
> 
> root@teddy:~/driver# insmod it87.ko
> 
> insmod: error inserting 'it87.ko': -1 No such device
> 
> root@teddy:~/driver# rmmod it87
> 
> ERROR: Module it87 does not exist in /proc/modules

As said on the wiki - and as you did before already:

# modprobe it87 force_id=0x8721

> For coretemp, it seems to work perfectly !
>
> Thank you !!!!!

You're welcome.

> I don’t know what to do for it87… How can I get a driver?  Can you help me
> or there is no driver at all…

With the force_id=0x8721 parameter, the driver should load fine.
However we don't know how compatible the IT8772E chip is with the
IT8721F, so it may not work perfectly. That's why we were calling for
testers.

So ideally you'd write down every monitored value in your BIOS, and
compare with the output of "sensors" under Linux, and we can try to
write a configuration file for your board, and we see if any problem
shows up.

-- 
Jean Delvare
http://khali.linux-fr.org/wishlist.html

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [lm-sensors] IT8772E info and reports
  2011-07-04 14:33 [lm-sensors] IT8772E info and reports Kazuya
                   ` (2 preceding siblings ...)
  2011-07-05 12:17 ` Jean Delvare
@ 2011-07-05 12:52 ` Kazuya
  2011-07-06  9:12 ` Jean Delvare
  4 siblings, 0 replies; 6+ messages in thread
From: Kazuya @ 2011-07-05 12:52 UTC (permalink / raw)
  To: lm-sensors


[-- Attachment #1.1: Type: text/plain, Size: 1613 bytes --]

Hi,

 

 

With the force_id=0x8721 parameter, the driver should load fine.

However we don't know how compatible the IT8772E chip is with the IT8721F, so it may not work perfectly. That's why we were calling for testers.

It works however there is still some troubles :

it8721-isa-0a30

Adapter: ISA adapter

in0:         +1.01 V  (min =  +0.82 V, max =  +0.58 V)   ALARM

in1:         +1.60 V  (min =  +0.94 V, max =  +1.56 V)   ALARM

in2:         +1.07 V  (min =  +2.56 V, max =  +1.20 V)   ALARM

in3:         +1.04 V  (min =  +2.40 V, max =  +2.44 V)   ALARM

in4:         +0.49 V  (min =  +1.93 V, max =  +1.73 V)   ALARM

in5:         +2.22 V  (min =  +0.12 V, max =  +2.59 V)

in6:         +2.22 V  (min =  +1.02 V, max =  +1.93 V)   ALARM

3VSB:        +3.31 V  (min =  +5.57 V, max =  +0.05 V)   ALARM

Vbat:        +3.26 V

fan1:          0 RPM  (min =   57 RPM)  ALARM

fan2:       1397 RPM  (min =   19 RPM)

fan3:          0 RPM  (min =   79 RPM)  ALARM

temp1:       +42.0°C  (low  = -35.0°C, high = +17.0°C)  ALARM  sensor = thermistor

temp2:       +54.0°C  (low  = +64.0°C, high = +76.0°C)  ALARM  sensor = thermal diode

temp3:      -128.0°C  (low  = +57.0°C, high = +54.0°C)  sensor = disabled

 

 

So ideally you'd write down every monitored value in your BIOS, and compare with the output of "sensors" under Linux, and we can try to write a configuration file for your board, and we see if any problem shows up.

How can I write down every monitored value in my bios ?

 

Thanks (et Merci pour Jean)


[-- Attachment #1.2: Type: text/html, Size: 5654 bytes --]

[-- Attachment #2: Type: text/plain, Size: 153 bytes --]

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [lm-sensors] IT8772E info and reports
  2011-07-04 14:33 [lm-sensors] IT8772E info and reports Kazuya
                   ` (3 preceding siblings ...)
  2011-07-05 12:52 ` Kazuya
@ 2011-07-06  9:12 ` Jean Delvare
  4 siblings, 0 replies; 6+ messages in thread
From: Jean Delvare @ 2011-07-06  9:12 UTC (permalink / raw)
  To: lm-sensors

On Tue, 5 Jul 2011 13:52:13 +0100, Kazuya wrote:
> It works however there is still some troubles :
> 
> it8721-isa-0a30
> Adapter: ISA adapter
> in0:         +1.01 V  (min =  +0.82 V, max =  +0.58 V)   ALARM
> in1:         +1.60 V  (min =  +0.94 V, max =  +1.56 V)   ALARM
> in2:         +1.07 V  (min =  +2.56 V, max =  +1.20 V)   ALARM
> in3:         +1.04 V  (min =  +2.40 V, max =  +2.44 V)   ALARM
> in4:         +0.49 V  (min =  +1.93 V, max =  +1.73 V)   ALARM
> in5:         +2.22 V  (min =  +0.12 V, max =  +2.59 V)
> in6:         +2.22 V  (min =  +1.02 V, max =  +1.93 V)   ALARM
> 3VSB:        +3.31 V  (min =  +5.57 V, max =  +0.05 V)   ALARM
> Vbat:        +3.26 V
> fan1:          0 RPM  (min =   57 RPM)  ALARM
> fan2:       1397 RPM  (min =   19 RPM)
> fan3:          0 RPM  (min =   79 RPM)  ALARM
> temp1:       +42.0°C  (low  = -35.0°C, high = +17.0°C)  ALARM  sensor = thermistor
> temp2:       +54.0°C  (low  = +64.0°C, high = +76.0°C)  ALARM  sensor = thermal diode
> temp3:      -128.0°C  (low  = +57.0°C, high = +54.0°C)  sensor = disabled

Where do you see "some trouble"? If you refer to the ALARM flags, these
are nothing to worry about, it only means that the min and max limits
haven't been configured yet.

> How can I write down every monitored value in my bios ?

With a pencil and a sheet of paper? :)

Enter the BIOS setup by pressing the Del key at boot ("Suppr" on French
keyboard), and look for the hardware monitoring panel. Almost every
PC BIOS has this for the last 10 years or so. According to screenshots
found on the web, on your board it should be under Advanced > H/W
Monitor.

Write on a paper every label and monitored value. If some values
oscillate, write all the numbers, this is very useful to find the
scaling factors. Then e-mail everything to us and we can compare with
the output above and start writing a configuration file.

-- 
Jean Delvare
http://khali.linux-fr.org/wishlist.html

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-07-06  9:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-04 14:33 [lm-sensors] IT8772E info and reports Kazuya
2011-07-04 18:13 ` Jeff Rickman
2011-07-05  8:49 ` Jean Delvare
2011-07-05 12:17 ` Jean Delvare
2011-07-05 12:52 ` Kazuya
2011-07-06  9:12 ` Jean Delvare

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.