Hardware Monitor/Sensor Add-on Boards?
DeeKayWon asks:
"I'm going to be setting up an old 200MHz Pentium as a server in
my house, and I'd like to be able to monitor things like the voltages,
fan speeds and the CPU and chassis temperatures remotely using something
like ksysguard. The problem is, the motherboard I have doesn't have a
hardware monitoring chip. I would think that someone would be selling
something like an ISA board with a sensor chip on it, but my search
has been fruitless so far. Does such a beast exist?"
http://www.vme.com.au/vmedia/tardpdf/envirobd.pdf
As found on google.
It looks like a small isa board.
What we see depends on mainly what we look for. -- John Lubbock Now search for that bug slave!
the chips that sense your cpu-temperature or voltage usually connect to the SMBus which essentially is a simple i2c-bus.
If your computer uses SDRAMS it already has this interface but it can also be found on some video-in-cards (where it controls the tuner (the i2c-bus is often used inside TVs or VCRs for this)) or you can wire it to a spare parallel port.
So if your computer does not have those monitoring chips... you could just add them later.
See http://www.netroedge.com/~lm78/hardhack.html for some initial info.
Your kernel configuration (make menuconfig) may give you some hints, too... (Character Devices -> I2C-Support)