From: Jean Delvare <khali@linux-fr.org>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] ASUS M3A78-CM
Date: Sun, 21 Jun 2009 07:40:23 +0000 [thread overview]
Message-ID: <20090621094023.6c2f5761@hyperion.delvare> (raw)
In-Reply-To: <56834.1244762907@noxam.com>
Hi Martin,
On Thu, 11 Jun 2009 19:28:27 -0400, martind@noxam.com wrote:
>
> Hi all!
> After couple hours... figured out the config for an ASUS M3A78-CM
> motherboard
> Here you go!
Thanks for your contribution. I've added it to the wiki.
> chip "it87-*" "it8712-*"
"it87-*" can go away, as your board has an IT8712F.
> # The values below have been tested on Asus M3A78-CM motherboards.
> label in0 "VCore 1"
As there is a single Vcore, no need for the trailing "1".
> ignore in1
> label in2 "+3.3V"
> ignore in3
> label in4 "+12V"
> label in5 "+5V"
> ignore in6
> ignore in7
> label in8 "VBat"
You can probably add "ignore cpu0_vid" as apparently the VID inputs
aren't wired on your board.
> compute in4 ((28/10) +1)*@ , @/((28/10) +1)
> compute in5 @*(1+(22/10)), @/(1+(22/10))
> set in0_min 1.30 * 0.95
> set in0_max 1.30 * 1.05
> set in2_min 3.3 * 0.95
> set in2_max 3.3 * 1.05
> set in4_min 12 * 0.95
> set in4_max 12 * 1.05
> set in5_min 5 * 0.95
> set in5_max 5 * 1.05
> set temp1_type 2
> set temp2_type 2
Do you really need to change the temperature sensor types? In most
cases the BIOS does it correctly and you don't need to change them.
> set temp3_type 3
> ignore temp3
It makes little sense to change the type of a sensor you're going to
ignore right away, does it?
> label temp1 "CPU Temp"
> label temp2 "M/B Temp"
> _____________________________________
> remove everything else!
This lacks labels for the fan inputs.
> here is the output from sensors:
> frodo:/sys/class/hwmon/hwmon1/device # sensors
> atk0110-acpi-0
Hmm, that's odd. Normally you shouldn't use both the ACPI interface to
the monitoring chip and the native driver, they are very likely to
collide at some point. The BIOS should have reserved the I/O region for
ACPI and the it87 driver shouldn't be allowed to access it. Which
kernel are you running?
> Adapter: ACPI interface
> Vcore Voltage: +1.30 V (min = +0.85 V, max = +1.60 V)
> +3.3 Voltage: +3.28 V (min = +2.97 V, max = +3.63 V)
> +5 Voltage: +4.97 V (min = +4.50 V, max = +5.50 V)
> +12 Voltage: +12.22 V (min = +10.20 V, max = +13.80 V)
> CPU FAN Speed: 2295 RPM (min = 600 RPM)
> CHASSIS FAN Speed: 0 RPM (min = 600 RPM)
> POWER FAN Speed: 1313 RPM (min = 600 RPM)
> CPU Temperature: +48.0°C (high = +60.0°C, crit = +95.0°C)
> MB Temperature: +35.0°C (high = +45.0°C, crit = +95.0°C)
> it8712-isa-0290
> Adapter: ISA adapter
> VCore 1: +1.30 V (min = +1.23 V, max = +1.36 V)
> +3.3V: +3.28 V (min = +3.14 V, max = +3.47 V)
> +12V: +12.22 V (min = +11.37 V, max = +12.59 V)
> +5V: +4.97 V (min = +4.76 V, max = +5.27 V)
> VBat: +3.20 V
> fan1: 2295 RPM (min = 0 RPM)
> fan2: 0 RPM (min = 0 RPM)
> fan3: 1313 RPM (min = 0 RPM)
> CPU Temp: +48.0°C (low = -1.0°C, high = -5.0°C) sensor = thermistor
> M/B Temp: +35.0°C (low = -1.0°C, high = +127.0°C) sensor = thermistor
You should set temperature limits as well.
> cpu0_vid: +1.550 V
> frodo:/sys/class/hwmon/hwmon1/device #
> Best Regards
> Martin Desormeaux
> a.k.a Neo2048
--
Jean Delvare
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
prev parent reply other threads:[~2009-06-21 7:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-11 23:28 [lm-sensors] ASUS M3A78-CM martind
2009-06-21 7:40 ` Jean Delvare [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090621094023.6c2f5761@hyperion.delvare \
--to=khali@linux-fr.org \
--cc=lm-sensors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.