LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 03-12-2011, 01:12 AM   #1
aal
Member
 
Registered: Jul 2006
Location: Qld
Distribution: Debian sid, Ubuntu
Posts: 230

Rep: Reputation: 17
how to see cpu temperature in SUSE 11.3


Hi all,

I just upgraded from suse 10.1/KDE3 to suse 11.3/KDE4 and I need to be able to see the cpu temperature.

I used to be able to see it either with the command "sensors" in a bash window or with ksysguard by setting up the appropriate sensor in the "system load" tab. Neither of these methods works now - I can only show the system temperature.
I need to keep an eye on the cpu temperature since my aging XP athlon machine overheats and can shutdown.

How can I display the cpu temperature?

Thanks in advance.

andrew.
 
Old 03-12-2011, 01:15 AM   #2
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Run sensors-detect to configure sensors and see if you can detect it that way.

Cheers,

Josh
 
Old 03-12-2011, 01:31 AM   #3
aal
Member
 
Registered: Jul 2006
Location: Qld
Distribution: Debian sid, Ubuntu
Posts: 230

Original Poster
Rep: Reputation: 17
Thanks corp769,

I ran sensor-detect and it found the VIA VT8231 integrated sensors group, which has drivers "via 686a".

I think that is the right thing.

Afterwards I ran "sensor" again but with the same result, so how do I turn these sensors on? When sensors-detect starts it states this programme helps identify which kernel modules to load to use lm sensors effectively. Can this be set up with Yast?

regards.... andrew.
 
Old 03-12-2011, 01:36 AM   #4
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Is yast your package manager?
 
Old 03-12-2011, 01:40 AM   #5
aal
Member
 
Registered: Jul 2006
Location: Qld
Distribution: Debian sid, Ubuntu
Posts: 230

Original Poster
Rep: Reputation: 17
yes
 
Old 03-12-2011, 01:44 AM   #6
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Did you select Yes for everything, and overwrite your settings, all as root? Just want to verify.
 
Old 03-12-2011, 01:49 AM   #7
aal
Member
 
Registered: Jul 2006
Location: Qld
Distribution: Debian sid, Ubuntu
Posts: 230

Original Poster
Rep: Reputation: 17
thanks josh,

yes, I did all that as root and selected overwrite settings at the last step in "sensors-detect". Then re ran "sensors" with same result.

But I have not restarted the machine.

regards.... andrew.
 
Old 03-12-2011, 01:57 AM   #8
aal
Member
 
Registered: Jul 2006
Location: Qld
Distribution: Debian sid, Ubuntu
Posts: 230

Original Poster
Rep: Reputation: 17
Hi,

I restarted the machine. Same result. I also checked the file that is supposed to be overwritten, /etc/sysconfig/lmsensors, and the right via module was there.

regards...

andrew.
 
Old 03-12-2011, 02:00 AM   #9
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Do you have the lm_sensors service running?
 
Old 03-12-2011, 02:02 AM   #10
aal
Member
 
Registered: Jul 2006
Location: Qld
Distribution: Debian sid, Ubuntu
Posts: 230

Original Poster
Rep: Reputation: 17
Hi,

good question. I don't know. How do I find out?

regards...

andrew.
 
Old 03-12-2011, 02:05 AM   #11
aal
Member
 
Registered: Jul 2006
Location: Qld
Distribution: Debian sid, Ubuntu
Posts: 230

Original Poster
Rep: Reputation: 17
Hi,

I looked in system monitor process tab which lists all processes. No lm-sensors process is running.

regards..

andrew.
 
Old 03-12-2011, 02:07 AM   #12
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Code:
service lm_sensors start
chkconfig lm_sensors on
The chkconfig is to start it on system startup.
 
1 members found this post helpful.
Old 03-12-2011, 02:11 AM   #13
aal
Member
 
Registered: Jul 2006
Location: Qld
Distribution: Debian sid, Ubuntu
Posts: 230

Original Poster
Rep: Reputation: 17
HI,

Did those two commands, as root and then reran sensors. same result.

regards...

andrew.
 
Old 03-12-2011, 02:16 AM   #14
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
What kind of computer/hardware are you using?
 
Old 03-12-2011, 02:25 AM   #15
aal
Member
 
Registered: Jul 2006
Location: Qld
Distribution: Debian sid, Ubuntu
Posts: 230

Original Poster
Rep: Reputation: 17
HI,

It is an AMD Athlon XP 2000+ processor. GA 7DXE motherboard.

Same hardware I was using with SUSE 10.1, where lm_sensors worked fine.

regards... andrew.
 
  


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 sensors emamarro Debian 3 11-12-2007 10:51 AM
CPU temperature Sc0pE Linux - Software 2 05-22-2005 05:10 PM
cpu temperature alaios Linux - Hardware 4 09-21-2004 04:30 PM
how to get cpu temperature taoweijia Linux - Software 3 02-13-2004 06:04 PM
CPU Temperature Cubiq Programming 3 04-06-2002 11:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 10:05 PM.

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