Results 1 to 7 of 7

Thread: Checking CPU Temp

  1. #1
    Join Date
    May 2009
    Location
    Texas, USA
    Beans
    110
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Checking CPU Temp

    Hi,

    I think i might be having an overheating problem since my computer keeps turning off at random and i have to pull the power cord out and put it back in to get it to turn back on.

    I was wondering if there is a way for me to check my CPU temp??????

    Any Help Is Appreciated!
    When in doubt try this >>>

  2. #2
    Join Date
    May 2006
    Beans
    562
    Distro
    Ubuntu Development Release

    Re: Checking CPU Temp

    try
    Code:
    cat /proc/acpi/thermal_zone/THM/temperature

  3. #3
    Join Date
    Apr 2008
    Location
    California Republic
    Beans
    2,657

    Re: Checking CPU Temp

    Linux-monitoring Sensors

    to install:
    Code:
    sudo apt-get install lm-sensors
    to configure:
    Code:
    sudo sensors-detect
    (and say yes to everything)

    to display as many sensor readouts as your hardware has sensors:
    Code:
    sensors
    Semper Fi

    My Non-Ubuntu Blog.
    All posts by me are Public Domain.

  4. #4
    Join Date
    Jun 2009
    Beans
    329
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Checking CPU Temp

    i want to check my cpu temp to, and i cant.

    i tried the lm-sensors thing mentioned, and then it says thet no sensors were found.....

  5. #5
    Join Date
    Apr 2009
    Beans
    60
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Checking CPU Temp

    same here, no sensors found. fail!

  6. #6
    Join Date
    Apr 2008
    Beans
    11,707

    Re: Checking CPU Temp

    With the Gnome desktop I install "sensors-applet":

    Code:
    sudo apt-get install sensors-applet
    It always pulls in the required dependencies and then I can add it (Hardware Sensors Monitor) to the panel and if you right click it you can change properties.

    Not sure if that would work in Studio or KDE though.

  7. #7
    Join Date
    Dec 2007
    Location
    howard, wi
    Beans
    2,460
    Distro
    Ubuntu 20.04 Focal Fossa

    Lightbulb Re: Checking CPU Temp

    kansas tks for the info

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •