Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

CPU Temperature monitor

  • 26-04-2003 11:39pm
    #1
    Closed Accounts Posts: 20


    Not sure if this is the right place for this but does anyone know of any software for linux that can report the CPU temp. for an ASUS A7V8X mobo.

    Have looked but havent been able to find anything.

    Much appreciate any help.


Comments

  • Registered Users, Registered Users 2 Posts: 1,842 ✭✭✭phaxx


    Hmm.. moved to Unix, I think it's more suited there.

    It should be listed in /proc/cpuinfo, try this:
    awk '/temperature/ {print $3;}' < /proc/cpuinfo
    


  • Registered Users, Registered Users 2 Posts: 4,676 ✭✭✭Gavin


    lm-sensors is what you are looking for


  • Closed Accounts Posts: 20 Drakon


    I cant get lm-sensors installed . I have no idea how to install the patches they supply. I am running the redhat 9 2.4-20 kernel and dont know much about patching.

    Any help would be great


  • Registered Users, Registered Users 2 Posts: 1,842 ✭✭✭phaxx


    Originally posted by phaxx
    It should be listed in /proc/cpuinfo, try this:

    awk '/temperature/ {print $3;}' < /proc/cpuinfo
    

    Whats wrong with that?


  • Closed Accounts Posts: 102 ✭✭Something


    andrew@diablo:~$ awk '/temperature/ {print $3;}' < /proc/cpuinfo
    andrew@diablo:~$ 
    


    /me shrugs


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 1,842 ✭✭✭phaxx


    Ah. What does cat /proc/cpuinfo give you?


  • Closed Accounts Posts: 1,026 ✭✭✭sisob


    If you use gnome get hotapplet
    http://hotapplet.sourceforge.net/

    It relies on lm_sensors so you'll need to install that anyway.
    Just search your redhat cds for any files with the word
    sensors in them and install the lm_sensors rpm.

    Then check out the hot applet README (which I wrote)
    http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/hotapplet/hotapplet/README?rev=1.3&content-type=text/vnd.viewcvs-markup


Advertisement