All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] how to rename sensor variables
@ 2010-11-28  7:07 Mahmood Naderan
  2010-11-28  7:27 ` Andrey Repin
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Mahmood Naderan @ 2010-11-28  7:07 UTC (permalink / raw)
  To: lm-sensors


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

Hi,
The output of sensors command is:

temp1:       +43.0°C  (high = -58.0°C, hyst = +99.0°C)  sensor = thermistor
temp2:       +41.5°C  (high = +80.0°C, hyst = +75.0°C)  sensor = thermistor
temp3:       -60.0°C  (high = +80.0°C, hyst = +75.0°C)  sensor = transistor
cpu0_vid:   +0.375 V
k10temp-pci-00c3
Adapter: PCI adapter
temp1:       +26.0°C  (high = +70.0°C, crit = +70.0°C)

How can I rename "tempX" to a more meanningful name?
Thanks,

// Naderan *Mahmood;


      

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

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

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [lm-sensors] how to rename sensor variables
  2010-11-28  7:07 [lm-sensors] how to rename sensor variables Mahmood Naderan
@ 2010-11-28  7:27 ` Andrey Repin
  2010-11-28  7:39 ` Mahmood Naderan
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Andrey Repin @ 2010-11-28  7:27 UTC (permalink / raw)
  To: lm-sensors

Greetings, Mahmood Naderan!

> temp1:       +43.0°C  (high = -58.0°C, hyst = +99.0°C)  sensor = thermistor
> temp2:       +41.5°C  (high = +80.0°C, hyst = +75.0°C)  sensor = thermistor
> temp3:       -60.0°C  (high = +80.0°C, hyst = +75.0°C)  sensor = transistor
> cpu0_vid:   +0.375 V
> k10temp-pci-00c3
> Adapter: PCI adapter
> temp1:       +26.0°C  (high = +70.0°C, crit = +70.0°C)

> How can I rename "tempX" to a more meanningful name?
> Thanks,

man sensors.conf sometimes?


--
WBR,
 Andrey Repin (hell-for-yahoo@umail.ru) 28.11.2010, <10:26>

Sorry for my terrible english...


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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [lm-sensors] how to rename sensor variables
  2010-11-28  7:07 [lm-sensors] how to rename sensor variables Mahmood Naderan
  2010-11-28  7:27 ` Andrey Repin
@ 2010-11-28  7:39 ` Mahmood Naderan
  2010-11-28 11:49 ` Jean-Philippe Orsini
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Mahmood Naderan @ 2010-11-28  7:39 UTC (permalink / raw)
  To: lm-sensors


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

There is nothing about k10temp in sensors3.conf.

mahmood@localhost:~$ cat /etc/sensors3.conf | grep "*k10temp*"
mahmood@localhost:~$ 


 
// Naderan *Mahmood;




________________________________
From: Andrey Repin <hell-for-yahoo@umail.ru>
To: Mahmood Naderan <nt_mahmood@yahoo.com>; lm-sensors@lm-sensors.org
Sent: Sun, November 28, 2010 10:57:50 AM
Subject: Re: [lm-sensors] how to rename sensor variables

Greetings, Mahmood Naderan!

> temp1:       +43.0°C  (high = -58.0°C, hyst = +99.0°C)  sensor = thermistor
> temp2:       +41.5°C  (high = +80.0°C, hyst = +75.0°C)  sensor = thermistor
> temp3:       -60.0°C  (high = +80.0°C, hyst = +75.0°C)  sensor = transistor
> cpu0_vid:   +0.375 V
> k10temp-pci-00c3
> Adapter: PCI adapter
> temp1:       +26.0°C  (high = +70.0°C, crit = +70.0°C)

> How can I rename "tempX" to a more meanningful name?
> Thanks,

man sensors.conf sometimes?


--
WBR,
Andrey Repin (hell-for-yahoo@umail.ru) 28.11.2010, <10:26>

Sorry for my terrible english...


      

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

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

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [lm-sensors] how to rename sensor variables
  2010-11-28  7:07 [lm-sensors] how to rename sensor variables Mahmood Naderan
  2010-11-28  7:27 ` Andrey Repin
  2010-11-28  7:39 ` Mahmood Naderan
@ 2010-11-28 11:49 ` Jean-Philippe Orsini
  2010-11-28 12:10 ` Mahmood Naderan
  2010-11-28 21:16 ` Andrey Repin
  4 siblings, 0 replies; 6+ messages in thread
From: Jean-Philippe Orsini @ 2010-11-28 11:49 UTC (permalink / raw)
  To: lm-sensors

On 11/28/2010 08:39 AM, Mahmood Naderan wrote:
> There is nothing about k10temp in sensors3.conf.
I guess you can add an entry in the configuration file, something like:

chip "k10temp-pci-*"
	label temp1 "CPU0"
	label temp2 "CPU1"
	ignore temp3

man sensors.conf should give you more information.

Regards,
                   JeanFI.

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [lm-sensors] how to rename sensor variables
  2010-11-28  7:07 [lm-sensors] how to rename sensor variables Mahmood Naderan
                   ` (2 preceding siblings ...)
  2010-11-28 11:49 ` Jean-Philippe Orsini
@ 2010-11-28 12:10 ` Mahmood Naderan
  2010-11-28 21:16 ` Andrey Repin
  4 siblings, 0 replies; 6+ messages in thread
From: Mahmood Naderan @ 2010-11-28 12:10 UTC (permalink / raw)
  To: lm-sensors


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

>chip "k10temp-pci-*"
>   label temp1 "CPU0"
>    label temp2 "CPU1"
>    ignore temp3
 
Thanks for that. It did the job
 
// Naderan *Mahmood;




________________________________
From: Jean-Philippe Orsini <jeanfi@gmail.com>
To: lm-sensors@lm-sensors.org
Sent: Sun, November 28, 2010 3:19:24 PM
Subject: Re: [lm-sensors] how to rename sensor variables

On 11/28/2010 08:39 AM, Mahmood Naderan wrote:
> There is nothing about k10temp in sensors3.conf.
I guess you can add an entry in the configuration file, something like:

chip "k10temp-pci-*"
    label temp1 "CPU0"
    label temp2 "CPU1"
    ignore temp3

man sensors.conf should give you more information.

Regards,
                  JeanFI.

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



      

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

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

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [lm-sensors] how to rename sensor variables
  2010-11-28  7:07 [lm-sensors] how to rename sensor variables Mahmood Naderan
                   ` (3 preceding siblings ...)
  2010-11-28 12:10 ` Mahmood Naderan
@ 2010-11-28 21:16 ` Andrey Repin
  4 siblings, 0 replies; 6+ messages in thread
From: Andrey Repin @ 2010-11-28 21:16 UTC (permalink / raw)
  To: lm-sensors

Greetings, Mahmood Naderan!

> There is nothing about k10temp in sensors3.conf.

It has nothing to do with specific chips.
Also, don't top-post.


--
WBR,
 Andrey Repin (hell-for-yahoo@umail.ru) 29.11.2010, <0:15>

Sorry for my terrible english...


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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-11-28 21:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-28  7:07 [lm-sensors] how to rename sensor variables Mahmood Naderan
2010-11-28  7:27 ` Andrey Repin
2010-11-28  7:39 ` Mahmood Naderan
2010-11-28 11:49 ` Jean-Philippe Orsini
2010-11-28 12:10 ` Mahmood Naderan
2010-11-28 21:16 ` Andrey Repin

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.