Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Hardware & Laptops
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Hardware & Laptops
Problems with hardware & laptops not being detected or supported during or after install.

 
 
Thread Tools Display Modes
Old August 24th, 2007   #1
zechs
First Cup of Ubuntu
 
Join Date: Dec 2006
Beans: 2
Ubuntu 7.04 - Thinkpad R51 - overheating/shutdown

**Don't post with advice about cleaning dust or fan problems. Serious replies only, please, for myself and other readers.**

My laptop has been overheating after installing Ubuntu 7.04. The first overheat and shutdown claimed that the internal temperature was 85 celcius. This laptop shuts down perhaps twice per day after two hours' use, often seems triggered by watching streaming video (e.g. youtube) for a long time.

I'm using a Thinkpad R51, 2883-8QU. This was not a problem in 6.06. I'm also dual booting with vista, and temperature there seems fine.

I'm looking for a solution that outlines processor optimization or another genuine fix. Any other advice (not relating to hardware) that could help temperature or optimization would be appreciated.
zechs is offline  
Old August 27th, 2007   #2
zachtib
Quad Shot of Ubuntu
 
zachtib's Avatar
 
Join Date: Dec 2004
Location: Louisville, KY
Beans: 401
Ubuntu 9.04 Jaunty Jackalope
Send a message via AIM to zachtib
Re: Ubuntu 7.04 - Thinkpad R51 - overheating/shutdown

Quote:
Originally Posted by zechs View Post
**Don't post with advice about cleaning dust or fan problems. Serious replies only, please, for myself and other readers.**

My laptop has been overheating after installing Ubuntu 7.04. The first overheat and shutdown claimed that the internal temperature was 85 celcius. This laptop shuts down perhaps twice per day after two hours' use, often seems triggered by watching streaming video (e.g. youtube) for a long time.

I'm using a Thinkpad R51, 2883-8QU. This was not a problem in 6.06. I'm also dual booting with vista, and temperature there seems fine.

I'm looking for a solution that outlines processor optimization or another genuine fix. Any other advice (not relating to hardware) that could help temperature or optimization would be appreciated.
I have a thinkpad R51 as well, 1836-q7u, and I've been experiencing this exact same problem since upgrading to edgy, i believe. the problem is related to it not setting the proper trip points for scaling back the CPU. I've found a bit of a "hack" that fixes the issue and had listed it here: http://collegegeek.org/index.php/200...ture-solution/

basically, it's adding two lines to your /etc/rc.local file to manually set the trip points

Code:
echo -n “90:80:60:75:70:65″ > /proc/acpi/thermal_zone/THM0/trip_points
echo 2 > /proc/acpi/thermal_zone/THM0/polling_frequency
this is a very serious bug, though, and it should be fixed IMO. as far as I know, Ubuntu is the only distribution that does this. in fact, i've just yesterday installed fedora on my laptop to test it out and see if it fixes the problem.

now, the downside to my little hack is going to be performance. those numbers aren't perfect, so your cpu may scale back more than it needs to. i'm trying to improve upon them and get something that performs better, but in the meantime, that should keep your cpu from overheating
__________________
Thinkpad T61p: 15.4" WUXGA Screen, Core 2 Duo T9300, 4GB DDR2, 512MB Quadro 570M, 160GB 7200RPM HDD, DVD+RW, Intel 4965AGN+Bluetooth, 9 Cell Battery
http://blog.zachtib.com
zachtib is offline  
Old September 1st, 2007   #3
zechs
First Cup of Ubuntu
 
Join Date: Dec 2006
Beans: 2
Re: Ubuntu 7.04 - Thinkpad R51 - overheating/shutdown

This "fix" doesn't work out for me. I get a failure message for loading rc.local. Actually, the files in question don't seem like they can accept the commands issued above. For example:

Code:
# cat /proc/acpi/thermal_zone/THM0/trip_points
critical (S5):           94 C
passive:                 87 C: tc1=5 tc2=4 tsp=600 devices=0xee669338
Code:
 # cat /proc/acpi/thermal_zone/THM0/polling_frequency
<polling disabled>
and rc.local:

Code:
# cat /etc/rc.local

#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

echo -n “90:80:60:75:70:65″ > /proc/acpi/thermal_zone/THM0/trip_points
echo 2 > /proc/acpi/thermal_zone/THM0/polling_frequency

exit 0
so perhaps it's just my unfamiliarity with the syntax, but it didn't work out for me. Perhaps someone sees what I'm mixing up here?

Last edited by zechs; September 1st, 2007 at 04:31 PM..
zechs is offline  
Old September 4th, 2007   #4
zachtib
Quad Shot of Ubuntu
 
zachtib's Avatar
 
Join Date: Dec 2004
Location: Louisville, KY
Beans: 401
Ubuntu 9.04 Jaunty Jackalope
Send a message via AIM to zachtib
Re: Ubuntu 7.04 - Thinkpad R51 - overheating/shutdown

Quote:
Originally Posted by zechs View Post
This "fix" doesn't work out for me. I get a failure message for loading rc.local. Actually, the files in question don't seem like they can accept the commands issued above. For example:

Code:
# cat /proc/acpi/thermal_zone/THM0/trip_points
critical (S5):           94 C
passive:                 87 C: tc1=5 tc2=4 tsp=600 devices=0xee669338
Code:
 # cat /proc/acpi/thermal_zone/THM0/polling_frequency
<polling disabled>
and rc.local:

Code:
# cat /etc/rc.local

#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

echo -n “90:80:60:75:70:65″ > /proc/acpi/thermal_zone/THM0/trip_points
echo 2 > /proc/acpi/thermal_zone/THM0/polling_frequency

exit 0
so perhaps it's just my unfamiliarity with the syntax, but it didn't work out for me. Perhaps someone sees what I'm mixing up here?
its possible that you have a different sensor setup than i do or something... i'm not exactly sure, but you should look into acpi and see if you can improve the issue. also, try looking on thinkwiki.org, which is a good resource for using linux on thinkpads
__________________
Thinkpad T61p: 15.4" WUXGA Screen, Core 2 Duo T9300, 4GB DDR2, 512MB Quadro 570M, 160GB 7200RPM HDD, DVD+RW, Intel 4965AGN+Bluetooth, 9 Cell Battery
http://blog.zachtib.com
zachtib is offline  
Old September 6th, 2007   #5
vlitzer
5 Cups of Ubuntu
 
vlitzer's Avatar
 
Join Date: May 2007
Location: Argentina
Beans: 18
Ubuntu 8.04 Hardy Heron
Send a message via MSN to vlitzer
Re: Ubuntu 7.04 - Thinkpad R51 - overheating/shutdown

this worked for my old presario 900 runing xubuntu:

http://ubuntuforums.org/showthread.php?t=539365
vlitzer is offline  
 

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:59 PM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry