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
Slávek Banko b837aabe96
Update date in lsm files
9 years ago
admin@e1928ee8fc Reset submodule main/applications/ksensors/admin to latest HEAD 9 years ago
cmake@04cc5a03d8 Reset submodule main/applications/ksensors/cmake to latest HEAD 9 years ago
doc Replace template-only help handbook with new default format and delete obsolete Makefile.in files. 10 years ago
po Replace template-only help handbook with new default format and delete obsolete Makefile.in files. 10 years ago
src Update date in lsm files 9 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 Additional KDE3 => TDE conversion 11 years ago
Doxyfile Additional KDE3 => TDE conversion 11 years ago
FAQ Branding cleanup. 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
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 Rename kdewidgets => tdewidgets 11 years ago
aclocal.m4 Rename kdewidgets => tdewidgets 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.pcs Initial import of ksensors 0.7.3 sources 11 years ago
ksensors.kdevses Additional KDE3 => TDE conversion 11 years ago
ksensors.tdevelop Branding cleanup. 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
-------------------------