Temp. monitors for Linux?
AuthorityAction
Missouri Member
Are there any temperature monitors out there for Linux?
0
Comments
I would need to know what mobo and what environmental chip on the mobo to tell you if a current one will work on the flavors of Linux I have (are they compatible with kernel version, the compiler used,etc.). So, also what distro and version??
http://perso.wanadoo.fr/louis.dubois/linux/ksensors-0.7-1.i386.rpm
If you're using Mandrake you can try the following:
1 - sensors
Install these from your CDs (MCP / Software /Rpmdrake -install software) :
lm_sensors-2.7.0-2mdk
liblm_sensors1-2.7.0-2mdk
liblm_sensors1-devel-2.7.0-2mdk
then open a terminal
su -
<password>
sensors-detect
and follow instructions.
You'll need to add some lines to /etc/modules.conf.
It should look like
alias char-major-89 i2c-dev
Then it will tell to add some lines to your startup script, something like
/sbin/modprobe i2c-amd756
/sbin/modprobe w83781d
Instead of that, just add these two lines to /etc/modules
......
i2c-amd756
w83781d
Of course the names it will give should be different on your rig if the chipset is not an AMD760MP/MPX
Then reboot.
Enter a terminal and type this command
sensors
It should give all needed info.
2 - Displaying your sensors on the GUI
You can install gkrellm (same method).
It should have a menu entry in Applications / Monitoring /GKrellM ).
I'm a Linux n00b so I may have some trouble.
mobo - Abit NF7-M
enviromental chip?
Mandrake 9.1
Kernal - Is there a way to tell w/o rebooting your comp?
<-- n00b