* Enviromental Monitoring
@ 2000-12-10 16:55 Andrew Stubbs
2000-12-10 17:02 ` Peter Samuelson
` (2 more replies)
0 siblings, 3 replies; 18+ messages in thread
From: Andrew Stubbs @ 2000-12-10 16:55 UTC (permalink / raw)
To: linux-kernel
This probably is not the right lpace, but can't think of where else to ask
Has anyone implemented a /proc device or user program to interrogate the
enviromental attirbutes (temp, voltage etc) that many motherboards provide
via their bios's ?
Please point me in the right direction
Andrew
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Enviromental Monitoring
2000-12-10 16:55 Enviromental Monitoring Andrew Stubbs
@ 2000-12-10 17:02 ` Peter Samuelson
2000-12-10 17:11 ` Graham Murray
2000-12-10 17:06 ` Mohammad A. Haque
2000-12-10 18:45 ` Gregory Maxwell
2 siblings, 1 reply; 18+ messages in thread
From: Peter Samuelson @ 2000-12-10 17:02 UTC (permalink / raw)
To: Andrew Stubbs; +Cc: linux-kernel
[Andrew Stubbs]
> Has anyone implemented a /proc device or user program to interrogate
> the enviromental attirbutes (temp, voltage etc) that many
> motherboards provide via their bios's ?
Do a search on 'lm_sensors'.
Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Enviromental Monitoring
2000-12-10 16:55 Enviromental Monitoring Andrew Stubbs
2000-12-10 17:02 ` Peter Samuelson
@ 2000-12-10 17:06 ` Mohammad A. Haque
2000-12-10 17:52 ` David Ford
2000-12-11 1:25 ` Paul Jakma
2000-12-10 18:45 ` Gregory Maxwell
2 siblings, 2 replies; 18+ messages in thread
From: Mohammad A. Haque @ 2000-12-10 17:06 UTC (permalink / raw)
To: Andrew Stubbs; +Cc: linux-kernel
Hit http://www.lm-sensors.nu/
Andrew Stubbs wrote:
> Has anyone implemented a /proc device or user program to interrogate the
> enviromental attirbutes (temp, voltage etc) that many motherboards provide
> via their bios's ?
>
> Please point me in the right direction
--
=====================================================================
Mohammad A. Haque http://www.haque.net/
mhaque@haque.net
"Alcohol and calculus don't mix. Project Lead
Don't drink and derive." --Unknown http://wm.themes.org/
batmanppc@themes.org
=====================================================================
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Enviromental Monitoring
2000-12-10 17:11 ` Graham Murray
@ 2000-12-10 17:08 ` philippe
2000-12-10 18:21 ` Mohammad A. Haque
2000-12-10 17:32 ` adrian
2000-12-10 18:17 ` Jonathan Hudson
2 siblings, 1 reply; 18+ messages in thread
From: philippe @ 2000-12-10 17:08 UTC (permalink / raw)
To: linux-kernel
> Peter Samuelson <peter@cadcamlab.org> writes:
>
> > [Andrew Stubbs]
> > > Has anyone implemented a /proc device or user program to interrogate
> > > the enviromental attirbutes (temp, voltage etc) that many
> > > motherboards provide via their bios's ?
> >
> > Do a search on 'lm_sensors'.
>
> Does this work with the latest 2.4.0-testxx kernels. It stopped
> working for me quite a few kernel tests ago.
lm_sensors 2.4.5 work fine for my abit bp6
cannot succed to use 2.5.x serie
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Enviromental Monitoring
2000-12-10 17:02 ` Peter Samuelson
@ 2000-12-10 17:11 ` Graham Murray
2000-12-10 17:08 ` philippe
` (2 more replies)
0 siblings, 3 replies; 18+ messages in thread
From: Graham Murray @ 2000-12-10 17:11 UTC (permalink / raw)
To: linux-kernel
Peter Samuelson <peter@cadcamlab.org> writes:
> [Andrew Stubbs]
> > Has anyone implemented a /proc device or user program to interrogate
> > the enviromental attirbutes (temp, voltage etc) that many
> > motherboards provide via their bios's ?
>
> Do a search on 'lm_sensors'.
Does this work with the latest 2.4.0-testxx kernels. It stopped
working for me quite a few kernel tests ago.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Enviromental Monitoring
2000-12-10 17:11 ` Graham Murray
2000-12-10 17:08 ` philippe
@ 2000-12-10 17:32 ` adrian
2000-12-10 18:17 ` Jonathan Hudson
2 siblings, 0 replies; 18+ messages in thread
From: adrian @ 2000-12-10 17:32 UTC (permalink / raw)
To: Graham Murray; +Cc: linux-kernel
Hello,
I have a patch for lm_sensors to match changes in 2.4.0-testxx. It is
available at:
http://www.lostland.net/~jimbud/patches/lm_sensors-2.5.2-2.4.x.patch.gz
Regards,
Adrian
On 10 Dec 2000, Graham Murray wrote:
> Peter Samuelson <peter@cadcamlab.org> writes:
>
> > [Andrew Stubbs]
> > > Has anyone implemented a /proc device or user program to interrogate
> > > the enviromental attirbutes (temp, voltage etc) that many
> > > motherboards provide via their bios's ?
> >
> > Do a search on 'lm_sensors'.
>
> Does this work with the latest 2.4.0-testxx kernels. It stopped
> working for me quite a few kernel tests ago.
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Enviromental Monitoring
2000-12-10 17:06 ` Mohammad A. Haque
@ 2000-12-10 17:52 ` David Ford
2000-12-10 20:21 ` Mohammad A. Haque
2000-12-11 1:25 ` Paul Jakma
1 sibling, 1 reply; 18+ messages in thread
From: David Ford @ 2000-12-10 17:52 UTC (permalink / raw)
To: Mohammad A. Haque; +Cc: Andrew Stubbs, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 120 bytes --]
"Mohammad A. Haque" wrote:
> Hit http://www.lm-sensors.nu/
does anyone have an IP address for cvs.lm-sensors.nu?
-d
[-- Attachment #2: Card for David Ford --]
[-- Type: text/x-vcard, Size: 274 bytes --]
begin:vcard
n:Ford;David
x-mozilla-html:TRUE
url:www.blue-labs.org
adr:;;;;;;
version:2.1
email;internet:david@blue-labs.org
title:Blue Labs Developer
note;quoted-printable:GPG key: http://www.blue-labs.org/david@nifty.key=0D=0A
x-mozilla-cpt:;9952
fn:David Ford
end:vcard
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Enviromental Monitoring
2000-12-10 17:11 ` Graham Murray
2000-12-10 17:08 ` philippe
2000-12-10 17:32 ` adrian
@ 2000-12-10 18:17 ` Jonathan Hudson
2 siblings, 0 replies; 18+ messages in thread
From: Jonathan Hudson @ 2000-12-10 18:17 UTC (permalink / raw)
To: linux-kernel
In article <m2aea42ock.fsf@barnowl.demon.co.uk>,
Graham Murray <graham@barnowl.demon.co.uk> writes:
GM> Peter Samuelson <peter@cadcamlab.org> writes:
GM>
>> [Andrew Stubbs]
>> > Has anyone implemented a /proc device or user program to interrogate
>> > the enviromental attirbutes (temp, voltage etc) that many
>> > motherboards provide via their bios's ?
>>
>> Do a search on 'lm_sensors'.
GM>
GM> Does this work with the latest 2.4.0-testxx kernels. It stopped
GM> working for me quite a few kernel tests ago.
lm_sensors-2.5.4 is working fine here with 2.4.0t12p7 here (MSI mobo, VIA
stuff).
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Enviromental Monitoring
2000-12-10 17:08 ` philippe
@ 2000-12-10 18:21 ` Mohammad A. Haque
0 siblings, 0 replies; 18+ messages in thread
From: Mohammad A. Haque @ 2000-12-10 18:21 UTC (permalink / raw)
To: philippe; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 709 bytes --]
Try this patch against the 2.5.x series. I submitted it to them back
when it broke with test8 but never checked if it made it in.
philippe wrote:
>
> lm_sensors 2.4.5 work fine for my abit bp6
> cannot succed to use 2.5.x serie
--
=====================================================================
Mohammad A. Haque http://www.haque.net/
mhaque@haque.net
"Alcohol and calculus don't mix. Project Lead
Don't drink and derive." --Unknown http://wm.themes.org/
batmanppc@themes.org
=====================================================================
[-- Attachment #2: lm_sensors-2.5.2+2.4.0-test8-pre2.diff.gz --]
[-- Type: application/x-gzip, Size: 878 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Enviromental Monitoring
2000-12-10 16:55 Enviromental Monitoring Andrew Stubbs
2000-12-10 17:02 ` Peter Samuelson
2000-12-10 17:06 ` Mohammad A. Haque
@ 2000-12-10 18:45 ` Gregory Maxwell
2 siblings, 0 replies; 18+ messages in thread
From: Gregory Maxwell @ 2000-12-10 18:45 UTC (permalink / raw)
To: Andrew Stubbs; +Cc: linux-kernel
On Sun, Dec 10, 2000 at 04:55:02PM -0000, Andrew Stubbs wrote:
> This probably is not the right lpace, but can't think of where else to ask
>
> Has anyone implemented a /proc device or user program to interrogate the
> enviromental attirbutes (temp, voltage etc) that many motherboards provide
> via their bios's ?
>
> Please point me in the right direction
<points at freshmeat.net>
lmsensors
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Enviromental Monitoring
2000-12-10 17:52 ` David Ford
@ 2000-12-10 20:21 ` Mohammad A. Haque
0 siblings, 0 replies; 18+ messages in thread
From: Mohammad A. Haque @ 2000-12-10 20:21 UTC (permalink / raw)
To: David Ford; +Cc: Andrew Stubbs, linux-kernel
Looks like their dns server is borked. I can't even get to their site.
David Ford wrote:
>
> "Mohammad A. Haque" wrote:
>
> > Hit http://www.lm-sensors.nu/
>
> does anyone have an IP address for cvs.lm-sensors.nu?
>
> -d
--
=====================================================================
Mohammad A. Haque http://www.haque.net/
mhaque@haque.net
"Alcohol and calculus don't mix. Project Lead
Don't drink and derive." --Unknown http://wm.themes.org/
batmanppc@themes.org
=====================================================================
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Enviromental Monitoring
2000-12-10 17:06 ` Mohammad A. Haque
2000-12-10 17:52 ` David Ford
@ 2000-12-11 1:25 ` Paul Jakma
2000-12-12 0:01 ` Alan Cox
1 sibling, 1 reply; 18+ messages in thread
From: Paul Jakma @ 2000-12-11 1:25 UTC (permalink / raw)
To: Mohammad A. Haque; +Cc: Andrew Stubbs, Linux Kernel
On Sun, 10 Dec 2000, Mohammad A. Haque wrote:
> Hit http://www.lm-sensors.nu/
do these guys /ever/ plan on submitting kernel patches? i used to use
lm_sensors on 2.2 cause it was fairly painless - but just havn't
bothered with 2.4 cause it was a pita when i tried.
i know they talked AC at some point about getting a patch in, but
nothing seems to have come from it.
what a damm damm shame. we've got code that appears to work really
well[1] to drive most of the hardware sensors out there - but the
code is used by only a tiny fraction of linux users cause these guys
/apparently/ would much rather keep themselves and their code
isolated in some god forsaken CVS server rather than submit their
code to Linus.
fscking shame.
--
Paul Jakma paul@clubi.ie paul@jakma.org
PGP5 key: http://www.clubi.ie/jakma/publickey.txt
-------------------------------------------
Fortune:
Ten persons who speak make more noise than ten thousand who are silent.
-- Napoleon I
[1]. i only had very slight problems with module ref counts earlier
in its devel cycle.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Enviromental Monitoring
2000-12-11 1:25 ` Paul Jakma
@ 2000-12-12 0:01 ` Alan Cox
2000-12-12 0:11 ` Mohammad A. Haque
2000-12-12 0:16 ` Paul Jakma
0 siblings, 2 replies; 18+ messages in thread
From: Alan Cox @ 2000-12-12 0:01 UTC (permalink / raw)
To: Paul Jakma; +Cc: Mohammad A. Haque, Andrew Stubbs, Linux Kernel
> do these guys /ever/ plan on submitting kernel patches? i used to use
> lm_sensors on 2.2 cause it was fairly painless - but just havn't
> bothered with 2.4 cause it was a pita when i tried.
Its in 2.4 it wont be in 2.2 I suspect
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Enviromental Monitoring
2000-12-12 0:01 ` Alan Cox
@ 2000-12-12 0:11 ` Mohammad A. Haque
2000-12-12 0:16 ` Paul Jakma
1 sibling, 0 replies; 18+ messages in thread
From: Mohammad A. Haque @ 2000-12-12 0:11 UTC (permalink / raw)
To: Alan Cox; +Cc: Paul Jakma, Andrew Stubbs, Linux Kernel
It's in 2.4? Where?
Alan Cox wrote:
>
> > do these guys /ever/ plan on submitting kernel patches? i used to use
> > lm_sensors on 2.2 cause it was fairly painless - but just havn't
> > bothered with 2.4 cause it was a pita when i tried.
>
> Its in 2.4 it wont be in 2.2 I suspect
--
=====================================================================
Mohammad A. Haque http://www.haque.net/
mhaque@haque.net
"Alcohol and calculus don't mix. Project Lead
Don't drink and derive." --Unknown http://wm.themes.org/
batmanppc@themes.org
=====================================================================
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Enviromental Monitoring
2000-12-12 0:01 ` Alan Cox
2000-12-12 0:11 ` Mohammad A. Haque
@ 2000-12-12 0:16 ` Paul Jakma
2000-12-12 0:20 ` Alan Cox
1 sibling, 1 reply; 18+ messages in thread
From: Paul Jakma @ 2000-12-12 0:16 UTC (permalink / raw)
To: Alan Cox; +Cc: Mohammad A. Haque, Andrew Stubbs, Linux Kernel
On Tue, 12 Dec 2000, Alan Cox wrote:
> Its in 2.4 it wont be in 2.2 I suspect
it is? i don't see the sensors stuff, so you must mean just the i2c
bits. Any word on whether we'll see sensors code go in to 2.4?
like i said, their code has worked well for me, but they seem intent
on keeping it as obscure as possible... (i remember someone posted to
l-k that they'd started a sensors project, and had code for the LM80.
he wasn't at all aware of lm_sensors!).
regards,
--
Paul Jakma paul@clubi.ie paul@jakma.org
PGP5 key: http://www.clubi.ie/jakma/publickey.txt
-------------------------------------------
Fortune:
Some programming languages manage to absorb change, but withstand progress.
-- Epigrams in Programming, ACM SIGPLAN Sept. 1982
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Enviromental Monitoring
2000-12-12 0:16 ` Paul Jakma
@ 2000-12-12 0:20 ` Alan Cox
2000-12-12 0:24 ` Dan Hollis
2000-12-12 0:29 ` Paul Jakma
0 siblings, 2 replies; 18+ messages in thread
From: Alan Cox @ 2000-12-12 0:20 UTC (permalink / raw)
To: Paul Jakma; +Cc: Alan Cox, Mohammad A. Haque, Andrew Stubbs, Linux Kernel
> it is? i don't see the sensors stuff, so you must mean just the i2c
> bits. Any word on whether we'll see sensors code go in to 2.4?
The i2c bits
> like i said, their code has worked well for me, but they seem intent
> on keeping it as obscure as possible... (i remember someone posted to
No idea on the sensors stuff
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Enviromental Monitoring
2000-12-12 0:20 ` Alan Cox
@ 2000-12-12 0:24 ` Dan Hollis
2000-12-12 0:29 ` Paul Jakma
1 sibling, 0 replies; 18+ messages in thread
From: Dan Hollis @ 2000-12-12 0:24 UTC (permalink / raw)
To: Alan Cox; +Cc: Paul Jakma, Mohammad A. Haque, Andrew Stubbs, Linux Kernel
On Tue, 12 Dec 2000, Alan Cox wrote:
> > like i said, their code has worked well for me, but they seem intent
> > on keeping it as obscure as possible... (i remember someone posted to
> No idea on the sensors stuff
Whats keeping lm78 from being integrated into 2.4?
-Dan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Enviromental Monitoring
2000-12-12 0:20 ` Alan Cox
2000-12-12 0:24 ` Dan Hollis
@ 2000-12-12 0:29 ` Paul Jakma
1 sibling, 0 replies; 18+ messages in thread
From: Paul Jakma @ 2000-12-12 0:29 UTC (permalink / raw)
To: Alan Cox; +Cc: Mohammad A. Haque, Andrew Stubbs, Linux Kernel
On Tue, 12 Dec 2000, Alan Cox wrote:
> No idea on the sensors stuff
i'll go nag them again. :)
regards,
--
Paul Jakma paul@clubi.ie paul@jakma.org
PGP5 key: http://www.clubi.ie/jakma/publickey.txt
-------------------------------------------
Fortune:
You will lose an important disk file.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2000-12-12 0:57 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-12-10 16:55 Enviromental Monitoring Andrew Stubbs
2000-12-10 17:02 ` Peter Samuelson
2000-12-10 17:11 ` Graham Murray
2000-12-10 17:08 ` philippe
2000-12-10 18:21 ` Mohammad A. Haque
2000-12-10 17:32 ` adrian
2000-12-10 18:17 ` Jonathan Hudson
2000-12-10 17:06 ` Mohammad A. Haque
2000-12-10 17:52 ` David Ford
2000-12-10 20:21 ` Mohammad A. Haque
2000-12-11 1:25 ` Paul Jakma
2000-12-12 0:01 ` Alan Cox
2000-12-12 0:11 ` Mohammad A. Haque
2000-12-12 0:16 ` Paul Jakma
2000-12-12 0:20 ` Alan Cox
2000-12-12 0:24 ` Dan Hollis
2000-12-12 0:29 ` Paul Jakma
2000-12-10 18:45 ` Gregory Maxwell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox