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 e010bf5ccc
Merge translation files from master branch.
4 years ago
admin@f9148018b2 Reset submodule main/applications/ksensors/admin to latest HEAD 5 years ago
cmake@c51d14850f Reset submodule main/applications/ksensors/cmake to latest HEAD 4 years ago
doc convert to cmake building system 6 years ago
po Merge translation files from master branch. 4 years ago
src Fix German translation and improve comment. 5 years ago
.gitmodules Switch all submodules to https. 4 years ago
AUTHORS Initial import of ksensors 0.7.3 sources 11 years ago
CMakeL10n.txt Add CMakeL10n rules. 5 years ago
CMakeLists.txt Update version number for R14.0.7 final release. 4 years ago
COPYING Initial import of ksensors 0.7.3 sources 11 years ago
ChangeLog Additional KDE3 => TDE conversion 11 years ago
ConfigureChecks.cmake Use common CMake tests. 5 years ago
Doxyfile Additional KDE3 => TDE conversion 11 years ago
FAQ Branding cleanup. 10 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.cmake convert to cmake building system 6 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. 10 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
-------------------------