* [lm-sensors] Dell Latitude D610 and 2.6.16
@ 2006-04-21 5:01 Andrew Pollock
2006-04-27 7:57 ` Jean Delvare
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Andrew Pollock @ 2006-04-21 5:01 UTC (permalink / raw)
To: lm-sensors
Hey,
I just thought I'd try out lm-sensors on my Dell D610 with what's in 2.6.16,
and sensors-detect decided that i2c-i801 and eeprom should be loaded, but
the sensors command fails, and there's nothing in /sys/class/hwmon (where I
presume from stracing sensors there is supposed to be something).
Should this work with this hardware?
regards
Andrew
^ permalink raw reply [flat|nested] 6+ messages in thread
* [lm-sensors] Dell Latitude D610 and 2.6.16
2006-04-21 5:01 [lm-sensors] Dell Latitude D610 and 2.6.16 Andrew Pollock
@ 2006-04-27 7:57 ` Jean Delvare
2006-04-27 15:51 ` Andrew Pollock
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Jean Delvare @ 2006-04-27 7:57 UTC (permalink / raw)
To: lm-sensors
Hi Andrew,
> I just thought I'd try out lm-sensors on my Dell D610 with what's in 2.6.16,
> and sensors-detect decided that i2c-i801 and eeprom should be loaded, but
> the sensors command fails, and there's nothing in /sys/class/hwmon (where I
> presume from stracing sensors there is supposed to be something).
>
> Should this work with this hardware?
The result you have is consistent with the drivers you loaded (which in
turn sound OK for your hardware, I have a Dell Latitude D600 and I use
the same drivers.) The sensors program and libsensors library were
modified in lm_sensors 2.10.0 not to show non-sensors devices anymore
(at least for 2.6 kernels.) EEPROMs are not sensors so it didn't belong
there in the first place.
You can obtain information from your EEPROMs by using the
decode-dimms.pl script from the lm_sensors package instead.
--
Jean Delvare
^ permalink raw reply [flat|nested] 6+ messages in thread
* [lm-sensors] Dell Latitude D610 and 2.6.16
2006-04-21 5:01 [lm-sensors] Dell Latitude D610 and 2.6.16 Andrew Pollock
2006-04-27 7:57 ` Jean Delvare
@ 2006-04-27 15:51 ` Andrew Pollock
2006-04-27 18:37 ` Jean Delvare
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Andrew Pollock @ 2006-04-27 15:51 UTC (permalink / raw)
To: lm-sensors
On Thu, Apr 27, 2006 at 09:57:29AM +0200, Jean Delvare wrote:
> Hi Andrew,
>
> > I just thought I'd try out lm-sensors on my Dell D610 with what's in 2.6.16,
> > and sensors-detect decided that i2c-i801 and eeprom should be loaded, but
> > the sensors command fails, and there's nothing in /sys/class/hwmon (where I
> > presume from stracing sensors there is supposed to be something).
> >
> > Should this work with this hardware?
>
> The result you have is consistent with the drivers you loaded (which in
> turn sound OK for your hardware, I have a Dell Latitude D600 and I use
> the same drivers.) The sensors program and libsensors library were
> modified in lm_sensors 2.10.0 not to show non-sensors devices anymore
> (at least for 2.6 kernels.) EEPROMs are not sensors so it didn't belong
> there in the first place.
FWIW, the D600 is a vastly different beast to the D610. I made that mistake
when I bought it.
So are you saying that given the drivers I've loaded, there's nothing to
report on?
regards
Andrew
^ permalink raw reply [flat|nested] 6+ messages in thread
* [lm-sensors] Dell Latitude D610 and 2.6.16
2006-04-21 5:01 [lm-sensors] Dell Latitude D610 and 2.6.16 Andrew Pollock
2006-04-27 7:57 ` Jean Delvare
2006-04-27 15:51 ` Andrew Pollock
@ 2006-04-27 18:37 ` Jean Delvare
2006-04-27 19:39 ` Andrew Pollock
2006-04-27 20:44 ` Jean Delvare
4 siblings, 0 replies; 6+ messages in thread
From: Jean Delvare @ 2006-04-27 18:37 UTC (permalink / raw)
To: lm-sensors
Andrew,
[Jean Delvare]
> > The result you have is consistent with the drivers you loaded (which in
> > turn sound OK for your hardware, I have a Dell Latitude D600 and I use
> > the same drivers.) The sensors program and libsensors library were
> > modified in lm_sensors 2.10.0 not to show non-sensors devices anymore
> > (at least for 2.6 kernels.) EEPROMs are not sensors so it didn't belong
> > there in the first place.
[Andrew Pollock]
> FWIW, the D600 is a vastly different beast to the D610. I made that mistake
> when I bought it.
Ah, didn't know that. I stupidly assumed that nearby numbering meant
nearby design.
[Andrew Pollock]
> So are you saying that given the drivers I've loaded, there's nothing to
> report on?
Yes, that's what I think, and said.
Your best chance for hardware monitoring on this laptop is ACPI
(fan, ec and thermal). Load all available acpi modules and see
in /proc/acpi/{embedded_controller,fan,thermal_zone} if there's any
interesting data to be found.
On my D600, embedded_controller and fan are empty directories, but
thermal_zone has some interesting files. I can get the system
temperature, a status flag and a critical temperature limit (which I can
also set). That's a bit cheap and inconvenient compared to what
lm_sensors can offer, but that's much better than nothing at all.
There's some documentation available about acpi/thermal_zone here:
http://acpi.sourceforge.net/documentation/thermal.html
Hope that helps,
--
Jean Delvare
^ permalink raw reply [flat|nested] 6+ messages in thread
* [lm-sensors] Dell Latitude D610 and 2.6.16
2006-04-21 5:01 [lm-sensors] Dell Latitude D610 and 2.6.16 Andrew Pollock
` (2 preceding siblings ...)
2006-04-27 18:37 ` Jean Delvare
@ 2006-04-27 19:39 ` Andrew Pollock
2006-04-27 20:44 ` Jean Delvare
4 siblings, 0 replies; 6+ messages in thread
From: Andrew Pollock @ 2006-04-27 19:39 UTC (permalink / raw)
To: lm-sensors
On Thu, Apr 27, 2006 at 08:37:07PM +0200, Jean Delvare wrote:
> Andrew,
>
> [Jean Delvare]
> > > The result you have is consistent with the drivers you loaded (which in
> > > turn sound OK for your hardware, I have a Dell Latitude D600 and I use
> > > the same drivers.) The sensors program and libsensors library were
> > > modified in lm_sensors 2.10.0 not to show non-sensors devices anymore
> > > (at least for 2.6 kernels.) EEPROMs are not sensors so it didn't belong
> > > there in the first place.
>
> [Andrew Pollock]
> > FWIW, the D600 is a vastly different beast to the D610. I made that mistake
> > when I bought it.
>
> Ah, didn't know that. I stupidly assumed that nearby numbering meant
> nearby design.
Me too :-(
> [Andrew Pollock]
> > So are you saying that given the drivers I've loaded, there's nothing to
> > report on?
>
> Yes, that's what I think, and said.
Okay.
> Your best chance for hardware monitoring on this laptop is ACPI
> (fan, ec and thermal). Load all available acpi modules and see
> in /proc/acpi/{embedded_controller,fan,thermal_zone} if there's any
> interesting data to be found.
>
> On my D600, embedded_controller and fan are empty directories, but
> thermal_zone has some interesting files. I can get the system
> temperature, a status flag and a critical temperature limit (which I can
> also set). That's a bit cheap and inconvenient compared to what
> lm_sensors can offer, but that's much better than nothing at all.
Yup, I see the same. 66 degrees seems a bit hot to me.
> There's some documentation available about acpi/thermal_zone here:
> http://acpi.sourceforge.net/documentation/thermal.html
Thanks.
> Hope that helps,
It's better than a poke in the eye.
regards
Andrew
^ permalink raw reply [flat|nested] 6+ messages in thread
* [lm-sensors] Dell Latitude D610 and 2.6.16
2006-04-21 5:01 [lm-sensors] Dell Latitude D610 and 2.6.16 Andrew Pollock
` (3 preceding siblings ...)
2006-04-27 19:39 ` Andrew Pollock
@ 2006-04-27 20:44 ` Jean Delvare
4 siblings, 0 replies; 6+ messages in thread
From: Jean Delvare @ 2006-04-27 20:44 UTC (permalink / raw)
To: lm-sensors
> Yup, I see the same. 66 degrees seems a bit hot to me.
Indeed. My D600 has only 35 degrees C (although it feels much more) and
my other laptop 49 degrees C. I wouldn't want a laptop at 66 degrees C
when idle. Is the fan spinning?
You may want to read this:
http://www.tek-tips.com/viewthread.cfm?qid\x1206291&page=8
--
Jean Delvare
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-04-27 20:44 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-21 5:01 [lm-sensors] Dell Latitude D610 and 2.6.16 Andrew Pollock
2006-04-27 7:57 ` Jean Delvare
2006-04-27 15:51 ` Andrew Pollock
2006-04-27 18:37 ` Jean Delvare
2006-04-27 19:39 ` Andrew Pollock
2006-04-27 20:44 ` Jean Delvare
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.