All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [lm-sensors] adt7473 for NVIDIA
@ 2010-03-16 15:52 Phillip Pi
  2010-03-16 16:30 ` Jean Delvare
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Phillip Pi @ 2010-03-16 15:52 UTC (permalink / raw)
  To: lm-sensors

Reply-To: 
In-Reply-To: <20100316163333.7f5911f7@hyperion.delvare>

> > I noticed this kernel upgrade detected something new: 
> > http://pastie.org/872083 (too long to post in here). It never detected 
> > adt7473 module, but it never show it in sensors command. What is it? 
> > From a quick Google search, it seems to be fan controls or something?
> 
> Hardware monitoring chip, on your graphics adapter. Getting these to
> work if often tedious because nVidia is not cooperating. Try the
> following (as root):
> 
> # echo adt7473 0x2e > /sys/bus/i2c/devices/i2c-4/new_device
> 
> Then "sensors" might show more.

# echo adt7473 0x2e > /sys/bus/i2c/devices/i2c-4/new_device
# sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:       +21.8°C  (crit = +96.8°C)                  

k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp:  +39.0°C                                    
Core1 Temp:  +27.0°C                                    

adt7473-i2c-4-2e
Adapter: NVIDIA i2c adapter 
in1:         +2.99 V  (min =  +0.00 V, max =  +2.99 V)   
+3.3V:       +3.21 V  (min =  +0.00 V, max =  +4.38 V)   
fan1:       1511 RPM  (min =    0 RPM)
fan2:          0 RPM  (min =    0 RPM)
fan3:          0 RPM  (min =  164 RPM)  ALARM
fan4:          0 RPM  (min =    0 RPM)
temp1:       +60.0°C  (low  = +65.0°C, high = +85.0°C)  ALARM  
Board Temp:  +53.0°C  (low  = +20.0°C, high = +60.0°C)  
temp3:       +59.0°C  (low  = +80.0°C, high = +105.0°C)  ALARM

Thanks. Do I have to add this line to my /etc/rc.local or something to 
get this to work all the time? Or does it change often? BTW, I am using 
the latest NVIDIA beta driver.
-- 
Quote of the Week: "What reason, like the careful ant, draws laboriously 
together, the wind of accident sometimes collects in a moment." 
--Friedrich von Schiller
  /\___/\
 / /\ /\ \         Phil./Ant @ http://antfarm.ma.cx (Personal Web Site)
| |o   o| |                Ant's Quality Foraged Links: http://aqfl.net
   \ _ /                 E-mail: philpi@earthlink.net or ant@zimage.com
    ( )

_______________________________________________
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] adt7473 for NVIDIA
  2010-03-16 15:52 [lm-sensors] adt7473 for NVIDIA Phillip Pi
@ 2010-03-16 16:30 ` Jean Delvare
  2010-03-16 19:30 ` Phillip Pi
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Jean Delvare @ 2010-03-16 16:30 UTC (permalink / raw)
  To: lm-sensors

On Tue, 16 Mar 2010 08:52:03 -0700, Phillip Pi wrote:
> Reply-To: 
> In-Reply-To: <20100316163333.7f5911f7@hyperion.delvare>
> 
> > > I noticed this kernel upgrade detected something new: 
> > > http://pastie.org/872083 (too long to post in here). It never detected 
> > > adt7473 module, but it never show it in sensors command. What is it? 
> > > From a quick Google search, it seems to be fan controls or something?
> > 
> > Hardware monitoring chip, on your graphics adapter. Getting these to
> > work if often tedious because nVidia is not cooperating. Try the
> > following (as root):
> > 
> > # echo adt7473 0x2e > /sys/bus/i2c/devices/i2c-4/new_device
> > 
> > Then "sensors" might show more.
> 
> # echo adt7473 0x2e > /sys/bus/i2c/devices/i2c-4/new_device
> # sensors
> acpitz-virtual-0
> Adapter: Virtual device
> temp1:       +21.8°C  (crit = +96.8°C)                  
> 
> k8temp-pci-00c3
> Adapter: PCI adapter
> Core0 Temp:  +39.0°C                                    
> Core1 Temp:  +27.0°C                                    
> 
> adt7473-i2c-4-2e
> Adapter: NVIDIA i2c adapter 
> in1:         +2.99 V  (min =  +0.00 V, max =  +2.99 V)   
> +3.3V:       +3.21 V  (min =  +0.00 V, max =  +4.38 V)   
> fan1:       1511 RPM  (min =    0 RPM)
> fan2:          0 RPM  (min =    0 RPM)
> fan3:          0 RPM  (min =  164 RPM)  ALARM
> fan4:          0 RPM  (min =    0 RPM)
> temp1:       +60.0°C  (low  = +65.0°C, high = +85.0°C)  ALARM  
> Board Temp:  +53.0°C  (low  = +20.0°C, high = +60.0°C)  
> temp3:       +59.0°C  (low  = +80.0°C, high = +105.0°C)  ALARM
> 
> Thanks. Do I have to add this line to my /etc/rc.local or something to 
> get this to work all the time? Or does it change often? BTW, I am using 
> the latest NVIDIA beta driver.

Yes, you have to add it to some init script, otherwise you'll lose the
device at reboot. Now the problem is that the bus number (4 in your
case) could indeed change over time. And once again nVidia make it hard
for us by not giving unique names to their I2C adapters, so we can't
even select by name. All you can do is hope that the numbers won't
change.

WRT to the output itself, I doubt that your card has more than one fan,
so you can probably add ignore statements for fan2, fan3 and fan4 to
your configuration file. The rest looks reasonable.

-- 
Jean Delvare
http://khali.linux-fr.org/wishlist.html

_______________________________________________
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] adt7473 for NVIDIA
  2010-03-16 15:52 [lm-sensors] adt7473 for NVIDIA Phillip Pi
  2010-03-16 16:30 ` Jean Delvare
@ 2010-03-16 19:30 ` Phillip Pi
  2010-03-16 22:18 ` Jean Delvare
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Phillip Pi @ 2010-03-16 19:30 UTC (permalink / raw)
  To: lm-sensors

> > > > I noticed this kernel upgrade detected something new: 
> > > > http://pastie.org/872083 (too long to post in here). It never detected 
> > > > adt7473 module, but it never show it in sensors command. What is it? 
> > > > From a quick Google search, it seems to be fan controls or something?
> > > 
> > > Hardware monitoring chip, on your graphics adapter. Getting these to
> > > work if often tedious because nVidia is not cooperating. Try the
> > > following (as root):
> > > 
> > > # echo adt7473 0x2e > /sys/bus/i2c/devices/i2c-4/new_device
> > > 
> > > Then "sensors" might show more.
> > 
> > # echo adt7473 0x2e > /sys/bus/i2c/devices/i2c-4/new_device
> > # sensors
> > acpitz-virtual-0
> > Adapter: Virtual device
> > temp1:       +21.8°C  (crit = +96.8°C)                  
> > 
> > k8temp-pci-00c3
> > Adapter: PCI adapter
> > Core0 Temp:  +39.0°C                                    
> > Core1 Temp:  +27.0°C                                    
> > 
> > adt7473-i2c-4-2e
> > Adapter: NVIDIA i2c adapter 
> > in1:         +2.99 V  (min =  +0.00 V, max =  +2.99 V)   
> > +3.3V:       +3.21 V  (min =  +0.00 V, max =  +4.38 V)   
> > fan1:       1511 RPM  (min =    0 RPM)
> > fan2:          0 RPM  (min =    0 RPM)
> > fan3:          0 RPM  (min =  164 RPM)  ALARM
> > fan4:          0 RPM  (min =    0 RPM)
> > temp1:       +60.0°C  (low  = +65.0°C, high = +85.0°C)  ALARM  
> > Board Temp:  +53.0°C  (low  = +20.0°C, high = +60.0°C)  
> > temp3:       +59.0°C  (low  = +80.0°C, high = +105.0°C)  ALARM
> 
> Yes, you have to add it to some init script, otherwise you'll lose the
> device at reboot. Now the problem is that the bus number (4 in your
> case) could indeed change over time. And once again nVidia make it hard
> for us by not giving unique names to their I2C adapters, so we can't
> even select by name. All you can do is hope that the numbers won't
> change.
> 
> WRT to the output itself, I doubt that your card has more than one fan,
> so you can probably add ignore statements for fan2, fan3 and fan4 to
> your configuration file. The rest looks reasonable.

Interesting. I exited my X and back to bash/console, and GeForce 8800
GT's sensors results are different now.

$ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:       +21.8°C  (crit = +96.8°C)

k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp:  +34.0°C
Core1 Temp:  +21.0°C

adt7473-i2c-4-2e
Adapter: NVIDIA i2c adapter
in1:         +2.94 V  (min =  +2.94 V, max =  +2.94 V)   ALARM
+3.3V:       +4.31 V  (min =  +4.31 V, max =  +4.31 V)
fan1:         82 RPM  (min =   82 RPM)  ALARM
fan2:         82 RPM  (min =   82 RPM)  ALARM
fan3:         82 RPM  (min =   82 RPM)  ALARM
fan4:         82 RPM  (min =   82 RPM)  ALARM
temp1:        -5.0°C  (low  =  -5.0°C, high =  -5.0°C)  ALARM
Board Temp:   -5.0°C  (low  =  -5.0°C, high =  -5.0°C)  ALARM
temp3:        -5.0°C  (low  =  -5.0°C, high =  -5.0°C)  ALARM

Is that normal especially for the temperature readings?
-- 
Quote of the Week: "What reason, like the careful ant, draws laboriously 
together, the wind of accident sometimes collects in a moment." 
--Friedrich von Schiller
  /\___/\
 / /\ /\ \         Phil./Ant @ http://antfarm.ma.cx (Personal Web Site)
| |o   o| |                Ant's Quality Foraged Links: http://aqfl.net
   \ _ /                 E-mail: philpi@earthlink.net or ant@zimage.com
    ( )

_______________________________________________
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] adt7473 for NVIDIA
  2010-03-16 15:52 [lm-sensors] adt7473 for NVIDIA Phillip Pi
  2010-03-16 16:30 ` Jean Delvare
  2010-03-16 19:30 ` Phillip Pi
@ 2010-03-16 22:18 ` Jean Delvare
  2010-03-16 22:33 ` Phillip Pi
  2016-01-01 18:45 ` PhiLLip Pi
  4 siblings, 0 replies; 6+ messages in thread
From: Jean Delvare @ 2010-03-16 22:18 UTC (permalink / raw)
  To: lm-sensors

On Tue, 16 Mar 2010 12:30:11 -0700, Phillip Pi wrote:
> Interesting. I exited my X and back to bash/console, and GeForce 8800
> GT's sensors results are different now.
> 
> $ sensors
> acpitz-virtual-0
> Adapter: Virtual device
> temp1:       +21.8°C  (crit = +96.8°C)
> 
> k8temp-pci-00c3
> Adapter: PCI adapter
> Core0 Temp:  +34.0°C
> Core1 Temp:  +21.0°C
> 
> adt7473-i2c-4-2e
> Adapter: NVIDIA i2c adapter
> in1:         +2.94 V  (min =  +2.94 V, max =  +2.94 V)   ALARM
> +3.3V:       +4.31 V  (min =  +4.31 V, max =  +4.31 V)
> fan1:         82 RPM  (min =   82 RPM)  ALARM
> fan2:         82 RPM  (min =   82 RPM)  ALARM
> fan3:         82 RPM  (min =   82 RPM)  ALARM
> fan4:         82 RPM  (min =   82 RPM)  ALARM
> temp1:        -5.0°C  (low  =  -5.0°C, high =  -5.0°C)  ALARM
> Board Temp:   -5.0°C  (low  =  -5.0°C, high =  -5.0°C)  ALARM
> temp3:        -5.0°C  (low  =  -5.0°C, high =  -5.0°C)  ALARM
> 
> Is that normal especially for the temperature readings?

This is not "normal", but still expected: the I2C adapters are driven by
your X nvidia driver, which gets inactive when you get to the console.
This is a design flaw, the I2C buses should be working all the time,
blame nvidia for it.

-- 
Jean Delvare

_______________________________________________
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] adt7473 for NVIDIA
  2010-03-16 15:52 [lm-sensors] adt7473 for NVIDIA Phillip Pi
                   ` (2 preceding siblings ...)
  2010-03-16 22:18 ` Jean Delvare
@ 2010-03-16 22:33 ` Phillip Pi
  2016-01-01 18:45 ` PhiLLip Pi
  4 siblings, 0 replies; 6+ messages in thread
From: Phillip Pi @ 2010-03-16 22:33 UTC (permalink / raw)
  To: lm-sensors

> > Interesting. I exited my X and back to bash/console, and GeForce 8800
> > GT's sensors results are different now.
> > 
> > $ sensors
> > acpitz-virtual-0
> > Adapter: Virtual device
> > temp1:       +21.8°C  (crit = +96.8°C)
> > 
> > k8temp-pci-00c3
> > Adapter: PCI adapter
> > Core0 Temp:  +34.0°C
> > Core1 Temp:  +21.0°C
> > 
> > adt7473-i2c-4-2e
> > Adapter: NVIDIA i2c adapter
> > in1:         +2.94 V  (min =  +2.94 V, max =  +2.94 V)   ALARM
> > +3.3V:       +4.31 V  (min =  +4.31 V, max =  +4.31 V)
> > fan1:         82 RPM  (min =   82 RPM)  ALARM
> > fan2:         82 RPM  (min =   82 RPM)  ALARM
> > fan3:         82 RPM  (min =   82 RPM)  ALARM
> > fan4:         82 RPM  (min =   82 RPM)  ALARM
> > temp1:        -5.0°C  (low  =  -5.0°C, high =  -5.0°C)  ALARM
> > Board Temp:   -5.0°C  (low  =  -5.0°C, high =  -5.0°C)  ALARM
> > temp3:        -5.0°C  (low  =  -5.0°C, high =  -5.0°C)  ALARM
> > 
> > Is that normal especially for the temperature readings?
> 
> This is not "normal", but still expected: the I2C adapters are driven by
> your X nvidia driver, which gets inactive when you get to the console.
> This is a design flaw, the I2C buses should be working all the time,
> blame nvidia for it.

Thjanks again. I assume this problem has been like this for years. :(
-- 
Quote of the Week: "What reason, like the careful ant, draws laboriously 
together, the wind of accident sometimes collects in a moment." 
--Friedrich von Schiller
  /\___/\
 / /\ /\ \         Phil./Ant @ http://antfarm.ma.cx (Personal Web Site)
| |o   o| |                Ant's Quality Foraged Links: http://aqfl.net
   \ _ /                 E-mail: philpi@earthlink.net or ant@zimage.com
    ( )

_______________________________________________
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] adt7473 for NVIDIA
  2010-03-16 15:52 [lm-sensors] adt7473 for NVIDIA Phillip Pi
                   ` (3 preceding siblings ...)
  2010-03-16 22:33 ` Phillip Pi
@ 2016-01-01 18:45 ` PhiLLip Pi
  4 siblings, 0 replies; 6+ messages in thread
From: PhiLLip Pi @ 2016-01-01 18:45 UTC (permalink / raw)
  To: lm-sensors

On Tue, Mar 16, 2010 at 05:30:31PM +0100, Jean Delvare wrote:
> On Tue, 16 Mar 2010 08:52:03 -0700, Phillip Pi wrote:
> > Reply-To: 
> > In-Reply-To: <20100316163333.7f5911f7@hyperion.delvare>
> > 
> > > > I noticed this kernel upgrade detected something new: 
> > > > http://pastie.org/872083 (too long to post in here). It never detected 
> > > > adt7473 module, but it never show it in sensors command. What is it? 
> > > > From a quick Google search, it seems to be fan controls or something?
> > > 
> > > Hardware monitoring chip, on your graphics adapter. Getting these to
> > > work if often tedious because nVidia is not cooperating. Try the
> > > following (as root):
> > > 
> > > # echo adt7473 0x2e > /sys/bus/i2c/devices/i2c-4/new_device
> > > 
> > > Then "sensors" might show more.
> > 
> > # echo adt7473 0x2e > /sys/bus/i2c/devices/i2c-4/new_device
> > # sensors
> > acpitz-virtual-0
> > Adapter: Virtual device
> > temp1:       +21.8°C  (crit = +96.8°C)                  
> > 
> > k8temp-pci-00c3
> > Adapter: PCI adapter
> > Core0 Temp:  +39.0°C                                    
> > Core1 Temp:  +27.0°C                                    
> > 
> > adt7473-i2c-4-2e
> > Adapter: NVIDIA i2c adapter 
> > in1:         +2.99 V  (min =  +0.00 V, max =  +2.99 V)   
> > +3.3V:       +3.21 V  (min =  +0.00 V, max =  +4.38 V)   
> > fan1:       1511 RPM  (min =    0 RPM)
> > fan2:          0 RPM  (min =    0 RPM)
> > fan3:          0 RPM  (min =  164 RPM)  ALARM
> > fan4:          0 RPM  (min =    0 RPM)
> > temp1:       +60.0°C  (low  = +65.0°C, high = +85.0°C)  ALARM  
> > Board Temp:  +53.0°C  (low  = +20.0°C, high = +60.0°C)  
> > temp3:       +59.0°C  (low  = +80.0°C, high = +105.0°C)  ALARM
> > 
> > Thanks. Do I have to add this line to my /etc/rc.local or something to 
> > get this to work all the time? Or does it change often? BTW, I am using 
> > the latest NVIDIA beta driver.
> 
> Yes, you have to add it to some init script, otherwise you'll lose the
> device at reboot. Now the problem is that the bus number (4 in your
> case) could indeed change over time. And once again nVidia make it hard
> for us by not giving unique names to their I2C adapters, so we can't
> even select by name. All you can do is hope that the numbers won't
> change.
> 
> WRT to the output itself, I doubt that your card has more than one fan,
> so you can probably add ignore statements for fan2, fan3 and fan4 to
> your configuration file. The rest looks reasonable.

Hello again and happy new year!

$ sudo echo adt7473 0x2e > /sys/bus/i2c/devices/i2c-4/new_device
-bash: /sys/bus/i2c/devices/i2c-4/new_device: Permission denied

I assume it changed. How do I make this work so I can see my NVIDIA 
GeForce 8800 GT video's card's sensors?

Thank you in advance. :)
-- 
:) New Yr.
Note: A fixed width font (Courier, Monospace, etc.) is required to see this signature correctly.
  /\___/\    Phil./Ant(Dude) @ http://antfarm.ma.cx (Personal Web Site)
 / /\ /\ \                 Ant's Quality Foraged Links: http://aqfl.net
| |o   o| |                 E-mail: philpi@earthlink.net/ant@zimage.com
   \ _ /              If crediting, then please kindly use Ant nickname
    ( )                                              and AQFL URL/link.

_______________________________________________
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:[~2016-01-01 18:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-16 15:52 [lm-sensors] adt7473 for NVIDIA Phillip Pi
2010-03-16 16:30 ` Jean Delvare
2010-03-16 19:30 ` Phillip Pi
2010-03-16 22:18 ` Jean Delvare
2010-03-16 22:33 ` Phillip Pi
2016-01-01 18:45 ` PhiLLip Pi

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.