![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
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 |
|
|
#1 |
|
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. |
|
|
|
|
#2 | |
|
Quad Shot of Ubuntu
![]() |
Re: Ubuntu 7.04 - Thinkpad R51 - overheating/shutdown
Quote:
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 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 |
|
|
|
|
|
#3 |
|
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> 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 Last edited by zechs; September 1st, 2007 at 04:31 PM.. |
|
|
|
|
#4 | |
|
Quad Shot of Ubuntu
![]() |
Re: Ubuntu 7.04 - Thinkpad R51 - overheating/shutdown
Quote:
__________________
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 |
|
|
|
|
|
#5 |
|
5 Cups of Ubuntu
![]() |
Re: Ubuntu 7.04 - Thinkpad R51 - overheating/shutdown
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|