LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-20-2005, 02:02 PM   #1
bomberb17
Member
 
Registered: Jul 2005
Posts: 71

Rep: Reputation: 0
Searching for a "S.M.A.R.T." and a temperature-fan monitor program


I'm looking for a S.M.A.R.T. program (just like HDD health for windows) which predicts hard disk failures. I'm also looking for a good hardware monitoring program like Speedfan. I have Suse 9.3 w KDE.
 
Old 08-20-2005, 08:08 PM   #2
ilikejam
Senior Member
 
Registered: Aug 2003
Location: Glasgow
Distribution: Fedora / Solaris
Posts: 3,109

Rep: Reputation: 97
Hi.

If you don't mind using the command line, there's 'smartctl' for monitoring SMART drives.

gkrellm is probably your best bet for monitoring fans/temperature/voltages etc.

Dave

Last edited by ilikejam; 08-20-2005 at 11:27 PM.
 
Old 08-21-2005, 08:26 AM   #3
bomberb17
Member
 
Registered: Jul 2005
Posts: 71

Original Poster
Rep: Reputation: 0
Ok I installed Smartctl, it was actually on the Suse DVD. But how do I run it? (newbie question I know...)
I also installed gkrellm. It is a very nice program, but I have some questions for it: 1. The only way to run it is from /usr/bin/gkrell ?
2.Can I minimize it to the tray?
3. It doesn't detect my M/B sensors (fans-voltages-temperatures). Why?
 
Old 08-21-2005, 10:49 AM   #4
ilikejam
Senior Member
 
Registered: Aug 2003
Location: Glasgow
Distribution: Fedora / Solaris
Posts: 3,109

Rep: Reputation: 97
Hi again.

You'll have to install lm_sersors to get gkrellm to see your temperatures etc.

Apparently there's a KDE app called ksensors whick might be worth looking at. That needs lm_sensors too though.

Dave
 
Old 08-22-2005, 07:40 AM   #5
bomberb17
Member
 
Registered: Jul 2005
Posts: 71

Original Poster
Rep: Reputation: 0
Please help... I downloaded lm_sensors, it came by a tar.gz. Inside the readme file was:
"FOR 2.5/2.6 KERNELS, do not attempt to compile this package.
Use the drivers already in the 2.5/2.6 kernel tree."

How can I find these drivers? (my kernel is 2.6). What is the kernel tree?
 
Old 08-22-2005, 07:48 AM   #6
powadha
Member
 
Registered: Nov 2003
Location: Zwolle
Distribution: Arch
Posts: 651

Rep: Reputation: 31
Start by reading the lm-sensors page. It's all explained in detail over there.

Can't imagine that there isn't a package made for SuSe btw. If there is just install it and run sensors-detect, edit the right files and install gkrellm to see the result. But again, the steps to get to this result is explained in detail on the lm-sensors page......


Last edited by powadha; 08-22-2005 at 07:52 AM.
 
Old 08-24-2005, 08:22 AM   #7
bomberb17
Member
 
Registered: Jul 2005
Posts: 71

Original Poster
Rep: Reputation: 0
I "make user" and I get the following:
linux:/home/panos/i2c-2.9.1 # make user
grep: /lib/modules/2.6.11.4-21.8-default/build/Makefile: No such file or directory
grep: /lib/modules/2.6.11.4-21.8-default/build/include/linux/autoconf.h: No such
file or directory
grep: /lib/modules/2.6.11.4-21.8-default/build/.config: No such file or directory
grep: /lib/modules/2.6.11.4-21.8-default/build/.config: No such file or directory
grep: /lib/modules/2.6.11.4-21.8-default/build/.config: No such file or directory
grep: /lib/modules/2.6.11.4-21.8-default/build/.config: No such file or directory
grep: /lib/modules/2.6.11.4-21.8-default/build/.config: No such file or directory
grep: /lib/modules/2.6.11.4-21.8-default/build/.config: No such file or directory
grep: /lib/modules/2.6.11.4-21.8-default/build/.config: No such file or directory
grep: /lib/modules/2.6.11.4-21.8-default/build/.config: No such file or directory
grep: /lib/modules/2.6.11.4-21.8-default/build/.config: No such file or directory
grep: /lib/modules/2.6.11.4-21.8-default/build/.config: No such file or directory
grep: /lib/modules/2.6.11.4-21.8-default/build/.config: No such file or directory
grep: /lib/modules/2.6.11.4-21.8-default/build/.config: No such file or directory
Makefile:184: kernel/i2c-core.d: No such file or directory
Makefile:184: kernel/i2c-dev.d: No such file or directory
Makefile:184: kernel/i2c-algo-bit.d: No such file or directory
Makefile:184: kernel/i2c-algo-biths.d: No such file or directory
Makefile:184: kernel/i2c-elv.d: No such file or directory
Makefile:184: kernel/i2c-velleman.d: No such file or directory
Makefile:184: kernel/i2c-algo-pcf.d: No such file or directory
Makefile:184: kernel/i2c-proc.d: No such file or directory
Makefile:184: kernel/i2c-pport.d: No such file or directory
grep: /lib/modules/2.6.11.4-21.8-default/build/.config: No such file or directory

Error - missing file /lib/modules/2.6.11.4-21.8-default/build/.config !!
Verify kernel source is in /lib/modules/2.6.11.4-21.8-default/build and then
cd to /lib/modules/2.6.11.4-21.8-default/build and run ´make config´ !!

Exception: if you´re using a stock RedHat/Fedora kernel...
(1) Install the appropriate kernel-source RPM.
(2) Copy the appropriate config...
from /lib/modules/2.6.11.4-21.8-default/build/configs/<...>
to /lib/modules/2.6.11.4-21.8-default/build/.config
(3) Do *NOT* ´make dep´ or ´make config´.

make: *** [/lib/modules/2.6.11.4-21.8-default/build/.config] Error 1

How can I install? Can't find any more help in the site
 
Old 08-24-2005, 08:35 AM   #8
powadha
Member
 
Registered: Nov 2003
Location: Zwolle
Distribution: Arch
Posts: 651

Rep: Reputation: 31
The error states: install the kernel source, so I would start by doing that. I think (not using SuSe) that you use Yast to accomplish that.
There must be some post about doing that on the SuSe forum.
 
Old 08-24-2005, 02:57 PM   #9
bomberb17
Member
 
Registered: Jul 2005
Posts: 71

Original Poster
Rep: Reputation: 0
Ok I installed the kernel-source package from Yast (about 200MB), but I get the same... And inside the /lib/modules/2.6.11.4-21.8-default/build/
there is no "configs", just a "module.symvers" file...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
"CPU temperature above threshold" readings are wrong i think akudewan Linux - Hardware 18 04-08-2009 08:40 PM
searching "TIC TAC TOE" bash script LV-chronos Linux - Newbie 5 05-29-2005 02:20 PM
Getting error: "ALSA device "default" is already in use by another program." brynjarh Debian 7 02-04-2005 11:45 AM
Looking for a program called "monitor" Thaidog Linux - Newbie 3 09-28-2004 09:49 AM
Mandrake 9.2 hangs at "searching for module dependencies" right after install dvishloff Mandriva 1 01-25-2004 12:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration