Page 1 of 3 123 LastLast
Results 1 to 10 of 27

Thread: HP Pavillion g6 is overheating since Ubuntu 12.04 installation.

  1. #1
    Join Date
    Aug 2012
    Beans
    42

    Question HP Pavillion g6 is overheating since Ubuntu 12.04 installation.

    Hey everyone!
    I have successfully installed Ubuntu 12.04 (64 bit) yesterday and came across a small problem. My laptop is overheating badly, it becomes very hot in 5 or 10 minutes after I start it. The fan is going crazy, but it doesn't help to cool the PC. It is very strange, because it didn't act this way when I was on Windows 7.

    What can it be? I have a HP Pavillion g6.
    P.S. Please explain it simple =)) I am a newbie.

  2. #2
    Join Date
    Nov 2009
    Beans
    Hidden!
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Laptop is overheating since Ubuntu 12.04 installation. Why?

    what are the system specs?

    lshw

    command will show them.

    DO you have hybrid graphics? if so you need to install proprietary drivers and enable them propperly.
    Read the easy to understand, lots of pics Ubuntu manual.
    Do i need antivirus/firewall in linux?
    Full disk backup (newer kernel -> suitable for newer PC): Clonezilla
    User friendly full disk backup: Rescuezilla

  3. #3
    TenPlus1's Avatar
    TenPlus1 is offline Grande Half-n-Half Cinnamon Ubuntu
    Join Date
    May 2005
    Location
    Scotland, UK
    Beans
    920
    Distro
    Lubuntu

    Smile Re: Laptop is overheating since Ubuntu 12.04 installation. Why?

    Both of these links may work, the 1st allows you to turn OFF the Radeon graphics and the 2nd lets you install Jupiter which is a nice power manager:

    http://askubuntu.com/questions/10325...p-pavilion-dm4

    http://www.webupd8.org/2011/09/jupit...lable-for.html

  4. #4
    Join Date
    Oct 2005
    Location
    Lab, Slovakia
    Beans
    10,790

    Re: Laptop is overheating since Ubuntu 12.04 installation. Why?

    Another couple of points to ponder:
    Your machine may have two fans and one of them may not be running.
    The heat exchanger may be full of fluff.

  5. #5
    Join Date
    Aug 2012
    Location
    Paris
    Beans
    75
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Laptop is overheating since Ubuntu 12.04 installation. Why?

    Quote Originally Posted by TenPlus1 View Post
    Both of these links may work, the 1st allows you to turn OFF the Radeon graphics and the 2nd lets you install Jupiter which is a nice power manager:

    http://askubuntu.com/questions/10325...p-pavilion-dm4

    http://www.webupd8.org/2011/09/jupit...lable-for.html
    I used to have the same problem, seems like a common problem with Optimus graphics, disabling the graphical acceleration seems to work, but for me, installing the nvidia-current driver ( sudo apt-get install nvidia-current) seems to fix the problem.

  6. #6
    Join Date
    Aug 2012
    Beans
    42

    Re: Laptop is overheating since Ubuntu 12.04 installation. Why?

    Quote Originally Posted by mastablasta View Post
    what are the system specs?

    lshw

    command will show them.

    DO you have hybrid graphics? if so you need to install proprietary drivers and enable them propperly.


    All right, I'll try from the top =))
    Where do I put the "lshw" command? Sorry for the stupid question, but I am very new to Linux.

    I have a sticker saying "Quad Core and Radeon Dual Graphics"...

  7. #7
    Join Date
    Feb 2012
    Location
    Athens/Greece
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Laptop is overheating since Ubuntu 12.04 installation. Why?

    Quote Originally Posted by ruslan kim View Post
    All right, I'll try from the top =))
    Where do I put the "lshw" command? Sorry for the stupid question, but I am very new to Linux.

    I have a sticker saying "Quad Core and Radeon Dual Graphics"...
    Hi ,
    there are NO stupid questions. Nobody born learned

    Open a terminal (ctrl+alt+t) and copy-paste these commands from here to terminal . One line = One command
    Code:
    sudo lshw -C video 
    lspci -nnk | grep -iA2 vga
    post the results back here .
    Put the results inside [CODE] tags , by highlighting the text and click the # symbol on top of message pane.
    Thanks

  8. #8
    Join Date
    Aug 2012
    Beans
    42

    Re: Laptop is overheating since Ubuntu 12.04 installation. Why?

    Code:
    ruslan@HP-Pavilion-g6-Notebook-PC:~$ sudo lshw -C video
    PCI (sysfs)  
      *-display               
           описание: VGA compatible controller
           продукт: Advanced Micro Devices [AMD] nee ATI
           производитель: Hynix Semiconductor (Hyundai Electronics)
           физический ID: 1
           bus info: pci@0000:00:01.0
           версия: 00
           разрядность: 32 bits
           частота: 33MHz
           возможности: pm pciexpress msi vga_controller bus_master cap_list rom
           кофигурация: driver=radeon latency=0
           ресурсы: IRQ:44 память:d0000000-dfffffff ioport:4000(size=256) память:f0400000-f043ffff
      *-display
           описание: VGA compatible controller
           продукт: Seymour [Radeon HD 6400M Series]
           производитель: Hynix Semiconductor (Hyundai Electronics)
           физический ID: 0
           bus info: pci@0000:01:00.0
           версия: 00
           разрядность: 64 bits
           частота: 33MHz
           возможности: pm pciexpress msi vga_controller bus_master cap_list rom
           кофигурация: driver=radeon latency=0
           ресурсы: IRQ:45 память:e0000000-efffffff память:f0300000-f031ffff ioport:3000(size=256) память:f0320000-f033ffff

    Code:
    ruslan@HP-Pavilion-g6-Notebook-PC:~$ lspci -nnk | prep -iA2 vga
    Программа 'prep' на данный момент не установлена.  Вы можете установить её, выполнив:
    sudo apt-get install loki
    Well, it was not hard at all =)) Here are the results. The second code says I don't have 'prep' program. Should I install it?

  9. #9
    Join Date
    Feb 2012
    Location
    Athens/Greece
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Laptop is overheating since Ubuntu 12.04 installation. Why?

    Quote Originally Posted by ruslan kim View Post
    The second code says I don't have 'prep' program. Should I install it?
    Hi ,
    it is not prep ... is grep . You can copy the command from here and paste it in your terminal (for more accuracy) if you want.
    Code:
    lspci -nnk | grep -iA2 vga
    Thanks

  10. #10
    Join Date
    Aug 2012
    Location
    Paris
    Beans
    75
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Laptop is overheating since Ubuntu 12.04 installation. Why?

    Actually, I did some researches and a lot of people are experiencing the same problem. Try to update your system, if there are any compatible new drivers for you graphic card it will maybe solve the problem. try :

    Code:
    sudo apt-get update
          sudo apt-get upgrade

Page 1 of 3 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
  •