Page 1 of 4 123 ... LastLast
Results 1 to 10 of 31

Thread: laptop temperature/fan?

  1. #1
    Join Date
    May 2007
    Location
    Oregon
    Beans
    Hidden!
    Distro
    Ubuntu 9.10 Karmic Koala

    laptop temperature/fan?

    Hi,

    I have a Toshiba Satellite L305 laptop. The fan frequently spins up (with high CPU usage) and won't spin back down until I reboot or shut down.

    I don't think acpi -V is giving me the correct temperature:

    Code:
         Battery 0: Full, 100%
      AC Adapter 0: on-line
         Thermal 0: ok, 0.0 degrees C
         Cooling 0: LCD 0 of 7
         Cooling 1: Processor 0 of 10
         Cooling 2: Processor 0 of 10
         Cooling 3: Fan 1 of 1
    No matter when I check, it's 0.0 degrees Celsius. I'm guessing these problems are related, but I'm kind of a newbie in this area.

    Any ideas? Let me know if I should post more information. Thanks!

  2. #2
    Join Date
    Jul 2008
    Location
    /$home
    Beans
    1,074
    Distro
    Ubuntu Development Release

    Re: laptop temperature/fan?

    You can install sensors-applet to show CPU, GPU, and HD temperatures.



    Code:
    
    
    sudo apt-get install sensors-applet
    Last edited by linux_tech; January 18th, 2009 at 12:18 AM.
    I'm not afraid of storms, for I sail my own ship

  3. #3
    Join Date
    May 2007
    Location
    Oregon
    Beans
    Hidden!
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: laptop temperature/fan?

    Thanks, but this also shows 0 degrees Celsius. It installed hddtemp as one of the dependencies, though, and I'm able to get a temperature reading on my hard drive (currently 38 degrees C, though I just started up again since I was gone for a while).

    Edit: I found this blog post and followed the instructions there, it loaded the "coretemp" module for me which says my cpu is around 67-68 degrees C most of the time. My hard drive has settled at 46 degrees C. From what I've been able to find, these numbers are warm but not terrible, so I'll be OK. I don't know if this will affect the fan at all.
    Last edited by ajy0852; January 18th, 2009 at 02:18 AM.

  4. #4
    Join Date
    Jul 2005
    Beans
    6

    Re: laptop temperature/fan? (Toshiba)

    I've got a Toshiba L305-S5933 running 64-bit 8.10 and I had the same problem. After much googling, I found this fix that worked for me. Add
    Code:
    acpi_osi="Linux"
    to the kernel boot options in grub. My fan now turns on (low speed) at about 50°C and turns off around 35°C.

  5. #5
    Join Date
    Feb 2009
    Beans
    8

    Re: laptop temperature/fan?

    hi,

    I just bought a Satellite L305-S5921 and experience the exact same problem. (Ubuntu 8.10 32bit)
    Fan comes on when CPU usage is higher and then never turns off again. Remains at this one speed. I am totally new to Linux and am glad I got it to dual boot. Could you please tell me where I can find instructions (that I can understand and follow) to get your suggestion:
    "acpi_osi="Linux"
    installed?

    Thanks!
    Last edited by IlSeniore; February 6th, 2009 at 06:35 PM. Reason: added Ubuntu version

  6. #6
    Join Date
    Jul 2005
    Beans
    6

    Re: laptop temperature/fan?

    There's a good GRUB HowTo at http://help.ubuntu.com/community/GrubHowto. Look at the section "Setting kernel parameters".

  7. #7
    Join Date
    Feb 2009
    Beans
    8

    Re: laptop temperature/fan?

    Quote Originally Posted by mnd View Post
    There's a good GRUB HowTo at http://help.ubuntu.com/community/GrubHowto. Look at the section "Setting kernel parameters".
    Thank you for your response. I edited the Kernel boot section, but the temperature reading is still "0.0" C So far it doesn't seem like the fan speed is controlled at all. It seems more that it remains in whatever speed it was during boot up. Any ideas how I can get the temperature to be read correctly?
    Thanks.

  8. #8
    Join Date
    Jul 2005
    Beans
    6

    Re: laptop temperature/fan?

    Try installing the lm-sensors package.

    Code:
    sudo apt-get install lm-sensors

  9. #9
    Join Date
    Feb 2009
    Beans
    8

    Re: laptop temperature/fan?

    I installed the lm-sensors package. It also reads 0.0 degree Celsius.
    When I run this laptop using Win Vista, the fan seems to be conrolled correctly. So I believe the internal sensor is working correctly.

  10. #10
    Join Date
    Jul 2005
    Beans
    6

    Re: laptop temperature/fan?

    How are you checking the CPU temperatures? Try running /usr/bin/sensors .

Page 1 of 4 123 ... LastLast

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
  •