KSensors – GUI frontend to lm-sensors
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Timothy Pearson e6526a85a4
Add admin and cmake submodules
11 years ago
admin@65ecce459d Add admin and cmake submodules 11 years ago
cmake@ba27b9f232 Add admin and cmake submodules 11 years ago
doc Convert to TDE R14 API 11 years ago
po Convert to TDE R14 API 11 years ago
src Convert to TDE R14 API 11 years ago
.gitmodules Add admin and cmake submodules 11 years ago
AUTHORS Initial import of ksensors 0.7.3 sources 11 years ago
COPYING Initial import of ksensors 0.7.3 sources 11 years ago
ChangeLog Convert to TDE R14 API 11 years ago
Doxyfile Initial import of ksensors 0.7.3 sources 11 years ago
FAQ Initial import of ksensors 0.7.3 sources 11 years ago
INSTALL Initial import of ksensors 0.7.3 sources 11 years ago
LEEME Initial import of ksensors 0.7.3 sources 11 years ago
LIESMICH Convert to TDE R14 API 11 years ago
LISEZMOI Convert to TDE R14 API 11 years ago
Makefile.am Initial import of ksensors 0.7.3 sources 11 years ago
Makefile.in Initial import of ksensors 0.7.3 sources 11 years ago
NEWS Initial import of ksensors 0.7.3 sources 11 years ago
README Initial import of ksensors 0.7.3 sources 11 years ago
TODO Initial import of ksensors 0.7.3 sources 11 years ago
acinclude.m4 Convert to TDE R14 API 11 years ago
aclocal.m4 Convert to TDE R14 API 11 years ago
build-stamp Initial import of ksensors 0.7.3 sources 11 years ago
config.h.in Apply build fixes 11 years ago
configure.files Initial import of ksensors 0.7.3 sources 11 years ago
configure.in Initial import of ksensors 0.7.3 sources 11 years ago
configure.in.in Initial import of ksensors 0.7.3 sources 11 years ago
ksensors.kdevelop Initial import of ksensors 0.7.3 sources 11 years ago
ksensors.kdevelop.pcs Initial import of ksensors 0.7.3 sources 11 years ago
ksensors.kdevses Initial import of ksensors 0.7.3 sources 11 years ago
stamp-h.in Initial import of ksensors 0.7.3 sources 11 years ago
subdirs Initial import of ksensors 0.7.3 sources 11 years ago

README

==================================================================
KSensors (ksensors.sourceforge.net)           michaell@teleline.es
==================================================================

General Information
---------------------

This is a lmsensors frontend, you must install lmsensors
drivers before using it (http://www.netroedge.com/~lm78/):

In Mandrake 8.1 try:
urpmi lm_utils lm_utils-devel

Then run the script:
sensors-detect
it will show the lm-sensors modules you must install for your motherboard.

This software is only tested in my motherboard (PII866 Asus CUBX-L).
I don't know if works well with others motherboards, try it.


New Harddisk temperature monitoring support
------------------------------------------

Now KSensors can show harddisk temperatures (only in modern harddisks).
You must install HDDtemp program from Emmanuel Varagnat.
HDDTemp must be in PATH to allow KSensors use it.
You can download HDDTemp from http://coredump.free.fr.
SUID bit of hddtemp file must by set, type:
chmod +s hddtemp

WARNING: Setting suid bit can be a security flaw.


Compile and install KSensors in KDE 3.x
---------------------------------------

tar -zxvf ksensors-0.7.3.tar.gz
cd ksensors-0.7.3
./configure --prefix=/opt/kde3 --with-qt-dir=/usr/lib/qt3 
make
make install

* Replace /opt/kde3 and /usr/lib/qt3 with your KDE3 and QT3 directories.


Howto Uninstall
---------------
cd ksensors-0.7.3
make uninstall


Contact info
-------------
Contact me if you have problems to run this software or to
notify bugs, questions, requests, etc.

-------------------------
ksensors.sourceforge.net
<michaell@teleline.es>
(C) Miguel Novas
-------------------------