All of lore.kernel.org
 help / color / mirror / Atom feed
From: "p121@mpan.pl" <p121@mpan.pl>
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] [Config] GA-EP43-DS3LR
Date: Thu, 11 Oct 2012 11:04:10 +0000	[thread overview]
Message-ID: <5076A7AA.6010304@mpan.pl> (raw)

[-- Attachment #1: Type: text/plain, Size: 210 bytes --]

Hello,

   I've created config for Gigabyte EP43-DS3LR (see attachment).

   There is some inaccuracy in temp2 (CPU temp), but I'm not able to 
track down the reason. It may be caused by sensor location.

mpan

[-- Attachment #2: ga-ep43-ds3lr.txt --]
[-- Type: text/plain, Size: 1438 bytes --]

chip "it8718-*"

# Fans
    label   fan1    "CPU fan"
    label   fan2    "SYS fan2"
    label   fan3    "PWR fan"
    label   fan4    "SYS fan1"

# Temperatures
    # temp2 is strongly corelated with cores temperatures, being few degrees
    # above or below them, equal at about 40 Celcius degrees.
    # temp1 is exactly as BIOS reports it and seems to be chipset temperature,
    # not case temperature.
    label   temp1   "Sys temp"
    label   temp2   "CPU temp"
    ignore  temp3

# Voltages
    # in4 is unknown, moves in range [0.10; 0.60]V, depends on CPU load
    # in5 is unknown, moves in range [0.00; 0.13]V, depends on CPU load
    ignore in4
    ignore in5
    ignore in6  # fixed at 100mV
    
    label   in0     "Vcore"
    label   in1     "Vram"          # DDR18V in SETUP
    label   in2     "+3.3V"
    label   in3     "+5V"           # Not present in SETUP
    label   in7     "+12V"
    
    # Both Vcore and Vram may be adjusted from SETUP, so imposing hard limits
    # on them makes no sense, as for many configurations they'll exceed
    # the limits.
    set     in2_min 3.3 * 0.95
    set     in2_max 3.3 * 1.05
    set     in3_min 5 * 0.95
    set     in3_max 5 * 1.05
    set     in7_min 12 * 0.95
    set     in7_max 12 * 1.05
    
    # Based on various configs for Gigabyte motherboards. Matches reality
    compute in3  @ * (6.8/10+1),    @ / (6.8/10+1)
    compute in7  @ * 3.963,         @ / 3.963


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

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

                 reply	other threads:[~2012-10-11 11:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=5076A7AA.6010304@mpan.pl \
    --to=p121@mpan.pl \
    --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.