All of lore.kernel.org
 help / color / mirror / Atom feed
From: Logan Freijo <loganfreijo@embarqmail.com>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] f71882fg not showing motherboard temps
Date: Sun, 04 Nov 2012 02:02:44 +0000	[thread overview]
Message-ID: <5095CCC4.5080301@embarqmail.com> (raw)
In-Reply-To: <5091A80D.3090101@embarqmail.com>

On 11/3/2012 11:43 AM, Hans de Goede wrote:
> Hi,
>
>
> Now a days not really, since there is little ISA stuff left in a 
> modern PC, and what
> is there usually is detected fine without isapnp too, since it has 
> been at the
> same isa address since the beginning of time (ie serial ports, if 
> you're lucky enough
> to have a serial port on your motherboard). However if in the future 
> you think:
> "hey why is Linux not seeing my foobar hardware" where by foobar is 
> something
> ancient like say a floppy controller, try removing the option. Note 
> this is all
> AFAIK, this is veering away a bit from my area of expertise (which is 
> certain hwmon
> chips and usb).
>
> > Is it possible there is a CMOS option that will disable the BIOS use 
> of this resource?
>
> Not likely.
>
> Regards,
>
> Hans
>

Ok. I won't worry about it then. The wiki says that custom 
configurations should be sent to the mailing list. Below is the 
configuration I have that seems to work. Hopefully this will help 
someone else.

Thanks,

Logan



chip "f71882fg-*"

### Voltages

    #Not sure about in2. Reading changes with change to NB voltage
    #and Vcore voltage

    label  in1   "Vcore"
    label  in2   "NBcore"
    label  in3   "+5V"
    label  in4   "+12V"
    label  in5   "5VSB"
    label  in6   "VDIMM"

    compute  in2  @ * (16/8), @ / (16/8)
    compute  in3  @ * (42/8), @ / (42/8)
    compute  in4  @ * (88/8), @ / (88/8)
    compute  in5  @ * (42/8), @ / (42/8)
    compute  in6  @ * (16/8), @ / (16/8)

    set in1_min   0.7
    set in1_max   1.5
    set in2_min   1.2 * 0.95
    set in2_max   1.2 * 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_min   5   * 0.95
    set in5_max   5   * 1.95
    set in6_min   1.5 * 0.95
    set in6_max   1.5 * 1.95


###Temps


    label  temp1   "CPU Temp"
    label  temp2   "SYS Temp1"
    label  temp3   "SYS Temp2"



###Fans

    #Fan4 doesn't exist on this motherboard
    ignore fan4

    label fan1   "CPU Fan"
    label fan2   "SYS Fan1"
    label fan3   "SYS Fan2"

    set fan1_min   500
    set fan2_min   500
    set fan3_min   500


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

      parent reply	other threads:[~2012-11-04  2:02 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-31 22:37 [lm-sensors] f71882fg not showing motherboard temps Logan Freijo
2012-11-01  4:49 ` Guenter Roeck
2012-11-01 16:03 ` Logan Freijo
2012-11-01 16:19 ` Hans de Goede
2012-11-01 16:38 ` Logan Freijo
2012-11-01 17:34 ` Logan Freijo
2012-11-01 19:25 ` Hans de Goede
2012-11-02  3:20 ` Guenter Roeck
2012-11-02  5:29 ` Logan Freijo
2012-11-02  9:09 ` Hans de Goede
2012-11-02 13:22 ` Logan Freijo
2012-11-02 16:28 ` Hans de Goede
2012-11-02 20:04 ` Logan Freijo
2012-11-03 15:43 ` Hans de Goede
2012-11-04  2:02 ` Logan Freijo [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=5095CCC4.5080301@embarqmail.com \
    --to=loganfreijo@embarqmail.com \
    --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.