All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Artem S. Tashkinov" <t.artem-VInPYn6yXxRWk0Htik3J/w@public.gmane.org>
To: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: lm_sensors configuration for Gigabyte M61P-S3 AM2+ motherboard
Date: Fri, 15 Jan 2010 15:08:40 +0500	[thread overview]
Message-ID: <4B503EA8.7080709@mailcity.com> (raw)

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

Hi, there!

It seems like 
http://www.lm-sensors.org/wiki/Configurations/FancyManufacturer is 
broken, so I'm sending lm_sensors configuration for my motherboard 
straight to your mailing list. I hope someone will add this 
configuration to your TRAC/Wiki.

Cheers!


[-- Attachment #2: it8716.txt --]
[-- Type: text/plain, Size: 1675 bytes --]

# lm_sensors configuration for Gigabyte M61P-S3 AM2+ motherboard

chip "it8716-*"

# Voltages

    label  in0  "VCore"    # CPU Core Voltage
    label  in1  "VDDR"     # DDR2 1.8V
    label  in2  "+3.3V"    # VCC3
    label  in3  "+5V"      # VCC
    label  in4  "+12V"
    label  in5  "-12V"
    label  in6  "-5V"
    label  in7  "5VSB"     # VCCH
    label  in8  "VBat"

    compute in3  ((6.8/10)+1)*@ , @/((6.8/10)+1)
    compute in4  ((30/10)+1)*@  , @/((30/10)+1)
    compute in5 -(30/10+1)*@, -@/(30/10+1)
    compute in6  (1+120/56)*@ - 4.096*120/56 , (@ + 4.096*120/56)/(1+120/56)
    compute in7  ((6.8/10)+1)*@ , @/((6.8/10)+1)

#    Not setting in0 min/max, because different AMD CPUs have
#    different voltages, besides with C'n'Q enabled this voltage
#    can fluctuate a lot
#    set in0_min  vid * 0.95
#    set in0_max  vid * 1.05
     set in1_min  1.8 * 0.95
     set in1_max  1.8 * 1.05
     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 in4_min   12 * 0.95
     set in4_max   12 * 1.05
     set in5_max  -12 * 0.95
     set in5_min  -12 * 1.05
     set in6_max   -5 * 0.95
     set in6_min   -5 * 1.05
     set in7_min    5 * 0.95
     set in7_max    5 * 1.05
# The chip does not support in8 min/max

# Temperatures

    label  temp1  "M/B Temp"
    label  temp2  "CPU Temp"
    label  temp3  "M/B Temp"

    set temp2_max   60

# Fans

    label  fan1 "CPU Fan"
    label  fan2 "Case Fan"
    ignore fan3  # This motherboard doesn't have the second system fan

#   My fans can stop if the temperature is OK, adjust for your situation
#   set fan1_min 2000
#   set fan2_min 2000

             reply	other threads:[~2010-01-15 10:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-15 10:08 Artem S. Tashkinov [this message]
     [not found] ` <4B503EA8.7080709-VInPYn6yXxRWk0Htik3J/w@public.gmane.org>
2010-01-15 11:42   ` lm_sensors configuration for Gigabyte M61P-S3 AM2+ motherboard Jean Delvare

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=4B503EA8.7080709@mailcity.com \
    --to=t.artem-vinpyn6yxxrwk0htik3j/w@public.gmane.org \
    --cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.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.