Welcome to the Linux Foundation Forum!

CPU overheating Toshiba Satelite L300-1AQ

Posts: 2

Guys,

I installed Ubuntu (Ubuntu 9.10 - the Karmic Koala) on my laptop (Dual boot with Vista) When I boot in Ubuntu and after few minutes the temperature goes very high starting from 35 to 45 up to 72 within 15 minutes. The problem doesn't exist in Windows Vista. Can anybody help me with the issue please?? I'm new to linux so if you decided to help me please make it as simple as possible.

Cheers,

Zohair

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Comments

  • Posts: 158
    You need the omnibook kernel module to control your fan.

    try this:
    1. svn co https://omnibook.svn.sourceforge.net/svnroot/omnibook omnibook
    2. cd omnibook
    3. make
    4. sudo make install
    5.  
    6. sudo depmod -a
    7. sudo modprobe omnibook ectype=11
    8.  
    9.  
    10. sudo cat "omnibook ectype=11">>/etc/modules
  • Posts: 2,177
    You also might want to consider adding the "CPU Frequency Scaling Monitor" item to your panel and using that to adjust the scaling governor to tell the system to wind dowsn when it doesn't need full resources, this will help to save power and reduce heat.
  • Posts: 2
    Dear Adam,

    Thanks for your help but the code you provided gave me error:
    1. This is a part of the terminal screen I got after typing the download link:
    2.  
    3.  
    4. A omnibook/tags/release-20070211/pio.c
    5. A omnibook/tags/release-20070211/ec.c
    6. A omnibook/tags/release-20070211/compat.h
    7. A omnibook/tags/release-20070211/wireless.c
    8. Checked out revision 293.
    9. zohair@ubuntu:~$ cd omnibook
    10. zohair@ubuntu:~/omnibook$ make
    11. make: *** No targets specified and no makefile found. Stop.
    12. zohair@ubuntu:~/omnibook$ sudo make install
    13. make: *** No rule to make target `install'. Stop.
    14. zohair@ubuntu:~/omnibook$
    15.  


    And mfillpot, thanks for your contribution but I found a similar program "KPowerSave" that seems to similar to what you've suggested.

    but to be honest guys the problems is that in addition to my CPU heating, my HDD never stops, it keeps running for ever. Further suggestions are much appreciated.

    Cheers,

    Zohair
  • Posts: 2,177
    kpowersave interfaces with the same components so it will help a little with the cooling. You should also read "man pwmconfig" to learn how to manually control your fan(s).
  • Posts: 2,177
    I also found a post online where someone solved a laptop cooling bond by loading the winbond driver "modprobe w83627hf", maybe that can help. IF is not often that the necessary modules are not auto-detected, but it could be possible.

    Can you please post the output of lspci and sensors so we can try to identify modules that may fix the issue?

    Also thanks for asking about this item, while researching your issues I found necessary modules for my laptop and dropped the temp by 4C.
  • Posts: 158
    oops


    cd omnibook/trunk

    my bad.


    That should do the trick, though. Once you compile and install that module.

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training