From: Andre Prendel <andre_prendel@gmx.de>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] Labling the fans
Date: Thu, 16 Apr 2009 07:40:45 +0000 [thread overview]
Message-ID: <20090416074044.GA4511@ubuntu> (raw)
In-Reply-To: <1239315751.23846.5@mtranch.mtranch.com>
On Thu, Apr 09, 2009 at 03:22:31PM -0700, Geoffrey Leach wrote:
> When I moved up to v 3.1.0 the seed of my CPU fan is now detected
> (yea!), but the label is now "fan2" (boo!), and who can remember that?
>
> Is there a way to change "fann" to something more useful?
You have to edit your sensors configuration file. See man 5
sensors.conf (LABEL STATEMENT).
The default config file is /etc/sensors3.conf.
In the first line of the sensors output you can find your sensor
chip. Search the line starting with
chip "FIRST_LINE_OF_SENSORS_OUT"
in /etc/sensors3.conf.
Below that you will find some statements labeling the sysfs files to
more readable names. Edit the last argument to your desired value.
Here is an example for the Winbond W83792AD/D chip (from /etc/sensors3.conf):
[...]
chip "w83792d-*"
label in0 "VCoreA"
label in1 "VCoreB"
label in2 "VIN0"
label in3 "VIN1"
label in4 "VIN2"
label in5 "VIN3"
label in6 "5VCC"
label in7 "5VSB"
label in8 "VBAT"
label fan1 "Fan1"
label fan2 "Fan2"
label fan3 "Fan3"
label fan4 "Fan4"
label fan5 "Fan5"
label fan6 "Fan6"
label fan7 "Fan7"
[...]
Andre
>
>
> _______________________________________________
> lm-sensors mailing list
> lm-sensors@lm-sensors.org
> http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
prev parent reply other threads:[~2009-04-16 7:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-09 22:22 [lm-sensors] Labling the fans Geoffrey Leach
2009-04-16 7:40 ` Andre Prendel [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=20090416074044.GA4511@ubuntu \
--to=andre_prendel@gmx.de \
--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.