All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Marriott <leemarriott@sbcglobal.net>
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] lm-sensors configuration file for BioStar N68S+
Date: Sat, 09 Apr 2011 00:05:57 +0000	[thread overview]
Message-ID: <4D9FA2E5.4040508@sbcglobal.net> (raw)


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

To whom it may be of interest,

Attached is a lm-sensors configuration file for a BioStar N68S+ 
motherboard. It is the result of several days of head scratching and 
googling, and its results agree with the BIOS output (at least on my 
system using openSUSE 11.4). You are welcome to use as you see fit, but 
of course, there is no guarantee that it will work properly for others.


I hope that it will be of some aid to others.


Lee Marriott,
Retired


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

[-- Attachment #2: sensors3.conf --]
[-- Type: text/plain, Size: 3329 bytes --]

# libsensors configuration file
# -----------------------------
#
# This is a first attempt at a custom configuration file for the Biostar N68S+.
# This custom configuration file should be located in /etc/sensors3.conf.
#
# Custom configuration files for some specific mainboards can be found at
# http://www.lm-sensors.org/wiki/Configurations

# READ THE MAN PAGE DOCUMENTATION OF 'sensors.conf' FOR MORE
# COMPLETE INFORMATION. ie:

# man sensors.conf

# Regarding the Biostar N68S+ motherboard: This motherboard supports
# both manual overclocking by individual settings and preconfigured
# overclocking using predefined sets of overclock settings.

chip "it8716-*"

# All labels set to match Biostar N68S+ BIOS displayed labels. See
# the 'PC Health' screen in the BIOS.

# Voltage settings

    label in0 "  Vcore"
    label in1 "Chipset"
    ignore in2           # +3.3 V not in BIOS
    label in3 "   +5 V"  # VCC
    label in4 "  +12 V"
    label in5 "    DDR"
    label in6 "     HT"
    label in7 "   5VSB"
    label in8 "   Vbat"

    compute in3 ((6.8/10)+1)*@ , @/((6.8/10)+1)
    compute in4 ((30/10)+1)*@ , @/((30/10)+1)
    compute in7 ((6.8/10)+1)*@ , @/((6.8/10)+1)

    ignore cpu0_vid

# Other than +3.3, +5.0 and +12.0 voltages (here set plus/minus 10%), the
# indicated min/max voltages are a guess based on present measurements
# and similar to those on my Asus m/b.
# 

    set in0_min   0.80
    set in0_max   1.80
    set in1_min   1.1
    set in1_max   1.76
#    set in2_min   3.3 * 0.90
#    set in2_max   3.3 * 1.10
    set in3_min   5.0 * 0.90
    set in3_max   5.0 * 1.10
    set in4_min  12.0 * 0.90
    set in4_max  12.0 * 1.10
    set in5_min   1.60
    set in5_max   2.20
    set in6_min   0.95
    set in6_max   1.4
    set in7_min   5.0 * 0.90
    set in7_max   5.0 * 1.10

# Fan settings

    label fan1 "CPU fan"
    label fan2 "Sys1fan"
    label fan3 " NB fan"

    # Ignore fans you don't have
   ignore fan3

#
# The Biostart N68S+ is based upon the nVidia GeForce 7025/nForce 630a
# chipset and comes with active (fan based) cooling.

# Biostar N68S+ can allow 0 rpm for the CPU fan when in SMART
# fan control mode. Set min speeds as applicable for your system.

#    set fan1_min 1000
    set fan1_min 0
    set fan2_min 1000
#    set fan3_min 5600

# Temperature sensor settings

    label temp1 "CPU Tmp"
    label temp2 "M/B Tmp"
    label temp3 "NB     "

# BioStar N68S+ BIOS doesn't use 'temp2' and 'temp3'.

    ignore temp2
    ignore temp3

# Only set tempX_type if you have PC Health [disabled]
# in your BIOS???? Generally, the kernel {lmsensors} will
# correctly detect individual temperature sensor type and
# set values accordingly.
# 2 = thermistor; 3 = thermal diode; 0 = unused

#    set temp1_type 2
#    set temp2_type 2
#    set temp3_type 3

# Set your temparature max values. Warning: If your values here
# are set higher than the values set in your BIOS, then you may
# shutdown at a lower temperature than you think. It's probably
# best to assume that shutdown will occur at the lowest setting
# whenever the value here and the BIOS are different.

   set temp1_max  50
   set temp1_min  10
#   set temp2_max  50
#   set temp2_min  10

# The other possibility is that a value set here will always
# override the BIOS. You may or may not want that behavior.


[-- 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:[~2011-04-09  0:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-09  0:05 Lee Marriott [this message]
2011-04-16  8:33 ` [lm-sensors] lm-sensors configuration file for BioStar N68S+ 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=4D9FA2E5.4040508@sbcglobal.net \
    --to=leemarriott@sbcglobal.net \
    --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.