* [lm-sensors] add new chipset ID to f71882fg.c for Fintek F71889AD
@ 2011-03-25 12:22 mike
2011-03-25 13:31 ` [lm-sensors] add new chipset ID to f71882fg.c for Fintek Hans de Goede
0 siblings, 1 reply; 2+ messages in thread
From: mike @ 2011-03-25 12:22 UTC (permalink / raw)
To: lm-sensors
FYI this is new Intel SandyBridge board with Fintek F71889AD chipset:
run >>sensors-detect
# sensors-detect revision 5861 (2010-09-21 17:21:05 +0200)
# System: MSI MS-7678
# Board: MSI H67MA-E45 (MS-7678)
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):
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
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):
Probing for Super-I/O at 0x2e/0x2f
Trying family `National Semiconductor'... No
Trying family `SMSC'... No
Trying family `VIA/Winbond/Nuvoton/Fintek'... No
Trying family `ITE'... No
Probing for Super-I/O at 0x4e/0x4f
Trying family `National Semiconductor'... No
Trying family `SMSC'... No
Trying family `VIA/Winbond/Nuvoton/Fintek'... Yes
Found unknown chip with ID 0x1005
(logical device 4 has address 0x290, could be sensors)
****************************************************************
using kernel-2.6.38
add this line to f71882fg.c
#define SIO_F71889_ID 0x1005 /* Chipset ID */
*************************************************************
then run>>sensors
sensors
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +16.0°C (high = +80.0°C, crit = +98.0°C)
coretemp-isa-0001
Adapter: ISA adapter
Core 1: +21.0°C (high = +80.0°C, crit = +98.0°C)
coretemp-isa-0002
Adapter: ISA adapter
Core 2: +20.0°C (high = +80.0°C, crit = +98.0°C)
coretemp-isa-0003
Adapter: ISA adapter
Core 3: +25.0°C (high = +80.0°C, crit = +98.0°C)
f71889fg-isa-0290
Adapter: ISA adapter
in0: +1.66 V
in1: +0.74 V (max = +2.04 V)
in2: +0.07 V
in3: +0.97 V
in4: +1.12 V
in5: +0.74 V
in6: +1.04 V
in7: +1.61 V
in8: +1.64 V
fan1: 557 RPM
fan2: 0 RPM ALARM
fan3: 0 RPM ALARM
temp1: +19.0°C (high = +255.0°C, hyst = +251.0°C) ALARM
(crit = +255.0°C, hyst = +251.0°C) ALARM
sensor = Intel PECI
temp2: +24.0°C (high = +255.0°C, hyst = +251.0°C) ALARM
(crit = +255.0°C, hyst = +251.0°C) ALARM
sensor = thermistor
temp3: +21.0°C (high = +255.0°C, hyst = +253.0°C) ALARM
(crit = +255.0°C, hyst = +253.0°C) ALARM
sensor = transistor
Just need help in configuring the actual values of the in* voltages.
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [lm-sensors] add new chipset ID to f71882fg.c for Fintek
2011-03-25 12:22 [lm-sensors] add new chipset ID to f71882fg.c for Fintek F71889AD mike
@ 2011-03-25 13:31 ` Hans de Goede
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Goede @ 2011-03-25 13:31 UTC (permalink / raw)
To: lm-sensors
Hi,
On 03/25/2011 01:22 PM, mike wrote:
> FYI this is new Intel SandyBridge board with Fintek F71889AD chipset:
Thanks for reporting this. Note that the latest sensors-detect
in svn already has support for detecting the F71889A. I also
have a datasheet for this new version. I've just checked this, and
there appear to be no changes to the registers used, so indeed
just changing the SIO ID for the F71889FG to the one of the
F71889A should just work.
I've made a new version of the driver, which properly identifies
the F71889A as f71889a rather then f71889fg, and also keeps
support for the f71889fg in place.
You can download this version together with a Makefile to do
a standalone build here:
http://people.fedoraproject.org/~jwrdegoede/f71882fg/
Testing would be appreciated.
Regards,
Hans
>
> run>>sensors-detect
>
> # sensors-detect revision 5861 (2010-09-21 17:21:05 +0200)
> # System: MSI MS-7678
> # Board: MSI H67MA-E45 (MS-7678)
>
> 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):
> 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
> 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):
> Probing for Super-I/O at 0x2e/0x2f
> Trying family `National Semiconductor'... No
> Trying family `SMSC'... No
> Trying family `VIA/Winbond/Nuvoton/Fintek'... No
> Trying family `ITE'... No
> Probing for Super-I/O at 0x4e/0x4f
> Trying family `National Semiconductor'... No
> Trying family `SMSC'... No
> Trying family `VIA/Winbond/Nuvoton/Fintek'... Yes
> Found unknown chip with ID 0x1005
> (logical device 4 has address 0x290, could be sensors)
> ****************************************************************
> using kernel-2.6.38
>
> add this line to f71882fg.c
>
> #define SIO_F71889_ID 0x1005 /* Chipset ID */
>
> *************************************************************
> then run>>sensors
> sensors
> coretemp-isa-0000
> Adapter: ISA adapter
> Core 0: +16.0°C (high = +80.0°C, crit = +98.0°C)
>
> coretemp-isa-0001
> Adapter: ISA adapter
> Core 1: +21.0°C (high = +80.0°C, crit = +98.0°C)
>
> coretemp-isa-0002
> Adapter: ISA adapter
> Core 2: +20.0°C (high = +80.0°C, crit = +98.0°C)
>
> coretemp-isa-0003
> Adapter: ISA adapter
> Core 3: +25.0°C (high = +80.0°C, crit = +98.0°C)
>
> f71889fg-isa-0290
> Adapter: ISA adapter
> in0: +1.66 V
> in1: +0.74 V (max = +2.04 V)
> in2: +0.07 V
> in3: +0.97 V
> in4: +1.12 V
> in5: +0.74 V
> in6: +1.04 V
> in7: +1.61 V
> in8: +1.64 V
> fan1: 557 RPM
> fan2: 0 RPM ALARM
> fan3: 0 RPM ALARM
> temp1: +19.0°C (high = +255.0°C, hyst = +251.0°C) ALARM
> (crit = +255.0°C, hyst = +251.0°C) ALARM
> sensor = Intel PECI
> temp2: +24.0°C (high = +255.0°C, hyst = +251.0°C) ALARM
> (crit = +255.0°C, hyst = +251.0°C) ALARM
> sensor = thermistor
> temp3: +21.0°C (high = +255.0°C, hyst = +253.0°C) ALARM
> (crit = +255.0°C, hyst = +253.0°C) ALARM
> sensor = transistor
>
> Just need help in configuring the actual values of the in* voltages.
>
> _______________________________________________
> lm-sensors mailing list
> lm-sensors@lm-sensors.org
> http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-25 13:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-25 12:22 [lm-sensors] add new chipset ID to f71882fg.c for Fintek F71889AD mike
2011-03-25 13:31 ` [lm-sensors] add new chipset ID to f71882fg.c for Fintek Hans de Goede
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.