The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Dv6t fan noise and overheating with Ubuntu!

    Discussion in 'Linux Compatibility and Software' started by danicloud, Mar 21, 2012.

  1. danicloud

    danicloud Notebook Consultant

    Reputations:
    0
    Messages:
    162
    Likes Received:
    0
    Trophy Points:
    30
    Hi everyone, so i have a dv6tqe with i7 and 6770m graphic card. I just installed Ubuntu on my laptop for the first time with wubi. The problem is that since i installed it the fan is always and the laptop overheats even if i am just browsing the web. I am not sure how to check the temperatures since i am not really familiar with Ubuntu.

    Can anyone please help me? i am really starting to like like Ubuntu :)
     
  2. yaxattax

    yaxattax Notebook Guru

    Reputations:
    19
    Messages:
    52
    Likes Received:
    0
    Trophy Points:
    15
    Hi,

    Did you run it with Windows previously? If so, did it overheat there? If not, in a terminal type:

    Code:
    uname -a
    Show the output from that - Certain kernels between 2.6.xx (I don't remember which x's) and 3.2/3.3 may exacerbate heat issues.

    I'm not 100% sure if this will work (since I use fedora, not ubuntu), but try in a terminal:

    Code:
    sudo apt-get lm_sensors
    sudo sensors-detect
    sensors
    The first command install the lm_sensors package, if apt-get does not find such a package, search the web and you should be able to find what its name is for ubuntu.
    The second command will be an interactive scan of your system to find all the sensors. It will tell you the level of risk associated with each particular scan and ask if you wish to proceed with that particular scan. In general, its absolutely fine to accept all the scans, but if you do not feel comfortable with a particular warning, then do not accept that scan.
    Finally, the sensors command will give a summary of the current status of all the detected sensors in the system.

    Hope that helps,

    Yax
     
  3. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
  4. sanjie

    sanjie Notebook Evangelist

    Reputations:
    59
    Messages:
    332
    Likes Received:
    0
    Trophy Points:
    30
  5. qlippoth

    qlippoth Notebook Guru

    Reputations:
    0
    Messages:
    68
    Likes Received:
    0
    Trophy Points:
    15
    AMD/ATi also released a new Catalyst driver set for Ubuntu on 6/25? I had no issues and the fan noise and battery life is (near) infinitely better!

    I have NOT tried using the dGPU, I don't need it since Ubuntu is for work purposes. I'll try and check it out and report back, but my Linux familiarity isn't (I have none :)

    - Qlippoth