Page 1 of 2 12 LastLast
Results 1 to 10 of 29

Thread: laptop temperature?

Hybrid View

  1. #1
    Join Date
    Nov 2010
    Location
    Florida
    Beans
    93
    Distro
    Ubuntu 10.04 Lucid Lynx

    laptop temperature?

    linux novice.

    how do i check the temperature on my laptop? comp in sig
    HP Envy 14-1200 Beats Edition | i7-740QM 1.73Ghz | 8GB DDR3 1600Mhz | 640GB 7200RPM | Ubuntu 10.10-amd64 | Win7 x64
    Acer Ferrari 4005 WLMi | AMD Turion-64 2.0Ghz | 1.5GB DDR | Ubuntu 10.10-i386
    Follow me: www.twitter.com/_seabass

  2. #2
    Join Date
    May 2009
    Location
    Bangladesh
    Beans
    Hidden!
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: laptop temperature?

    In the terminal write the following command
    Code:
    acpi -t
    Don't be fooled with my joining date ... I am still a novice!
    Please don't PM any support questions. Post a thread instead, so that everyone can be benefited!

  3. #3
    Join Date
    Nov 2010
    Location
    Florida
    Beans
    93
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: laptop temperature?

    Quote Originally Posted by maqtanim View Post
    In the terminal write the following command
    Code:
    acpi -t
    nothing happens when i do that..
    HP Envy 14-1200 Beats Edition | i7-740QM 1.73Ghz | 8GB DDR3 1600Mhz | 640GB 7200RPM | Ubuntu 10.10-amd64 | Win7 x64
    Acer Ferrari 4005 WLMi | AMD Turion-64 2.0Ghz | 1.5GB DDR | Ubuntu 10.10-i386
    Follow me: www.twitter.com/_seabass

  4. #4
    Join Date
    May 2009
    Location
    Bangladesh
    Beans
    Hidden!
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: laptop temperature?

    My bad.

    First install the following package:
    Code:
    sudo apt-get install lm-sensors
    Then run the following command
    Code:
    sudo sensors-detect
    Write Y to all the questions, and then, to check the laptop temperature, type
    Code:
    sensors
    or
    Code:
    acpi -t
    Don't be fooled with my joining date ... I am still a novice!
    Please don't PM any support questions. Post a thread instead, so that everyone can be benefited!

  5. #5
    Join Date
    Mar 2006
    Location
    Sevierville, Tennessee
    Beans
    1,312
    Distro
    Ubuntu Development Release

    Re: laptop temperature?

    Try sensors -f
    Gary
    Linux since 1995, Ubuntu since 2006

  6. #6
    Join Date
    May 2009
    Location
    Bangladesh
    Beans
    Hidden!
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: laptop temperature?

    By the way, If you want a graphical representation of the Temperature, then first Install the sensors-applet package
    Code:
    sudo apt-get install sensors-applet
    Then right-click on the top/bottom panel and select "Add to Panel". Add the "Hardware Sensors Monitor" applet. Thus the temperature meter will be set into the panel. You can configure what it displays by right-clicking the applet and selecting "Preferences".

    A large number of Linux users prefer to use Conky for showing various info of their computers in the background. Take a look of some examples:
    http://conky.sourceforge.net/screenshots.html

    But Conky setup required times. If you have time in your hand, you can try the following Conky setup in your computer:
    http://www.omgubuntu.co.uk/2011/03/f...buntu-desktop/
    Don't be fooled with my joining date ... I am still a novice!
    Please don't PM any support questions. Post a thread instead, so that everyone can be benefited!

  7. #7
    Join Date
    Nov 2010
    Location
    Florida
    Beans
    93
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: laptop temperature?

    none of this works. it says wrong kernal loaded or none loaded, this is common on laptops. it is probably controlled by acpi

    acpi -t

    returns nothing. just next line awaiting new command follows..
    HP Envy 14-1200 Beats Edition | i7-740QM 1.73Ghz | 8GB DDR3 1600Mhz | 640GB 7200RPM | Ubuntu 10.10-amd64 | Win7 x64
    Acer Ferrari 4005 WLMi | AMD Turion-64 2.0Ghz | 1.5GB DDR | Ubuntu 10.10-i386
    Follow me: www.twitter.com/_seabass

  8. #8
    Join Date
    Aug 2010
    Location
    Fort Worth, Texas
    Beans
    350
    Distro
    Kubuntu 13.10 Saucy Salamander

    Re: laptop temperature?

    Quote Originally Posted by maqtanim View Post
    In the terminal write the following command
    Code:
    acpi -t
    acpi has to be installed first.

    Code:
    sudo apt-get install acpi
    Colyn

    My photography website: http://www.colynsfotografs.com

  9. #9
    Join Date
    Nov 2010
    Location
    Florida
    Beans
    93
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: laptop temperature?

    Quote Originally Posted by jcolyn View Post
    acpi has to be installed first.

    Code:
    sudo apt-get install acpi

    i do have it installed. i even reinstalled it and still not working
    HP Envy 14-1200 Beats Edition | i7-740QM 1.73Ghz | 8GB DDR3 1600Mhz | 640GB 7200RPM | Ubuntu 10.10-amd64 | Win7 x64
    Acer Ferrari 4005 WLMi | AMD Turion-64 2.0Ghz | 1.5GB DDR | Ubuntu 10.10-i386
    Follow me: www.twitter.com/_seabass

  10. #10
    Join Date
    Aug 2010
    Location
    Fort Worth, Texas
    Beans
    350
    Distro
    Kubuntu 13.10 Saucy Salamander

    Re: laptop temperature?

    Quote Originally Posted by SebSmith View Post
    i do have it installed. i even reinstalled it and still not working
    If you have not already done so install lm-sensors.
    Code:
    sudo apt-get install lm-sensors
    Next in a terminal enter
    Code:
    sudo sensors-detect
    enter yes (not "y") to each question except for the one that instructs you to hit enter. Close the terminal and reboot the computer.

    Once back up in the terminal enter
    Code:
    sensors
    note sudo is not needed for this command.. It should then give a readout of all sensors detected..
    Colyn

    My photography website: http://www.colynsfotografs.com

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •