LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 03-11-2011, 01:34 AM   #1
slooksterpsv
LQ Newbie
 
Registered: Mar 2011
Posts: 8

Rep: Reputation: 0
Gateway NV53 overheats with openSuSE (11.3/11.4)


I have a Gateway NV53 laptop, and just letting it idle in openSUSE causes it to overheat. When running sensors in a terminal, the temperature slowly rises from 85C to 96C before it shuts down (when it reaches 90 I shut it down myself to prevent it from killing my computer).

I've tried disabling the desktop effect, tried installing the ATI Drivers, which renders Gnome unable to boot (I don't like KDE). I've also tried kernel boot options like nomodeset for the ATI Drivers and without, no difference.

I have asked for help on the openSUSE forums and was told to find another forum and see if anyone else had openSUSE running on a Gateway NV53 - so that was very disappointing.

Here's my specs:

Code:
AMD Athlon II x2 M300 2.0GHz
4GB DDR2 667MHz RAM
500 GB HDD
AMD Radeon HD 4200 IGP
It's an M880G Chipset
I was told, cause Ubuntu runs perfect, to copy my ACPI settings from Ubuntu over, but I don't know what to copy over or from where. Umm... I dunno what else I can provide to give you more information... well let me do a pastebin of dmidecode:
http://paste.ubuntu.com/578710/

Let me know if I can give you further information. Thanks! - Also another question, in dmidecode it says maximum memory is 8GB, Gateway says 4GB, could I try a 4GB and see if it works?
 
Old 03-11-2011, 01:46 AM   #2
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Did you check all of your running processes that might be consuming your CPU percentage? And also just to throw it out there just to rule it out, are your fans working?

EDIT - What sensors are giving you the high temperature values?
 
Old 03-11-2011, 01:47 AM   #3
slooksterpsv
LQ Newbie
 
Registered: Mar 2011
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by corp769 View Post
Did you check all of your running processes that might be consuming your CPU percentage? And also just to throw it out there just to rule it out, are your fans working?
Yeah top showed the highest usage was 5% for Xorg, also yeah I can hear my fans.

The fan is running right now on Ubuntu. With Ubuntu sensors shows:
Code:
acpitz-virtual-0
Adapter: Virtual device
temp1:       +61.0°C  (crit = +95.0°C)                  
temp2:       +56.0°C  (crit = +95.0°C)                  

k10temp-pci-00c3
Adapter: PCI adapter
temp1:       +63.9°C  (high = +70.0°C)
Which is normal.

Last edited by slooksterpsv; 03-11-2011 at 01:49 AM.
 
Old 03-11-2011, 02:02 AM   #4
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Can you show the output of sensors within suse?
 
Old 03-11-2011, 02:14 AM   #5
slooksterpsv
LQ Newbie
 
Registered: Mar 2011
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by corp769 View Post
Can you show the output of sensors within suse?
I'm downloading 11.4 Live CD 64-bit, I had the 11.4 RC2, so when that gets done... 15 min. I'll do it and post back.
 
Old 03-11-2011, 02:39 AM   #6
slooksterpsv
LQ Newbie
 
Registered: Mar 2011
Posts: 8

Original Poster
Rep: Reputation: 0
Code:
linux:/home/linux # sensors
k10temp-pci-00c3
Adapter: PCI adapter
temp1:       +82.0°C  (high = +70.0°C)                  

acpitz-virtual-0
Adapter: Virtual device
temp1:       +79.0°C  (crit = +95.0°C)                  
temp2:       +74.0°C  (crit = +95.0°C)
This is just booted off of the Live CD
 
Old 03-11-2011, 03:02 AM   #7
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Can you determine what sensors are for what?
 
Old 03-11-2011, 03:35 AM   #8
slooksterpsv
LQ Newbie
 
Registered: Mar 2011
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by corp769 View Post
Can you determine what sensors are for what?
I have no clue, but I do have more information, I've got the temps substantially lower (around the 72-73 range idling) and here's what I did, I ran powertop and it told me, try this, try that, and so I'm running these commands and although the fan is still on full blast, it's still staying cooler:

Code:
echo 1500 > /proc/sys/vm/dirty_writeback_centisecs
echo 1 > /sys/module/snd_hda_intel/parameters/power_save
iwconfig wlan0 power timeout 500ms
echo min_power > /sys/class/scsi_host/host0/link_power_management_policy
Sensors are now:
Code:
acpitz-virtual-0
Adapter: Virtual device
temp1:       +72.0°C  (crit = +95.0°C)                  
temp2:       +66.0°C  (crit = +95.0°C)                  

k10temp-pci-00c3
Adapter: PCI adapter
temp1:       +74.0°C  (high = +70.0°C)
 
Old 03-11-2011, 03:41 AM   #9
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Oh nice. At least your system isn't on the verge of blowing up now....

Do you have a dual core CPU? I'm trying to figure out your sensors... To me, it seems like acpitz-virtual-0 is your CPU, and the other is your battery, but I might be wrong.
 
Old 03-11-2011, 03:44 AM   #10
slooksterpsv
LQ Newbie
 
Registered: Mar 2011
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by corp769 View Post
Oh nice. At least your system isn't on the verge of blowing up now....

Do you have a dual core CPU? I'm trying to figure out your sensors... To me, it seems like acpitz-virtual-0 is your CPU, and the other is your battery, but I might be wrong.
Yup it is a dual-core cpu. I would have thought the other would have been the video card. Probably is battery.

EDIT: Wait but k10 is the class of cpu. So yeah the AMD Athlon II X2 M300 should be a K10 CPU, cause I wouldn't think the temps varying from core to core would be so drastically changed.

Last edited by slooksterpsv; 03-11-2011 at 03:45 AM.
 
Old 03-11-2011, 04:02 AM   #11
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
O ok cool. And I wanted to say... Gotta love powertop

How hot does it feel now? Still the same, or are you getting better improvements?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
OpenSuSE/Yast/Network Settings: how to gateway eth0 through wlan1? slingshot Linux - Networking 1 12-16-2010 09:19 AM
How many memory does support the gateway nv53? isamuede Linux - Hardware 2 08-03-2010 09:07 AM
Using openSUSE 10.2 as a gateway for a local network karnaf SUSE / openSUSE 8 05-30-2007 06:24 PM
Pentium 4 HT Overheats deepclutch Linux - Hardware 2 08-28-2005 06:37 PM
laptop overheats... riddlebox80 Linux - Hardware 4 01-28-2003 08:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 04:05 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration