<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Amn</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Amn"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Amn"/>
	<updated>2026-04-17T09:07:15Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Thermal_Sensors&amp;diff=41940</id>
		<title>Talk:Thermal Sensors</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Thermal_Sensors&amp;diff=41940"/>
		<updated>2009-03-06T23:28:34Z</updated>

		<summary type="html">&lt;p&gt;Amn: removed erroneous old information i had posted earlier - irrelevant&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Secret sensor and the cause of fan always on ==&lt;br /&gt;
&lt;br /&gt;
On my {{T43}}, ecdump offsets 0xC0-0xC2 seem to include 3 more temperature sensors that are not seen in {{path|/proc/acpi/ibm/thermal}}:&lt;br /&gt;
 # cat /proc/acpi/ibm/thermal;  &lt;br /&gt;
 temperatures:   44 41 33 42 33 -128 30 -128&lt;br /&gt;
 # perl -ne 'm/^EC 0xc0: .(..) .(..) .(..) / or next; print hex($1).&amp;quot; &amp;quot;.hex($2).&amp;quot; &amp;quot;.hex($3).&amp;quot;\n&amp;quot;' &amp;lt; /proc/acpi/ibm/ecdump&lt;br /&gt;
 40 48 43&lt;br /&gt;
&lt;br /&gt;
Note the &amp;quot;48&amp;quot; entry (EC offset 0xC1). Something's pretty hot even at full full speed (level 7, 4700RPM). This sensor increases very quickly when the system starts (in fact, faster than anything else when the CPU is undervolted and [[fglrx]] is in maximum powersaving).&lt;br /&gt;
&lt;br /&gt;
Now, note this: the fan kicks up from low speed to medium speed whenever this sensor reaches 46 degrees, even if no other sensor changes; and this seems to usually be the first trigger encountered. Moreover, this sensor hovers around 47-48 degrees even on an idle machine. Taken together, '''this fully explains the &amp;quot;fan always on&amp;quot; behavior: a previously-unnoticed sensor that's always hot.'''&lt;br /&gt;
&lt;br /&gt;
Any idea what this sensor is? It seems correlated with WiFi: there's a 2deg difference when I toggle {{path|/sys/bus/pci/drivers/ipw2200/*/rf_kill}} (without ever being associated so this shouldn't affect anything else), and heavy WiFi data transfer increases temperature by several more degrees. This suggests the sensor is located in or close to the mini-PCI slot (i.e., under the touchpad). That region is indeed often hot to the touch. But why would the mini-PCI slot get so hot? Could it be the southbridge, which sits under the mini-PCI slot with no heatsink and poor ventilation? Can anyone correlate this sensor other specific activity, or with blocking of specific ventilation holes, or with cooling of specific components? If it's the mini-PCI slot? The operating temperature of the Intel 2200BG is [ftp://download.intel.com/network/connectivity/resources/doc_library/tech_brief/2200bg_prodbrief.pdf 0-80 deg].&lt;br /&gt;
&lt;br /&gt;
Caveat: this is my experience with a {{T43}} after [[Pentium M undervolting and underclocking|undervolting]] the CPU and activating [[How to make use of Graphics Chips Power Management features|maximal GPU powersaving using fglrx]]. It could be that for other people, other components are the first to trigger. But either way, those are 3 temperature sensors we didn't know of and they're used by the Embedded Controller's algorithm.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 16:20, 20 Nov 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
At the moment I am experimenting with controlling the fan on Windows XP with a self written tool on a {{T43}} (Model 2668 97G).  Having found the information about the secret sensors here I built these into the program and it seems that after starting my cooled (placed outside) {{T43}} the 0xC1 sensor indeed rises fastest but also cools down quite quicky especially if also the CPU is cool.  I have seen it hotter than the CPU but not much cooler, so probably it is a small chip connected to the colling element of the CPU.&lt;br /&gt;
&lt;br /&gt;
The values at 0xC0 and 0xC2 also seem to show temperature values here, while 0xC4 is always at 128.&lt;br /&gt;
&lt;br /&gt;
First experiments indicate that as long as all the temperature value are below 43Â°C the Thinkpad comes up with no fan and stays that way.  (The fan control register at EC offset 0x2F set to 0x80, see the bottom of the [[patch for controlling fan speed]] page for a description of this register).  If 43Â°C are reached on the 0xC1 sensor, the fan kicks in with low speed while 43Â°C on the CPU do not activate the fan.  With regard to the CPU the kick-in seems to be around 48Â°C.&lt;br /&gt;
&lt;br /&gt;
Once the fan is on, it goes off again if all the seonsors drop to the area of 38Â°C or lower (the value may not be precise).  But it hardly happens on it's own, for tests I placed it outside in cold weather.&lt;br /&gt;
&lt;br /&gt;
On [http://forum.thinkpads.com/ forums.thinkpad.com] is a ([http://forum.thinkpads.com/viewtopic.php?t=14580http://forum.thinkpads.com/viewtopic.php?t=14580 discussion]) from users who experimented with physically cooling the North- and Southbridge without success.  In a different thread there a user claimed that he worked with a couple of Thinkpads and silenced them by turning off unused devices, WLAN being among them.&lt;br /&gt;
&lt;br /&gt;
With the XP WLAN device disabled the temperature on 0xC1 stays around 41Â°C here even if there is heavy activity on the CPU.  It rises as soon as the WLAN device is enabled but hardly goes any hotter than 44Â°C.  But I also could not make it go hot at all running on battery.  And the heat reading there somehow more or less follows the value of the CPU.&lt;br /&gt;
&lt;br /&gt;
Bottom line on my {{T43}} (2668 97G): Fan kicks in for CPU around 48Â°C or 0xC1 at 43Â°C and then never goes off again unless you use external cooling.  0xC1 sensor could to be related to WLAN (I'm not really sure about it) and/or is probably placed near the CPU.  It could also have something to do with running the machine no AC rather than battery.&lt;br /&gt;
&lt;br /&gt;
-- Shimdoax - 2005-11-27&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Shimdoax, you said &amp;quot;''I have seen it hotter than the CPU but not much cooler, so probably it is a small chip connected to the colling element of the CPU''&amp;quot;, but also &amp;quot;''the temperature on 0xC1 stays around 41Â°C here even if there is heavy activity on the CPU''&amp;quot;. It follows that your CPU is never much hotter than 41Â°C, which I find unlikely... Anyway, on my T43, sensor 0cC1 is correlated with the CPU but very slightly; it is more correlated with the GPU, but not very much either.&lt;br /&gt;
&lt;br /&gt;
I suspect that sensor 0xC1 sits on the system board under the touchpad, since this is consistent with all of the following:&lt;br /&gt;
* In idle with wireless off, sensor 0xC1 has roughly the same temperature as the GPU (which is adjacent on the system board, under the spacebar and TrackPoint buttons).&lt;br /&gt;
* Correlation with the WLAN card activity (which is sandwiched between the system board and the touchpad).&lt;br /&gt;
* Quick warm-up (the southbridge is also on the system board under the touchpad, and has no heat spreader).&lt;br /&gt;
* Negligible effect of fan speed on 0xC1 temperature (the touchpad area is cramped and lacks decent ventilation, hence has negligible air flow).&lt;br /&gt;
* When I place a 12cm-by-12cm pad of thick thermally isolating material (a folded fleece blanket...) under the touchpad, 0xC1 temperature consistently rises by 2-3 degrees (and cools back when I remove the pad); other sensors seem unaffected.&lt;br /&gt;
&lt;br /&gt;
If this is indeed the case, it's hard to see what can be done (other than using a fan control script with an increased threshold for this sensor). It looks like IBM/Lenovo counted on this area being passively cooled through the bottom of the case - see how the bottom of the laptop is designed to allow air flow under the front quarter? However, once the desk under the laptop has warmed up (or if air flow is blocked, as when the laptop is sitting on the top of a lap), things just cook up. The [http://forum.thinkpads.com/viewtopic.php?t=14580http://forum.thinkpads.com/viewtopic.php?t=14580 mods] which  thermally connet the southbridge to the GPU cooling assembly might improve things a bit, but on my system sensor 0xC1 isn't much hotter than the GPU anyway. Maybe ventilation can be improved by letting in more air through the speaker grills on the front - does anyone know what things looks like, under the very front of the palmrest? This won't solve &amp;quot;fan always on&amp;quot; since it will help only when the fan is on, but it may let the fan run at a lower speed.&lt;br /&gt;
&lt;br /&gt;
BTW, Shimdoax, how are you monitoring/controlling the EC under Windows?&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 18:22, 27 Nov 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Thinker,&lt;br /&gt;
&lt;br /&gt;
I currently don't know where to read the GPU temp from, so I can't say much about it (I'm running XP and have not found drivers or tools that would display the GPU).&lt;br /&gt;
&lt;br /&gt;
However, regarding my experiments: I had the machine on my desk earlier today (when I wrote the post) on AC with WLAN connection to the office network and &amp;quot;Max. Battery Life&amp;quot; Scheme.  I had taken it from the trunk of the car (it's quite cold outside, around freezing).  During the whole experiments the CPU hardly went higher than 46Â°C, most of the time it was around 39Â°C to 43Â°C.  I wasn't very systematic in these tests, these were just first observations.&lt;br /&gt;
&lt;br /&gt;
However, I think I can confirm that the 43Â°C on the C1 triggers the fan on my machine here.  48Â°C to 50Â°C on the CPU also triggers the fan on.  Then I put the laptop outside the window twice.  Temperatures dropped quite quickly and around MAX(CPU, 0xC1) of 38Â°C the fan turned itself off.&lt;br /&gt;
&lt;br /&gt;
Further tests on the WLAN revealed mixed results about correlation.  If the CPU goes up the C1 also goes up, even if WLAN is disabled.  On the other hand I had cases where WLAN (big folder copy) made the C1 rise ahead of the CPU.  The way I tested it, mostly the C1 triggered the fan before the CPU did.  This at least explains why CPU undervolting/clocking doesn't help much.&lt;br /&gt;
&lt;br /&gt;
But I think you're right.  Without custom scripts I guess it will be hard to keep the C1 below 43Â°C.  This value may even be intentional by IBM.  If it is really near the palmrest, higher values may cause burns (I once read about a guy who actually burnt his balls [no joke!] by working with a laptop which had a 42Â°C - 45Â°C battery temp. in his lap for an hour or two).  So they may think that fan noise is preferrable to bad publicity.&lt;br /&gt;
&lt;br /&gt;
Hence I'm not counting on IBM.  Instead I'm currently writing a custom fan control program for XP, that's how I read the EC there.  I'll post a first version [http://forum.thinkpads.com/viewtopic.php?t=17715 here] later today.  Maybe some folks from the hardware modding thread will help to locate the sensors with some cooling spray.&lt;br /&gt;
&lt;br /&gt;
-- Shimodax - 2005-11-27&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Shimodax,&lt;br /&gt;
&lt;br /&gt;
Great to see work on a Windows solution, especially from Emtec! (Alas, I let my ZOC registration expire when I switched to Linux). Will you be releasing the source code? &lt;br /&gt;
&lt;br /&gt;
If the 0xC1 sensor is near the southbridge then it will be affected by CPU activity both because of related southbridge activity and by thermal conductance via the motherboard; but I've seen 0xC1 at 47deg and CPU at 59deg (after a long burn-in), so they can't be too close. About the palmrest, IBM actually brags about low palm rest temperature in some of their marketing publication. But ironically the hottest and worst-cooled area of the laptop (where I suspect 0xC1 sits) is in the bottom center right under the touchpad - which tends to coincide with certain anatomical regions... BTW, GPU temp is EC offset 0x7B; there a partial list inside my new fan control script at [[Talk:ACPI_fan_control_script]] (I'll move it to the article page soon).&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 23:20, 27 Nov 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
+LOL+ I wouldn't have expected that anybody would know me :-)&lt;br /&gt;
&lt;br /&gt;
Yes, I'll release source code soon.  I took quite some pain in writing this tool without our proprietary classes and libs in order to be able to release the source (or at least maintain a basic Open Source version).  I'll see if SourceForge accepts the project (applied on Saturday), otherwise I'll have find another place.&lt;br /&gt;
&lt;br /&gt;
Thanks for the info about the GPU ... &lt;br /&gt;
&lt;br /&gt;
Markus&lt;br /&gt;
&lt;br /&gt;
-- Shimodax - 23:42 (CET) - 2005-11-27&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
For the record: the new [http://forum.thinkpads.com/viewtopic.php?p=111974 &amp;quot;Shimodax fan control tool : sharing values&amp;quot;] topic at the thinkpads.com forums tracks some other users' experience with their sensor. So far the only new observation is that sensor 0x7A (3rd) is probably in the vicinity of the the CPU or northbridge.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 12:53, 28 Nov 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Just now I see the C2 higher than C1 and rest of the system for the first time.  Only difference I can think of is the fact that the battery is loading.  I hooked it on with 6% left about 30 minutes ago.  Usage was mainly web broswing (firefox, maybe a webpage with animated gif ads).  C2 triggered the fan at 50Â°C two times.&lt;br /&gt;
&lt;br /&gt;
CPU 42Â°C (0x78)&lt;br /&gt;
APS 41Â°C (0x79)&lt;br /&gt;
X7A 34Â°C (0x7A)&lt;br /&gt;
GPU 44Â°C (0x7B)&lt;br /&gt;
BAT 40Â°C (0x7C)&lt;br /&gt;
BAT 31Â°C (0x7E)&lt;br /&gt;
XC0 40Â°C (0xC0)&lt;br /&gt;
XC1 46Â°C (0xC1)&lt;br /&gt;
XC2 48Â°C (0xC2)&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 00:17 CET - 2005-11-30&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Upon further casual observation I would like to offer the theory that the C2 sensor is indeed related to battery loading and may be located rear/left (under the Esc/F1) on a T43.  See: page 2 on [http://forum.thinkpads.com/viewtopic.php?p=111974 &amp;quot;Shimodax fan control tool : sharing values&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 13:27 CET - 2005-12-01&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I happen to have a photo of that area from the last time I opened my T43, and indeed it looks like there's some power circuitry there:&lt;br /&gt;
&lt;br /&gt;
[[Image:T43-2686-DGU-CDC.jpg|500px|T43 CDC]]&lt;br /&gt;
&lt;br /&gt;
Those two &amp;quot;150 A47L&amp;quot; are just above the ventilation grill. Any idea what they could be?&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 20:11, 1 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Don't know ... they could look like power stabilizing transistors, but I have very little knowledge of electronic (especially of SMD circuits) so that's just wild guessing.&lt;br /&gt;
&lt;br /&gt;
Hoever, the system is currently loading battery again and I played with the fan.  The C2 does react to the fan quite slowly and when I forced the fan off it rose no higher than 55Â°C.   Also from touching the bottom of the laptop, I'd say the hottest part of that area is between the grill and the latch for the DRAM expansion (probably below the thing in the center of your photo).&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 01:53 CET - 2005-12-02&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Makes perfect sense. So 0xC2 sits under the CDC and monitors the power circuitry (not just battery charging, since it also heats up slightly above its environment without a battery). Then XC2-&amp;gt;PWR, I guess. Two more to go: 0x7A and 0xC0 (both are nice and cool here).&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 03:35, 2 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I'll then rename it in my tool with the next release.  Btw, do you have any idea what the APS might be on other models?&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 14:07 CET - 2005-12-03&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
It's easy to check if 0x79 is the HDAPS accelerometer or not: read the HDAPS temperature directly and compare. For getting the HDAPS temperature you can follow the Linux hdaps.c driver, or just reboot to Linux and look at {{path|/sys/bus/platform/drivers/hdaps/hdaps/temp1}} (and at {{path|/proc/acpi/ibm/thermal}} for the first 8 EC sensors). On my T43, the 0x79 always matches the HDAPS sensor (usually identical but sometimes 1 degree off, probably due to a different sampling time). BTW, my [[ACPI_fan_control_script#Variable_speed_control_scripts|ACPI fan control script]] monitors both, just in case.&lt;br /&gt;
&lt;br /&gt;
Speaking of which, the table at the top of that script reflects all knowledge gleaned from the forum.tinkpads.com discussion. Feel free to update it (maybe we should move it to a separate and more spacious page?).&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 15:03, 3 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
For another view of the 0xC2 area, including a peek under the CDC card, see IBM/Lenovo's [http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-51451 CDC removal movie]. There seems to be nothing very exciting visible on the upper side on the motherboard (but judging by the plastic buldge in the bottom of the case, there's probably some circuitry on the underside).&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 16:39, 3 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
I just had the idea that 0xC0 could be the Northbridge chip. See [http://forum.thinkpads.com/viewtopic.php?p=111974 &amp;quot;Shimodax fan control tool : sharing values&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 23:15 CET - 2005-12-05&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Yes, 0xC0 is very much correlated with CPU temperature. But if it's the northbrighe then it's surpsigingly cool, since northbridges usually run pretty hot, and the 815PM has a small surface area and no cooling assembly whatsoever, see here:&lt;br /&gt;
&lt;br /&gt;
[[Image:ThinkPad-T43-under-keyboard-left.jpg|500px|T43 systemboard]] (click to enlarge)&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 00:45, 5 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
Mmmh, I guess I'll remove the keyboard and play with some cooling spray.  It seems that a good part of the inside area can be reached through the opening of the keyboard.&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 23:15 CET - 2005-12-05&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
Just in case - these [http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-50233 instructions and movies] are pretty useful. It looks like the palmrest should be easy to remove too, but I didn't try that.&lt;br /&gt;
&lt;br /&gt;
Keep us posted :-)&lt;br /&gt;
&lt;br /&gt;
And please take plenty of photos! You never know what you'll want to look up later (as with those 0xC2 power chips above).&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 17:34, 6 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
Someone on a [http://thinkpad-forum.de/forum/viewtopic.php?p=29286#29286 German forum] reported that he saw pictures on an U.S. forum where someone said he located the 0xC1 with cooling spray. Seems indeed to be below the left of the touchpad on the mainboard (pictures on the forum article linked above)&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 22:50 CET - 2005-12-06&lt;br /&gt;
----&lt;br /&gt;
Interesting. That's a T40, right? Similar layout but different cooling assembly. Anyway, the T40 didn't have HDAPS, but on the T43 the HDAPS accelerometer chip is just 1 or 2 centimeters down from the location of the chip marked here. And on the T43, sensor 0xC1 and direct HDAPS reads give very different results. So maybe they moved 0xC1 away on the T43? Or, maybe the temperatures read through by HDAPS driver actually come from a separate sensor located elsewhere (unlikely but possible).&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 01:05, 7 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
Yep, that was a T40.  Well, I purchased a can of cooling spray today.  First results without opening the machine indicate 0xC2 is near the grill below the Esc-F3 keys.  The currently still unknown 0x7A cools down if I spray into the PCMCIA slot (also makes sense to place a sensor there, I'd say it is on the mainboard below the slots).&lt;br /&gt;
&lt;br /&gt;
Probably will open the case tonight or tomorrow.  I guess for precise results I'll need to remove the bezel and the fan ... quite an adventure ;-).  Will keep you posted of further results.&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 2005-12-07&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Speaking of the PCMCIA port - I noticed that under heavy CPU load with the fan on, if I insert a PC Card into the slot then the CPU and 0x79 (HDAPS) temperature quickly go up a couple of degrees. This happens even if the PC Card is turned off or not inserted all the way in (no electric contact). Probably blocked airflow.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 20:08, 7 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
I opened the thing today and played around a bit.  Here's my assesment of where the sensors are:&lt;br /&gt;
[http://img363.imageshack.us/img363/545/pc080805custom22ef.jpg Image] (dunno how to upload an image here, feel free to add it to thinkwiki directly).&lt;br /&gt;
&lt;br /&gt;
C1 is most likely the Southbridge chip itself, APS and BUS are the small highlighted chips or very near them.  PWR did not react much to the spray, but does react to spraying throught the grill on the bottom of the case, so it's probably on the underside.&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 2005-12-08&lt;br /&gt;
&lt;br /&gt;
[[Image:T43-thermal-sensors.jpg|ThinkPad T43 thermal sensors|700px]] (click to enlarge)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Shimodax,&lt;br /&gt;
&lt;br /&gt;
Beautiful, beautiful work! Got everything back in working order, I hope, including those pesky screwcap stickers?&lt;br /&gt;
&lt;br /&gt;
This confirms our information/guesses about CPU,GPU,BAT,BAT2,PWR and Southbridge, and solves the mystery of 0x7A (PCMCIA) and 0xCA (Northbridge-RAM bus). A few notes:&lt;br /&gt;
&lt;br /&gt;
* 0x79 is a surprise - it is quite far from the HDAPS acceleromater chip (search for &amp;quot;accelerometer&amp;quot; [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/39t2393.pdf here]), even though it gives the same temperatures as when reading the accelerometer's IO ports. But this explains why 0x89 quickly gets hotter under load when the PCMCIA port is blocked.&lt;br /&gt;
* The mapping is indeed different from the R52 one that people keep citing because of the ibm-acpi documentation - the 2nd and 3rd sensors are ''not'' HDD and Mini-PCI.&lt;br /&gt;
* Some of the chips are a quite distant from the hot components they presumably monitor. Most significantly, when some usage causes the Northbridge to heat up rapidly, by the time sensor 0xC0 says 55 degrees the Northbridge core is probably above 60.&lt;br /&gt;
&lt;br /&gt;
Shimodoax, it would be great if you could upload more (unprocessed) photos, either to the Wiki (using the &amp;quot;Upload file&amp;quot; button on the left navigation bar) or by links. Deserves its own Wikipage, I think. It will save a lot of people the need to open their laptop too... For example, in regard to a discussion from yesterday further up the page - got a clear photo of the fan power connector, by any chance?&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 18:38, 8 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
See [[Thermal sensors]].&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 19:48, 8 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
Just for the record: I did not test the two BAT locations, these were taken from your previous description.  Regarding the other locations, I'm quite sure about them but not 100% definite.  I would not treat them as bullet proof fact until someone else confirms the experiment.&lt;br /&gt;
&lt;br /&gt;
The whole procedure went quite smoothly.  I just found that there were three screws missing in my machine but luckily I had ordered a thinkpad screw kit on Ebay a few days ago.  Also, on my model I did not need the stickers, all screws were without one.  Just mone minor mishap happened when I stuck one of the #2 screws in the wrong hole (there is an empty hole that looks like a screw hole about 4mm from the intended location) and had a hard time getting the screw out.&lt;br /&gt;
&lt;br /&gt;
I still have no idea how to upload stuff here, maybe becaue I don't have an account here.  I do have a couple more pictures, also larger ones, although they are not too great photography.  I'll upload them to the thinkpad forum via imageshack and you can grab them and put them here. &lt;br /&gt;
&lt;br /&gt;
-- Shimodax -- 2005-12-08&lt;br /&gt;
----&lt;br /&gt;
Maybe those missing screws were the 3 optional Torx screws &amp;quot;protecting&amp;quot; the wireless card (lip service to FCC regulations). Yes, uploads require an account (registation is straightforward, and has some perks). BTW, and that extra hole fooled me too. :-)&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 20:45, 8 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
One of the missing screws was the one that secures the HD, the other were two #1 near the front.   &lt;br /&gt;
I just zipped and uploaded the other pictures to our server: [http://www.emtec.com/zzstuff/T43-2668.zip T43-2668.zip].  Feel free to upload or use them anywhere you want.&lt;br /&gt;
&lt;br /&gt;
-- Shimodax -- 2005-12-08&lt;br /&gt;
----&lt;br /&gt;
Thinker, [[Talk:Problem with fan noise#Correct BIOS settings?|this]] could be related. [[User:Piccobello|Piccobello]] 11:12, 25 November 2006 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Southbridge sensor 0xC1 ==&lt;br /&gt;
&lt;br /&gt;
The southbridge on the T43 does not have a built-in thermal sensor, according to its specs (see [[Intel 82801FBM]]). So sensor 0xC1 may be adjacent or on the underside of the system board.&lt;br /&gt;
--Thinker&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
That's possible. Spraying the Southbridge chip did yield the most direct temperature changes, but they were not as quick as I would have expected (I attributed that to the large size of the chip).  So it may indeed be the underside or something near (there wasn't anything visible that looked like the BUS or APS sensors in my picture.)&lt;br /&gt;
&lt;br /&gt;
--Shimodax&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Since the southbridge is the hottest thing around, and moreover has a large ceramic package, it gives the quickest heat exchange with the cooling spray (i.e., it &amp;quot;absorbs the cold&amp;quot; fastest). Thermal conductance through the PCB would then allow the sensor to be anywhere nearby. Similarly for some of the other locations, which to my (untrained) eye look more like power regulation components than sensors. So the actual sensors are probably on the underside (otherwise you'd spot them, and it also makes sense in the bottlenek is the user's lap rather than the chips), in the vicinity of the identified components.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 17:33, 11 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
For what it is worth, the other ones (BUS,APS) did react very directly, even to very targeted and short bursts of cold (in one instance BUS went down to zero with one burst).  Also, they look quite like the thing the user on the thinkpads forum had identified on the T40.  With the southbridge I sprayed that specifically also (just covering the chip) but results were not nearly as direct as with the small chips.  Reason could have been that the chip itself generated heat from the core at the same time but if the SB doesn't have it's own sensor, a themrmal sensor on the underside would fit the observation quite as well (or even better).&lt;br /&gt;
&lt;br /&gt;
--Shimodax&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;APS&amp;quot; sensor 0x79 ==&lt;br /&gt;
&lt;br /&gt;
About the 0x79 sensor: I previously claimed that it's the HDAPS chip, because it gave the same values as reading the the Linux [[hdaps]] driver (which reads ports 0x1600-0x161f directly). This didn't sit well with Shmidoax's cooling spray experiment. Well, my original claim is misguided - it turns out that the interface at ports 0x1600-0x161f also reports stuff unrelated to HDAPS (namely battery information), so it's probably yet another view into the embedded controller and there's no reason to assign its temperature reports to the HDAPS accelerometer.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 00:50, 13 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Embedded controller firmware disassembly ==&lt;br /&gt;
&lt;br /&gt;
[http://forum.thinkpads.com/viewtopic.php?t=20958 This thread] points to, and discusses, a commented (partial) disassembly of the embedded controller. It may provide useful hints about the sensors.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 07:07, 24 February 2006 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== empty screw hole ==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Anybody know what the empty screw hole on the bottom panel is?&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Shiyang&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
There's a screw hole under the Ultrabay slot, for an optional screw that locks in the Ultrabay device. There's also a hole (or two, on the T60) for drainage of spilled liquid from the keyboards.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 13:16, 17 March 2006 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Thermal sensors on X40 ==&lt;br /&gt;
&lt;br /&gt;
I was reading the locations of the sensors reported on other Thinkpads, but they seem to be different on the X40 (results with running Debian Testing).&lt;br /&gt;
&lt;br /&gt;
 $ cat /proc/acpi/ibm/thermal&lt;br /&gt;
 temperatures:   42 43 47 38 -128 -128 -128 -128&lt;br /&gt;
 $ smartctl -A /dev/hda | grep Temperature&lt;br /&gt;
 194 Temperature_Celsius     0x0022   100   072   000    Old_age   Always       -      35 (Lifetime Min/Max 9/54)&lt;br /&gt;
 $ cat /sys/bus/platform/drivers/hdaps/hdaps/temp1&lt;br /&gt;
 39&lt;br /&gt;
&lt;br /&gt;
So I ran some tests. The first thermal sensor show the CPU temperature, it rises significantly when doing CPU-intensive work (e.g. compiling). The second seems to be the GPU/Chipset (since it's an integrated GPU); temperatures on CPU and GPU rise several degrees when running e.g. glxgears. The third sensors I think should be underneath space key/mouse buttons; this is the hottest spot of the laptop and this sensor shows the highest temperatur (ok, this is just a guess). The fourth sensor seems to be related to the wireless mini pci card; its temperature shows a clear correlation to switching power saving on/off for the ipw2100.&lt;br /&gt;
&lt;br /&gt;
With battery put back in the battery's two sensors are shown.&lt;br /&gt;
&lt;br /&gt;
 $ cat /proc/acpi/ibm/thermal&lt;br /&gt;
 temperatures:   42 43 47 42 35 -128 33 -128&lt;br /&gt;
&lt;br /&gt;
None of the sensors show the HDAPS or the HDD temperature.&lt;br /&gt;
The results so far are:&lt;br /&gt;
&lt;br /&gt;
 Index   Location (estimated)&lt;br /&gt;
 1       CPU&lt;br /&gt;
 2       GPU/Chipset&lt;br /&gt;
 3       Unknown&lt;br /&gt;
 4       MiniPCI&lt;br /&gt;
 5       System battery&lt;br /&gt;
 6       n/a&lt;br /&gt;
 7       System battery&lt;br /&gt;
 8       n/a&lt;br /&gt;
&lt;br /&gt;
No sensors show up when reading from ecdump (something wrong here?):&lt;br /&gt;
&lt;br /&gt;
 perl -ne 'print join(&amp;quot; &amp;quot;,map(hex,m/\w+/g)).&amp;quot;\n&amp;quot; if s/^EC 0xc0://' &amp;lt; /proc/acpi/ibm/ecdump&lt;br /&gt;
 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0&lt;br /&gt;
&lt;br /&gt;
Can someone confirm this? Other suggestions?&lt;br /&gt;
&lt;br /&gt;
--shze 11:54, 14 May 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The X40 doesn't have 0xC0 sensors, the HDD temperature you get from the HDD is not available through any other channel in any other thinkpad -- you may have an HDD sensor that is near the HDD in some thinkpads but that's not the same as a sensor inside the HDD :-)&lt;br /&gt;
&lt;br /&gt;
As for the HDAPS temperature being different from the other normal sensors, now THAT is an interesting detail.  Are you sure it is not on the regular sensor list?&lt;br /&gt;
&lt;br /&gt;
--[[User:Hmh|hmh]] 17:07, 14 June 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== T61? ==&lt;br /&gt;
&lt;br /&gt;
There doesn't seem to be any mention of the T61 in this article. Does anyone know about its /proc/acpi/ibm/thermal ? [[User:Zro|Zro]] 05:13, 13 June 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
No, someone will have to open it and do the dirty work.&lt;br /&gt;
&lt;br /&gt;
:Thanks [[User:Lunatico|Lunatico]] for adding the [[Thermal_Sensors#ThinkPad_T61|T61 temp zones]]. My results, however, are a little different. I notice that you have ''position 4'' listed as &amp;quot;n/a&amp;quot;, yet I get a non-null (''not'' -128) result for that sensor position. Is this perhaps a difference w/ single processor vs SMP (multiprocessor) machines? My results are as follows for the record:&lt;br /&gt;
:&amp;lt;pre&amp;gt;temperatures:	46 43 34 54 34 -128 31 -128 39 44 42 -128 -128 -128 -128 -128&amp;lt;/pre&amp;gt;&lt;br /&gt;
:Perhaps on SMP 1&amp;amp;2 are each a cpu then pushing the following results forward 1 position? Any ideas? [[User:Zro|Zro]] 19:51, 13 January 2009 (CET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Well [[User:Zro|Zro]] I'm not sure why that difference. I don't understand what you mean about the single and multiprocessor machines. As far as I know the [http://www.thinkwiki.org/wiki/Category:T61#Standard_Features|T61 comes with Core Duo]. So as far as the 4th sensor I wouldn't have an answer for you. I still haven't got time to figure out sensors 9, 10 and 11 though, if you find that out let me know (and update [http://www.thinkwiki.org/wiki/Thermal_Sensors#ThinkPad_T61|my post]). I also have a T60p which also have some unknown sensors. Thanks! --[[User:Lunatico|Lunatico]] 15:37, 18 January 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I have disassembled my 14&amp;quot; T61 and have through a cooling spray located sensor 10 to be approximately 2cm to the right from where the DIMMs are. So it does NOT appear to be the RAM itself. I have taken a photo, which I am not sure how to post yet, but it looks like a fuse, gray and round, about 4mm in diameter. There are two other fuses, and in fact it may be any of these, they are in close proximity, and these may not even be fuses but thermal sensors themselves. Why it gets hot I do not know, but I know the EC likes to start the fan when the temperature approaches 45*C.&lt;br /&gt;
&lt;br /&gt;
I have found a good deal more, but it is all in the pictures.&lt;br /&gt;
&lt;br /&gt;
If ThinkWiki is interested in compiling any data from them, I ll send these to whoever it may concern.&lt;br /&gt;
--[[User:amn|amn]] 00:52, 6 March 2009 (GMT)&lt;/div&gt;</summary>
		<author><name>Amn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Thermal_Sensors&amp;diff=41916</id>
		<title>Talk:Thermal Sensors</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Thermal_Sensors&amp;diff=41916"/>
		<updated>2009-03-06T00:55:01Z</updated>

		<summary type="html">&lt;p&gt;Amn: Sensor 10 located on T61&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Secret sensor and the cause of fan always on ==&lt;br /&gt;
&lt;br /&gt;
On my {{T43}}, ecdump offsets 0xC0-0xC2 seem to include 3 more temperature sensors that are not seen in {{path|/proc/acpi/ibm/thermal}}:&lt;br /&gt;
 # cat /proc/acpi/ibm/thermal;  &lt;br /&gt;
 temperatures:   44 41 33 42 33 -128 30 -128&lt;br /&gt;
 # perl -ne 'm/^EC 0xc0: .(..) .(..) .(..) / or next; print hex($1).&amp;quot; &amp;quot;.hex($2).&amp;quot; &amp;quot;.hex($3).&amp;quot;\n&amp;quot;' &amp;lt; /proc/acpi/ibm/ecdump&lt;br /&gt;
 40 48 43&lt;br /&gt;
&lt;br /&gt;
Note the &amp;quot;48&amp;quot; entry (EC offset 0xC1). Something's pretty hot even at full full speed (level 7, 4700RPM). This sensor increases very quickly when the system starts (in fact, faster than anything else when the CPU is undervolted and [[fglrx]] is in maximum powersaving).&lt;br /&gt;
&lt;br /&gt;
Now, note this: the fan kicks up from low speed to medium speed whenever this sensor reaches 46 degrees, even if no other sensor changes; and this seems to usually be the first trigger encountered. Moreover, this sensor hovers around 47-48 degrees even on an idle machine. Taken together, '''this fully explains the &amp;quot;fan always on&amp;quot; behavior: a previously-unnoticed sensor that's always hot.'''&lt;br /&gt;
&lt;br /&gt;
Any idea what this sensor is? It seems correlated with WiFi: there's a 2deg difference when I toggle {{path|/sys/bus/pci/drivers/ipw2200/*/rf_kill}} (without ever being associated so this shouldn't affect anything else), and heavy WiFi data transfer increases temperature by several more degrees. This suggests the sensor is located in or close to the mini-PCI slot (i.e., under the touchpad). That region is indeed often hot to the touch. But why would the mini-PCI slot get so hot? Could it be the southbridge, which sits under the mini-PCI slot with no heatsink and poor ventilation? Can anyone correlate this sensor other specific activity, or with blocking of specific ventilation holes, or with cooling of specific components? If it's the mini-PCI slot? The operating temperature of the Intel 2200BG is [ftp://download.intel.com/network/connectivity/resources/doc_library/tech_brief/2200bg_prodbrief.pdf 0-80 deg].&lt;br /&gt;
&lt;br /&gt;
Caveat: this is my experience with a {{T43}} after [[Pentium M undervolting and underclocking|undervolting]] the CPU and activating [[How to make use of Graphics Chips Power Management features|maximal GPU powersaving using fglrx]]. It could be that for other people, other components are the first to trigger. But either way, those are 3 temperature sensors we didn't know of and they're used by the Embedded Controller's algorithm.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 16:20, 20 Nov 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
At the moment I am experimenting with controlling the fan on Windows XP with a self written tool on a {{T43}} (Model 2668 97G).  Having found the information about the secret sensors here I built these into the program and it seems that after starting my cooled (placed outside) {{T43}} the 0xC1 sensor indeed rises fastest but also cools down quite quicky especially if also the CPU is cool.  I have seen it hotter than the CPU but not much cooler, so probably it is a small chip connected to the colling element of the CPU.&lt;br /&gt;
&lt;br /&gt;
The values at 0xC0 and 0xC2 also seem to show temperature values here, while 0xC4 is always at 128.&lt;br /&gt;
&lt;br /&gt;
First experiments indicate that as long as all the temperature value are below 43Â°C the Thinkpad comes up with no fan and stays that way.  (The fan control register at EC offset 0x2F set to 0x80, see the bottom of the [[patch for controlling fan speed]] page for a description of this register).  If 43Â°C are reached on the 0xC1 sensor, the fan kicks in with low speed while 43Â°C on the CPU do not activate the fan.  With regard to the CPU the kick-in seems to be around 48Â°C.&lt;br /&gt;
&lt;br /&gt;
Once the fan is on, it goes off again if all the seonsors drop to the area of 38Â°C or lower (the value may not be precise).  But it hardly happens on it's own, for tests I placed it outside in cold weather.&lt;br /&gt;
&lt;br /&gt;
On [http://forum.thinkpads.com/ forums.thinkpad.com] is a ([http://forum.thinkpads.com/viewtopic.php?t=14580http://forum.thinkpads.com/viewtopic.php?t=14580 discussion]) from users who experimented with physically cooling the North- and Southbridge without success.  In a different thread there a user claimed that he worked with a couple of Thinkpads and silenced them by turning off unused devices, WLAN being among them.&lt;br /&gt;
&lt;br /&gt;
With the XP WLAN device disabled the temperature on 0xC1 stays around 41Â°C here even if there is heavy activity on the CPU.  It rises as soon as the WLAN device is enabled but hardly goes any hotter than 44Â°C.  But I also could not make it go hot at all running on battery.  And the heat reading there somehow more or less follows the value of the CPU.&lt;br /&gt;
&lt;br /&gt;
Bottom line on my {{T43}} (2668 97G): Fan kicks in for CPU around 48Â°C or 0xC1 at 43Â°C and then never goes off again unless you use external cooling.  0xC1 sensor could to be related to WLAN (I'm not really sure about it) and/or is probably placed near the CPU.  It could also have something to do with running the machine no AC rather than battery.&lt;br /&gt;
&lt;br /&gt;
-- Shimdoax - 2005-11-27&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Shimdoax, you said &amp;quot;''I have seen it hotter than the CPU but not much cooler, so probably it is a small chip connected to the colling element of the CPU''&amp;quot;, but also &amp;quot;''the temperature on 0xC1 stays around 41Â°C here even if there is heavy activity on the CPU''&amp;quot;. It follows that your CPU is never much hotter than 41Â°C, which I find unlikely... Anyway, on my T43, sensor 0cC1 is correlated with the CPU but very slightly; it is more correlated with the GPU, but not very much either.&lt;br /&gt;
&lt;br /&gt;
I suspect that sensor 0xC1 sits on the system board under the touchpad, since this is consistent with all of the following:&lt;br /&gt;
* In idle with wireless off, sensor 0xC1 has roughly the same temperature as the GPU (which is adjacent on the system board, under the spacebar and TrackPoint buttons).&lt;br /&gt;
* Correlation with the WLAN card activity (which is sandwiched between the system board and the touchpad).&lt;br /&gt;
* Quick warm-up (the southbridge is also on the system board under the touchpad, and has no heat spreader).&lt;br /&gt;
* Negligible effect of fan speed on 0xC1 temperature (the touchpad area is cramped and lacks decent ventilation, hence has negligible air flow).&lt;br /&gt;
* When I place a 12cm-by-12cm pad of thick thermally isolating material (a folded fleece blanket...) under the touchpad, 0xC1 temperature consistently rises by 2-3 degrees (and cools back when I remove the pad); other sensors seem unaffected.&lt;br /&gt;
&lt;br /&gt;
If this is indeed the case, it's hard to see what can be done (other than using a fan control script with an increased threshold for this sensor). It looks like IBM/Lenovo counted on this area being passively cooled through the bottom of the case - see how the bottom of the laptop is designed to allow air flow under the front quarter? However, once the desk under the laptop has warmed up (or if air flow is blocked, as when the laptop is sitting on the top of a lap), things just cook up. The [http://forum.thinkpads.com/viewtopic.php?t=14580http://forum.thinkpads.com/viewtopic.php?t=14580 mods] which  thermally connet the southbridge to the GPU cooling assembly might improve things a bit, but on my system sensor 0xC1 isn't much hotter than the GPU anyway. Maybe ventilation can be improved by letting in more air through the speaker grills on the front - does anyone know what things looks like, under the very front of the palmrest? This won't solve &amp;quot;fan always on&amp;quot; since it will help only when the fan is on, but it may let the fan run at a lower speed.&lt;br /&gt;
&lt;br /&gt;
BTW, Shimdoax, how are you monitoring/controlling the EC under Windows?&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 18:22, 27 Nov 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Thinker,&lt;br /&gt;
&lt;br /&gt;
I currently don't know where to read the GPU temp from, so I can't say much about it (I'm running XP and have not found drivers or tools that would display the GPU).&lt;br /&gt;
&lt;br /&gt;
However, regarding my experiments: I had the machine on my desk earlier today (when I wrote the post) on AC with WLAN connection to the office network and &amp;quot;Max. Battery Life&amp;quot; Scheme.  I had taken it from the trunk of the car (it's quite cold outside, around freezing).  During the whole experiments the CPU hardly went higher than 46Â°C, most of the time it was around 39Â°C to 43Â°C.  I wasn't very systematic in these tests, these were just first observations.&lt;br /&gt;
&lt;br /&gt;
However, I think I can confirm that the 43Â°C on the C1 triggers the fan on my machine here.  48Â°C to 50Â°C on the CPU also triggers the fan on.  Then I put the laptop outside the window twice.  Temperatures dropped quite quickly and around MAX(CPU, 0xC1) of 38Â°C the fan turned itself off.&lt;br /&gt;
&lt;br /&gt;
Further tests on the WLAN revealed mixed results about correlation.  If the CPU goes up the C1 also goes up, even if WLAN is disabled.  On the other hand I had cases where WLAN (big folder copy) made the C1 rise ahead of the CPU.  The way I tested it, mostly the C1 triggered the fan before the CPU did.  This at least explains why CPU undervolting/clocking doesn't help much.&lt;br /&gt;
&lt;br /&gt;
But I think you're right.  Without custom scripts I guess it will be hard to keep the C1 below 43Â°C.  This value may even be intentional by IBM.  If it is really near the palmrest, higher values may cause burns (I once read about a guy who actually burnt his balls [no joke!] by working with a laptop which had a 42Â°C - 45Â°C battery temp. in his lap for an hour or two).  So they may think that fan noise is preferrable to bad publicity.&lt;br /&gt;
&lt;br /&gt;
Hence I'm not counting on IBM.  Instead I'm currently writing a custom fan control program for XP, that's how I read the EC there.  I'll post a first version [http://forum.thinkpads.com/viewtopic.php?t=17715 here] later today.  Maybe some folks from the hardware modding thread will help to locate the sensors with some cooling spray.&lt;br /&gt;
&lt;br /&gt;
-- Shimodax - 2005-11-27&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Shimodax,&lt;br /&gt;
&lt;br /&gt;
Great to see work on a Windows solution, especially from Emtec! (Alas, I let my ZOC registration expire when I switched to Linux). Will you be releasing the source code? &lt;br /&gt;
&lt;br /&gt;
If the 0xC1 sensor is near the southbridge then it will be affected by CPU activity both because of related southbridge activity and by thermal conductance via the motherboard; but I've seen 0xC1 at 47deg and CPU at 59deg (after a long burn-in), so they can't be too close. About the palmrest, IBM actually brags about low palm rest temperature in some of their marketing publication. But ironically the hottest and worst-cooled area of the laptop (where I suspect 0xC1 sits) is in the bottom center right under the touchpad - which tends to coincide with certain anatomical regions... BTW, GPU temp is EC offset 0x7B; there a partial list inside my new fan control script at [[Talk:ACPI_fan_control_script]] (I'll move it to the article page soon).&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 23:20, 27 Nov 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
+LOL+ I wouldn't have expected that anybody would know me :-)&lt;br /&gt;
&lt;br /&gt;
Yes, I'll release source code soon.  I took quite some pain in writing this tool without our proprietary classes and libs in order to be able to release the source (or at least maintain a basic Open Source version).  I'll see if SourceForge accepts the project (applied on Saturday), otherwise I'll have find another place.&lt;br /&gt;
&lt;br /&gt;
Thanks for the info about the GPU ... &lt;br /&gt;
&lt;br /&gt;
Markus&lt;br /&gt;
&lt;br /&gt;
-- Shimodax - 23:42 (CET) - 2005-11-27&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
For the record: the new [http://forum.thinkpads.com/viewtopic.php?p=111974 &amp;quot;Shimodax fan control tool : sharing values&amp;quot;] topic at the thinkpads.com forums tracks some other users' experience with their sensor. So far the only new observation is that sensor 0x7A (3rd) is probably in the vicinity of the the CPU or northbridge.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 12:53, 28 Nov 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Just now I see the C2 higher than C1 and rest of the system for the first time.  Only difference I can think of is the fact that the battery is loading.  I hooked it on with 6% left about 30 minutes ago.  Usage was mainly web broswing (firefox, maybe a webpage with animated gif ads).  C2 triggered the fan at 50Â°C two times.&lt;br /&gt;
&lt;br /&gt;
CPU 42Â°C (0x78)&lt;br /&gt;
APS 41Â°C (0x79)&lt;br /&gt;
X7A 34Â°C (0x7A)&lt;br /&gt;
GPU 44Â°C (0x7B)&lt;br /&gt;
BAT 40Â°C (0x7C)&lt;br /&gt;
BAT 31Â°C (0x7E)&lt;br /&gt;
XC0 40Â°C (0xC0)&lt;br /&gt;
XC1 46Â°C (0xC1)&lt;br /&gt;
XC2 48Â°C (0xC2)&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 00:17 CET - 2005-11-30&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Upon further casual observation I would like to offer the theory that the C2 sensor is indeed related to battery loading and may be located rear/left (under the Esc/F1) on a T43.  See: page 2 on [http://forum.thinkpads.com/viewtopic.php?p=111974 &amp;quot;Shimodax fan control tool : sharing values&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 13:27 CET - 2005-12-01&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I happen to have a photo of that area from the last time I opened my T43, and indeed it looks like there's some power circuitry there:&lt;br /&gt;
&lt;br /&gt;
[[Image:T43-2686-DGU-CDC.jpg|500px|T43 CDC]]&lt;br /&gt;
&lt;br /&gt;
Those two &amp;quot;150 A47L&amp;quot; are just above the ventilation grill. Any idea what they could be?&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 20:11, 1 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Don't know ... they could look like power stabilizing transistors, but I have very little knowledge of electronic (especially of SMD circuits) so that's just wild guessing.&lt;br /&gt;
&lt;br /&gt;
Hoever, the system is currently loading battery again and I played with the fan.  The C2 does react to the fan quite slowly and when I forced the fan off it rose no higher than 55Â°C.   Also from touching the bottom of the laptop, I'd say the hottest part of that area is between the grill and the latch for the DRAM expansion (probably below the thing in the center of your photo).&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 01:53 CET - 2005-12-02&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Makes perfect sense. So 0xC2 sits under the CDC and monitors the power circuitry (not just battery charging, since it also heats up slightly above its environment without a battery). Then XC2-&amp;gt;PWR, I guess. Two more to go: 0x7A and 0xC0 (both are nice and cool here).&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 03:35, 2 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I'll then rename it in my tool with the next release.  Btw, do you have any idea what the APS might be on other models?&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 14:07 CET - 2005-12-03&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
It's easy to check if 0x79 is the HDAPS accelerometer or not: read the HDAPS temperature directly and compare. For getting the HDAPS temperature you can follow the Linux hdaps.c driver, or just reboot to Linux and look at {{path|/sys/bus/platform/drivers/hdaps/hdaps/temp1}} (and at {{path|/proc/acpi/ibm/thermal}} for the first 8 EC sensors). On my T43, the 0x79 always matches the HDAPS sensor (usually identical but sometimes 1 degree off, probably due to a different sampling time). BTW, my [[ACPI_fan_control_script#Variable_speed_control_scripts|ACPI fan control script]] monitors both, just in case.&lt;br /&gt;
&lt;br /&gt;
Speaking of which, the table at the top of that script reflects all knowledge gleaned from the forum.tinkpads.com discussion. Feel free to update it (maybe we should move it to a separate and more spacious page?).&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 15:03, 3 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
For another view of the 0xC2 area, including a peek under the CDC card, see IBM/Lenovo's [http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-51451 CDC removal movie]. There seems to be nothing very exciting visible on the upper side on the motherboard (but judging by the plastic buldge in the bottom of the case, there's probably some circuitry on the underside).&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 16:39, 3 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
I just had the idea that 0xC0 could be the Northbridge chip. See [http://forum.thinkpads.com/viewtopic.php?p=111974 &amp;quot;Shimodax fan control tool : sharing values&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 23:15 CET - 2005-12-05&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Yes, 0xC0 is very much correlated with CPU temperature. But if it's the northbrighe then it's surpsigingly cool, since northbridges usually run pretty hot, and the 815PM has a small surface area and no cooling assembly whatsoever, see here:&lt;br /&gt;
&lt;br /&gt;
[[Image:ThinkPad-T43-under-keyboard-left.jpg|500px|T43 systemboard]] (click to enlarge)&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 00:45, 5 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
Mmmh, I guess I'll remove the keyboard and play with some cooling spray.  It seems that a good part of the inside area can be reached through the opening of the keyboard.&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 23:15 CET - 2005-12-05&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
Just in case - these [http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-50233 instructions and movies] are pretty useful. It looks like the palmrest should be easy to remove too, but I didn't try that.&lt;br /&gt;
&lt;br /&gt;
Keep us posted :-)&lt;br /&gt;
&lt;br /&gt;
And please take plenty of photos! You never know what you'll want to look up later (as with those 0xC2 power chips above).&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 17:34, 6 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
Someone on a [http://thinkpad-forum.de/forum/viewtopic.php?p=29286#29286 German forum] reported that he saw pictures on an U.S. forum where someone said he located the 0xC1 with cooling spray. Seems indeed to be below the left of the touchpad on the mainboard (pictures on the forum article linked above)&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 22:50 CET - 2005-12-06&lt;br /&gt;
----&lt;br /&gt;
Interesting. That's a T40, right? Similar layout but different cooling assembly. Anyway, the T40 didn't have HDAPS, but on the T43 the HDAPS accelerometer chip is just 1 or 2 centimeters down from the location of the chip marked here. And on the T43, sensor 0xC1 and direct HDAPS reads give very different results. So maybe they moved 0xC1 away on the T43? Or, maybe the temperatures read through by HDAPS driver actually come from a separate sensor located elsewhere (unlikely but possible).&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 01:05, 7 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
Yep, that was a T40.  Well, I purchased a can of cooling spray today.  First results without opening the machine indicate 0xC2 is near the grill below the Esc-F3 keys.  The currently still unknown 0x7A cools down if I spray into the PCMCIA slot (also makes sense to place a sensor there, I'd say it is on the mainboard below the slots).&lt;br /&gt;
&lt;br /&gt;
Probably will open the case tonight or tomorrow.  I guess for precise results I'll need to remove the bezel and the fan ... quite an adventure ;-).  Will keep you posted of further results.&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 2005-12-07&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Speaking of the PCMCIA port - I noticed that under heavy CPU load with the fan on, if I insert a PC Card into the slot then the CPU and 0x79 (HDAPS) temperature quickly go up a couple of degrees. This happens even if the PC Card is turned off or not inserted all the way in (no electric contact). Probably blocked airflow.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 20:08, 7 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
I opened the thing today and played around a bit.  Here's my assesment of where the sensors are:&lt;br /&gt;
[http://img363.imageshack.us/img363/545/pc080805custom22ef.jpg Image] (dunno how to upload an image here, feel free to add it to thinkwiki directly).&lt;br /&gt;
&lt;br /&gt;
C1 is most likely the Southbridge chip itself, APS and BUS are the small highlighted chips or very near them.  PWR did not react much to the spray, but does react to spraying throught the grill on the bottom of the case, so it's probably on the underside.&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 2005-12-08&lt;br /&gt;
&lt;br /&gt;
[[Image:T43-thermal-sensors.jpg|ThinkPad T43 thermal sensors|700px]] (click to enlarge)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Shimodax,&lt;br /&gt;
&lt;br /&gt;
Beautiful, beautiful work! Got everything back in working order, I hope, including those pesky screwcap stickers?&lt;br /&gt;
&lt;br /&gt;
This confirms our information/guesses about CPU,GPU,BAT,BAT2,PWR and Southbridge, and solves the mystery of 0x7A (PCMCIA) and 0xCA (Northbridge-RAM bus). A few notes:&lt;br /&gt;
&lt;br /&gt;
* 0x79 is a surprise - it is quite far from the HDAPS acceleromater chip (search for &amp;quot;accelerometer&amp;quot; [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/39t2393.pdf here]), even though it gives the same temperatures as when reading the accelerometer's IO ports. But this explains why 0x89 quickly gets hotter under load when the PCMCIA port is blocked.&lt;br /&gt;
* The mapping is indeed different from the R52 one that people keep citing because of the ibm-acpi documentation - the 2nd and 3rd sensors are ''not'' HDD and Mini-PCI.&lt;br /&gt;
* Some of the chips are a quite distant from the hot components they presumably monitor. Most significantly, when some usage causes the Northbridge to heat up rapidly, by the time sensor 0xC0 says 55 degrees the Northbridge core is probably above 60.&lt;br /&gt;
&lt;br /&gt;
Shimodoax, it would be great if you could upload more (unprocessed) photos, either to the Wiki (using the &amp;quot;Upload file&amp;quot; button on the left navigation bar) or by links. Deserves its own Wikipage, I think. It will save a lot of people the need to open their laptop too... For example, in regard to a discussion from yesterday further up the page - got a clear photo of the fan power connector, by any chance?&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 18:38, 8 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
See [[Thermal sensors]].&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 19:48, 8 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
Just for the record: I did not test the two BAT locations, these were taken from your previous description.  Regarding the other locations, I'm quite sure about them but not 100% definite.  I would not treat them as bullet proof fact until someone else confirms the experiment.&lt;br /&gt;
&lt;br /&gt;
The whole procedure went quite smoothly.  I just found that there were three screws missing in my machine but luckily I had ordered a thinkpad screw kit on Ebay a few days ago.  Also, on my model I did not need the stickers, all screws were without one.  Just mone minor mishap happened when I stuck one of the #2 screws in the wrong hole (there is an empty hole that looks like a screw hole about 4mm from the intended location) and had a hard time getting the screw out.&lt;br /&gt;
&lt;br /&gt;
I still have no idea how to upload stuff here, maybe becaue I don't have an account here.  I do have a couple more pictures, also larger ones, although they are not too great photography.  I'll upload them to the thinkpad forum via imageshack and you can grab them and put them here. &lt;br /&gt;
&lt;br /&gt;
-- Shimodax -- 2005-12-08&lt;br /&gt;
----&lt;br /&gt;
Maybe those missing screws were the 3 optional Torx screws &amp;quot;protecting&amp;quot; the wireless card (lip service to FCC regulations). Yes, uploads require an account (registation is straightforward, and has some perks). BTW, and that extra hole fooled me too. :-)&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 20:45, 8 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
One of the missing screws was the one that secures the HD, the other were two #1 near the front.   &lt;br /&gt;
I just zipped and uploaded the other pictures to our server: [http://www.emtec.com/zzstuff/T43-2668.zip T43-2668.zip].  Feel free to upload or use them anywhere you want.&lt;br /&gt;
&lt;br /&gt;
-- Shimodax -- 2005-12-08&lt;br /&gt;
----&lt;br /&gt;
Thinker, [[Talk:Problem with fan noise#Correct BIOS settings?|this]] could be related. [[User:Piccobello|Piccobello]] 11:12, 25 November 2006 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Southbridge sensor 0xC1 ==&lt;br /&gt;
&lt;br /&gt;
The southbridge on the T43 does not have a built-in thermal sensor, according to its specs (see [[Intel 82801FBM]]). So sensor 0xC1 may be adjacent or on the underside of the system board.&lt;br /&gt;
--Thinker&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
That's possible. Spraying the Southbridge chip did yield the most direct temperature changes, but they were not as quick as I would have expected (I attributed that to the large size of the chip).  So it may indeed be the underside or something near (there wasn't anything visible that looked like the BUS or APS sensors in my picture.)&lt;br /&gt;
&lt;br /&gt;
--Shimodax&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Since the southbridge is the hottest thing around, and moreover has a large ceramic package, it gives the quickest heat exchange with the cooling spray (i.e., it &amp;quot;absorbs the cold&amp;quot; fastest). Thermal conductance through the PCB would then allow the sensor to be anywhere nearby. Similarly for some of the other locations, which to my (untrained) eye look more like power regulation components than sensors. So the actual sensors are probably on the underside (otherwise you'd spot them, and it also makes sense in the bottlenek is the user's lap rather than the chips), in the vicinity of the identified components.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 17:33, 11 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
For what it is worth, the other ones (BUS,APS) did react very directly, even to very targeted and short bursts of cold (in one instance BUS went down to zero with one burst).  Also, they look quite like the thing the user on the thinkpads forum had identified on the T40.  With the southbridge I sprayed that specifically also (just covering the chip) but results were not nearly as direct as with the small chips.  Reason could have been that the chip itself generated heat from the core at the same time but if the SB doesn't have it's own sensor, a themrmal sensor on the underside would fit the observation quite as well (or even better).&lt;br /&gt;
&lt;br /&gt;
--Shimodax&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;APS&amp;quot; sensor 0x79 ==&lt;br /&gt;
&lt;br /&gt;
About the 0x79 sensor: I previously claimed that it's the HDAPS chip, because it gave the same values as reading the the Linux [[hdaps]] driver (which reads ports 0x1600-0x161f directly). This didn't sit well with Shmidoax's cooling spray experiment. Well, my original claim is misguided - it turns out that the interface at ports 0x1600-0x161f also reports stuff unrelated to HDAPS (namely battery information), so it's probably yet another view into the embedded controller and there's no reason to assign its temperature reports to the HDAPS accelerometer.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 00:50, 13 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Embedded controller firmware disassembly ==&lt;br /&gt;
&lt;br /&gt;
[http://forum.thinkpads.com/viewtopic.php?t=20958 This thread] points to, and discusses, a commented (partial) disassembly of the embedded controller. It may provide useful hints about the sensors.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 07:07, 24 February 2006 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== empty screw hole ==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Anybody know what the empty screw hole on the bottom panel is?&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Shiyang&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
There's a screw hole under the Ultrabay slot, for an optional screw that locks in the Ultrabay device. There's also a hole (or two, on the T60) for drainage of spilled liquid from the keyboards.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 13:16, 17 March 2006 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Thermal sensors on X40 ==&lt;br /&gt;
&lt;br /&gt;
I was reading the locations of the sensors reported on other Thinkpads, but they seem to be different on the X40 (results with running Debian Testing).&lt;br /&gt;
&lt;br /&gt;
 $ cat /proc/acpi/ibm/thermal&lt;br /&gt;
 temperatures:   42 43 47 38 -128 -128 -128 -128&lt;br /&gt;
 $ smartctl -A /dev/hda | grep Temperature&lt;br /&gt;
 194 Temperature_Celsius     0x0022   100   072   000    Old_age   Always       -      35 (Lifetime Min/Max 9/54)&lt;br /&gt;
 $ cat /sys/bus/platform/drivers/hdaps/hdaps/temp1&lt;br /&gt;
 39&lt;br /&gt;
&lt;br /&gt;
So I ran some tests. The first thermal sensor show the CPU temperature, it rises significantly when doing CPU-intensive work (e.g. compiling). The second seems to be the GPU/Chipset (since it's an integrated GPU); temperatures on CPU and GPU rise several degrees when running e.g. glxgears. The third sensors I think should be underneath space key/mouse buttons; this is the hottest spot of the laptop and this sensor shows the highest temperatur (ok, this is just a guess). The fourth sensor seems to be related to the wireless mini pci card; its temperature shows a clear correlation to switching power saving on/off for the ipw2100.&lt;br /&gt;
&lt;br /&gt;
With battery put back in the battery's two sensors are shown.&lt;br /&gt;
&lt;br /&gt;
 $ cat /proc/acpi/ibm/thermal&lt;br /&gt;
 temperatures:   42 43 47 42 35 -128 33 -128&lt;br /&gt;
&lt;br /&gt;
None of the sensors show the HDAPS or the HDD temperature.&lt;br /&gt;
The results so far are:&lt;br /&gt;
&lt;br /&gt;
 Index   Location (estimated)&lt;br /&gt;
 1       CPU&lt;br /&gt;
 2       GPU/Chipset&lt;br /&gt;
 3       Unknown&lt;br /&gt;
 4       MiniPCI&lt;br /&gt;
 5       System battery&lt;br /&gt;
 6       n/a&lt;br /&gt;
 7       System battery&lt;br /&gt;
 8       n/a&lt;br /&gt;
&lt;br /&gt;
No sensors show up when reading from ecdump (something wrong here?):&lt;br /&gt;
&lt;br /&gt;
 perl -ne 'print join(&amp;quot; &amp;quot;,map(hex,m/\w+/g)).&amp;quot;\n&amp;quot; if s/^EC 0xc0://' &amp;lt; /proc/acpi/ibm/ecdump&lt;br /&gt;
 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0&lt;br /&gt;
&lt;br /&gt;
Can someone confirm this? Other suggestions?&lt;br /&gt;
&lt;br /&gt;
--shze 11:54, 14 May 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The X40 doesn't have 0xC0 sensors, the HDD temperature you get from the HDD is not available through any other channel in any other thinkpad -- you may have an HDD sensor that is near the HDD in some thinkpads but that's not the same as a sensor inside the HDD :-)&lt;br /&gt;
&lt;br /&gt;
As for the HDAPS temperature being different from the other normal sensors, now THAT is an interesting detail.  Are you sure it is not on the regular sensor list?&lt;br /&gt;
&lt;br /&gt;
--[[User:Hmh|hmh]] 17:07, 14 June 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== T61? ==&lt;br /&gt;
&lt;br /&gt;
There doesn't seem to be any mention of the T61 in this article. Does anyone know about its /proc/acpi/ibm/thermal ? [[User:Zro|Zro]] 05:13, 13 June 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
No, someone will have to open it and do the dirty work.&lt;br /&gt;
&lt;br /&gt;
:Thanks [[User:Lunatico|Lunatico]] for adding the [[Thermal_Sensors#ThinkPad_T61|T61 temp zones]]. My results, however, are a little different. I notice that you have ''position 4'' listed as &amp;quot;n/a&amp;quot;, yet I get a non-null (''not'' -128) result for that sensor position. Is this perhaps a difference w/ single processor vs SMP (multiprocessor) machines? My results are as follows for the record:&lt;br /&gt;
:&amp;lt;pre&amp;gt;temperatures:	46 43 34 54 34 -128 31 -128 39 44 42 -128 -128 -128 -128 -128&amp;lt;/pre&amp;gt;&lt;br /&gt;
:Perhaps on SMP 1&amp;amp;2 are each a cpu then pushing the following results forward 1 position? Any ideas? [[User:Zro|Zro]] 19:51, 13 January 2009 (CET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Well [[User:Zro|Zro]] I'm not sure why that difference. I don't understand what you mean about the single and multiprocessor machines. As far as I know the [http://www.thinkwiki.org/wiki/Category:T61#Standard_Features|T61 comes with Core Duo]. So as far as the 4th sensor I wouldn't have an answer for you. I still haven't got time to figure out sensors 9, 10 and 11 though, if you find that out let me know (and update [http://www.thinkwiki.org/wiki/Thermal_Sensors#ThinkPad_T61|my post]). I also have a T60p which also have some unknown sensors. Thanks! --[[User:Lunatico|Lunatico]] 15:37, 18 January 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
T61: It appears the sensor 10 (/proc/acpi/ibm/thermal, counted from 1) is the RAM module(s). The strange thing is (and I would like to hear reports from other TP owners) that it is quite resilient to cooling, meaning that in active use it stubbornly hovers around 43*C, and only goes up from there slowly, with the fan kicking at ~3300 RPM but not achieving any spectacular results, with the sensor reading around 45*C (and up to 48*C, which is the highest I observed). The effect is a loud laptop because of a single sensor/area. This is either poor cooling design or some bad design decisions that have to do with RAM. The hot area appears to be bottom side, under the touchpad area, slightly to the right (towards harddrive). Harddrive is 30*C. 14&amp;quot; WXGA+ T61, RAM: 2x1Gb, HDD: Seagate ST910021AS, Intel GMA X3100, Bluetooth, w/o Fingerprint reader. &lt;br /&gt;
--[[User:amn|amn]] 20:00, 1 February 2009 (GMT)&lt;br /&gt;
&lt;br /&gt;
Ok, I have disassembled my 14&amp;quot; T61 and have through a cooling spray located sensor 10 to be approximately 2cm to the right from where the DIMMs are. So it does NOT appear to be the RAM itself. I have taken a photo, which I am not sure how to post yet, but it looks like a fuse, gray and round, about 4mm in diameter. There are two other fuses, and in fact it may be any of these, they are in close proximity, and these may not even be fuses but thermal sensors themselves. Why it gets hot I do not know, but I know the EC likes to start the fan when the temperature approaches 45*C.&lt;br /&gt;
&lt;br /&gt;
I have found a good deal more, but it is all in the pictures.&lt;br /&gt;
&lt;br /&gt;
If ThinkWiki is interested in compiling any data from them, I ll send these to whoever it may concern.&lt;br /&gt;
--[[User:amn|amn]] 00:52, 6 March 2009 (GMT)&lt;/div&gt;</summary>
		<author><name>Amn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Thermal_Sensors&amp;diff=41915</id>
		<title>Talk:Thermal Sensors</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Thermal_Sensors&amp;diff=41915"/>
		<updated>2009-03-06T00:52:48Z</updated>

		<summary type="html">&lt;p&gt;Amn: /* Sensor 10 located on T61 */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Secret sensor and the cause of fan always on ==&lt;br /&gt;
&lt;br /&gt;
On my {{T43}}, ecdump offsets 0xC0-0xC2 seem to include 3 more temperature sensors that are not seen in {{path|/proc/acpi/ibm/thermal}}:&lt;br /&gt;
 # cat /proc/acpi/ibm/thermal;  &lt;br /&gt;
 temperatures:   44 41 33 42 33 -128 30 -128&lt;br /&gt;
 # perl -ne 'm/^EC 0xc0: .(..) .(..) .(..) / or next; print hex($1).&amp;quot; &amp;quot;.hex($2).&amp;quot; &amp;quot;.hex($3).&amp;quot;\n&amp;quot;' &amp;lt; /proc/acpi/ibm/ecdump&lt;br /&gt;
 40 48 43&lt;br /&gt;
&lt;br /&gt;
Note the &amp;quot;48&amp;quot; entry (EC offset 0xC1). Something's pretty hot even at full full speed (level 7, 4700RPM). This sensor increases very quickly when the system starts (in fact, faster than anything else when the CPU is undervolted and [[fglrx]] is in maximum powersaving).&lt;br /&gt;
&lt;br /&gt;
Now, note this: the fan kicks up from low speed to medium speed whenever this sensor reaches 46 degrees, even if no other sensor changes; and this seems to usually be the first trigger encountered. Moreover, this sensor hovers around 47-48 degrees even on an idle machine. Taken together, '''this fully explains the &amp;quot;fan always on&amp;quot; behavior: a previously-unnoticed sensor that's always hot.'''&lt;br /&gt;
&lt;br /&gt;
Any idea what this sensor is? It seems correlated with WiFi: there's a 2deg difference when I toggle {{path|/sys/bus/pci/drivers/ipw2200/*/rf_kill}} (without ever being associated so this shouldn't affect anything else), and heavy WiFi data transfer increases temperature by several more degrees. This suggests the sensor is located in or close to the mini-PCI slot (i.e., under the touchpad). That region is indeed often hot to the touch. But why would the mini-PCI slot get so hot? Could it be the southbridge, which sits under the mini-PCI slot with no heatsink and poor ventilation? Can anyone correlate this sensor other specific activity, or with blocking of specific ventilation holes, or with cooling of specific components? If it's the mini-PCI slot? The operating temperature of the Intel 2200BG is [ftp://download.intel.com/network/connectivity/resources/doc_library/tech_brief/2200bg_prodbrief.pdf 0-80 deg].&lt;br /&gt;
&lt;br /&gt;
Caveat: this is my experience with a {{T43}} after [[Pentium M undervolting and underclocking|undervolting]] the CPU and activating [[How to make use of Graphics Chips Power Management features|maximal GPU powersaving using fglrx]]. It could be that for other people, other components are the first to trigger. But either way, those are 3 temperature sensors we didn't know of and they're used by the Embedded Controller's algorithm.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 16:20, 20 Nov 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
At the moment I am experimenting with controlling the fan on Windows XP with a self written tool on a {{T43}} (Model 2668 97G).  Having found the information about the secret sensors here I built these into the program and it seems that after starting my cooled (placed outside) {{T43}} the 0xC1 sensor indeed rises fastest but also cools down quite quicky especially if also the CPU is cool.  I have seen it hotter than the CPU but not much cooler, so probably it is a small chip connected to the colling element of the CPU.&lt;br /&gt;
&lt;br /&gt;
The values at 0xC0 and 0xC2 also seem to show temperature values here, while 0xC4 is always at 128.&lt;br /&gt;
&lt;br /&gt;
First experiments indicate that as long as all the temperature value are below 43Â°C the Thinkpad comes up with no fan and stays that way.  (The fan control register at EC offset 0x2F set to 0x80, see the bottom of the [[patch for controlling fan speed]] page for a description of this register).  If 43Â°C are reached on the 0xC1 sensor, the fan kicks in with low speed while 43Â°C on the CPU do not activate the fan.  With regard to the CPU the kick-in seems to be around 48Â°C.&lt;br /&gt;
&lt;br /&gt;
Once the fan is on, it goes off again if all the seonsors drop to the area of 38Â°C or lower (the value may not be precise).  But it hardly happens on it's own, for tests I placed it outside in cold weather.&lt;br /&gt;
&lt;br /&gt;
On [http://forum.thinkpads.com/ forums.thinkpad.com] is a ([http://forum.thinkpads.com/viewtopic.php?t=14580http://forum.thinkpads.com/viewtopic.php?t=14580 discussion]) from users who experimented with physically cooling the North- and Southbridge without success.  In a different thread there a user claimed that he worked with a couple of Thinkpads and silenced them by turning off unused devices, WLAN being among them.&lt;br /&gt;
&lt;br /&gt;
With the XP WLAN device disabled the temperature on 0xC1 stays around 41Â°C here even if there is heavy activity on the CPU.  It rises as soon as the WLAN device is enabled but hardly goes any hotter than 44Â°C.  But I also could not make it go hot at all running on battery.  And the heat reading there somehow more or less follows the value of the CPU.&lt;br /&gt;
&lt;br /&gt;
Bottom line on my {{T43}} (2668 97G): Fan kicks in for CPU around 48Â°C or 0xC1 at 43Â°C and then never goes off again unless you use external cooling.  0xC1 sensor could to be related to WLAN (I'm not really sure about it) and/or is probably placed near the CPU.  It could also have something to do with running the machine no AC rather than battery.&lt;br /&gt;
&lt;br /&gt;
-- Shimdoax - 2005-11-27&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Shimdoax, you said &amp;quot;''I have seen it hotter than the CPU but not much cooler, so probably it is a small chip connected to the colling element of the CPU''&amp;quot;, but also &amp;quot;''the temperature on 0xC1 stays around 41Â°C here even if there is heavy activity on the CPU''&amp;quot;. It follows that your CPU is never much hotter than 41Â°C, which I find unlikely... Anyway, on my T43, sensor 0cC1 is correlated with the CPU but very slightly; it is more correlated with the GPU, but not very much either.&lt;br /&gt;
&lt;br /&gt;
I suspect that sensor 0xC1 sits on the system board under the touchpad, since this is consistent with all of the following:&lt;br /&gt;
* In idle with wireless off, sensor 0xC1 has roughly the same temperature as the GPU (which is adjacent on the system board, under the spacebar and TrackPoint buttons).&lt;br /&gt;
* Correlation with the WLAN card activity (which is sandwiched between the system board and the touchpad).&lt;br /&gt;
* Quick warm-up (the southbridge is also on the system board under the touchpad, and has no heat spreader).&lt;br /&gt;
* Negligible effect of fan speed on 0xC1 temperature (the touchpad area is cramped and lacks decent ventilation, hence has negligible air flow).&lt;br /&gt;
* When I place a 12cm-by-12cm pad of thick thermally isolating material (a folded fleece blanket...) under the touchpad, 0xC1 temperature consistently rises by 2-3 degrees (and cools back when I remove the pad); other sensors seem unaffected.&lt;br /&gt;
&lt;br /&gt;
If this is indeed the case, it's hard to see what can be done (other than using a fan control script with an increased threshold for this sensor). It looks like IBM/Lenovo counted on this area being passively cooled through the bottom of the case - see how the bottom of the laptop is designed to allow air flow under the front quarter? However, once the desk under the laptop has warmed up (or if air flow is blocked, as when the laptop is sitting on the top of a lap), things just cook up. The [http://forum.thinkpads.com/viewtopic.php?t=14580http://forum.thinkpads.com/viewtopic.php?t=14580 mods] which  thermally connet the southbridge to the GPU cooling assembly might improve things a bit, but on my system sensor 0xC1 isn't much hotter than the GPU anyway. Maybe ventilation can be improved by letting in more air through the speaker grills on the front - does anyone know what things looks like, under the very front of the palmrest? This won't solve &amp;quot;fan always on&amp;quot; since it will help only when the fan is on, but it may let the fan run at a lower speed.&lt;br /&gt;
&lt;br /&gt;
BTW, Shimdoax, how are you monitoring/controlling the EC under Windows?&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 18:22, 27 Nov 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Thinker,&lt;br /&gt;
&lt;br /&gt;
I currently don't know where to read the GPU temp from, so I can't say much about it (I'm running XP and have not found drivers or tools that would display the GPU).&lt;br /&gt;
&lt;br /&gt;
However, regarding my experiments: I had the machine on my desk earlier today (when I wrote the post) on AC with WLAN connection to the office network and &amp;quot;Max. Battery Life&amp;quot; Scheme.  I had taken it from the trunk of the car (it's quite cold outside, around freezing).  During the whole experiments the CPU hardly went higher than 46Â°C, most of the time it was around 39Â°C to 43Â°C.  I wasn't very systematic in these tests, these were just first observations.&lt;br /&gt;
&lt;br /&gt;
However, I think I can confirm that the 43Â°C on the C1 triggers the fan on my machine here.  48Â°C to 50Â°C on the CPU also triggers the fan on.  Then I put the laptop outside the window twice.  Temperatures dropped quite quickly and around MAX(CPU, 0xC1) of 38Â°C the fan turned itself off.&lt;br /&gt;
&lt;br /&gt;
Further tests on the WLAN revealed mixed results about correlation.  If the CPU goes up the C1 also goes up, even if WLAN is disabled.  On the other hand I had cases where WLAN (big folder copy) made the C1 rise ahead of the CPU.  The way I tested it, mostly the C1 triggered the fan before the CPU did.  This at least explains why CPU undervolting/clocking doesn't help much.&lt;br /&gt;
&lt;br /&gt;
But I think you're right.  Without custom scripts I guess it will be hard to keep the C1 below 43Â°C.  This value may even be intentional by IBM.  If it is really near the palmrest, higher values may cause burns (I once read about a guy who actually burnt his balls [no joke!] by working with a laptop which had a 42Â°C - 45Â°C battery temp. in his lap for an hour or two).  So they may think that fan noise is preferrable to bad publicity.&lt;br /&gt;
&lt;br /&gt;
Hence I'm not counting on IBM.  Instead I'm currently writing a custom fan control program for XP, that's how I read the EC there.  I'll post a first version [http://forum.thinkpads.com/viewtopic.php?t=17715 here] later today.  Maybe some folks from the hardware modding thread will help to locate the sensors with some cooling spray.&lt;br /&gt;
&lt;br /&gt;
-- Shimodax - 2005-11-27&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Shimodax,&lt;br /&gt;
&lt;br /&gt;
Great to see work on a Windows solution, especially from Emtec! (Alas, I let my ZOC registration expire when I switched to Linux). Will you be releasing the source code? &lt;br /&gt;
&lt;br /&gt;
If the 0xC1 sensor is near the southbridge then it will be affected by CPU activity both because of related southbridge activity and by thermal conductance via the motherboard; but I've seen 0xC1 at 47deg and CPU at 59deg (after a long burn-in), so they can't be too close. About the palmrest, IBM actually brags about low palm rest temperature in some of their marketing publication. But ironically the hottest and worst-cooled area of the laptop (where I suspect 0xC1 sits) is in the bottom center right under the touchpad - which tends to coincide with certain anatomical regions... BTW, GPU temp is EC offset 0x7B; there a partial list inside my new fan control script at [[Talk:ACPI_fan_control_script]] (I'll move it to the article page soon).&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 23:20, 27 Nov 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
+LOL+ I wouldn't have expected that anybody would know me :-)&lt;br /&gt;
&lt;br /&gt;
Yes, I'll release source code soon.  I took quite some pain in writing this tool without our proprietary classes and libs in order to be able to release the source (or at least maintain a basic Open Source version).  I'll see if SourceForge accepts the project (applied on Saturday), otherwise I'll have find another place.&lt;br /&gt;
&lt;br /&gt;
Thanks for the info about the GPU ... &lt;br /&gt;
&lt;br /&gt;
Markus&lt;br /&gt;
&lt;br /&gt;
-- Shimodax - 23:42 (CET) - 2005-11-27&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
For the record: the new [http://forum.thinkpads.com/viewtopic.php?p=111974 &amp;quot;Shimodax fan control tool : sharing values&amp;quot;] topic at the thinkpads.com forums tracks some other users' experience with their sensor. So far the only new observation is that sensor 0x7A (3rd) is probably in the vicinity of the the CPU or northbridge.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 12:53, 28 Nov 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Just now I see the C2 higher than C1 and rest of the system for the first time.  Only difference I can think of is the fact that the battery is loading.  I hooked it on with 6% left about 30 minutes ago.  Usage was mainly web broswing (firefox, maybe a webpage with animated gif ads).  C2 triggered the fan at 50Â°C two times.&lt;br /&gt;
&lt;br /&gt;
CPU 42Â°C (0x78)&lt;br /&gt;
APS 41Â°C (0x79)&lt;br /&gt;
X7A 34Â°C (0x7A)&lt;br /&gt;
GPU 44Â°C (0x7B)&lt;br /&gt;
BAT 40Â°C (0x7C)&lt;br /&gt;
BAT 31Â°C (0x7E)&lt;br /&gt;
XC0 40Â°C (0xC0)&lt;br /&gt;
XC1 46Â°C (0xC1)&lt;br /&gt;
XC2 48Â°C (0xC2)&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 00:17 CET - 2005-11-30&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Upon further casual observation I would like to offer the theory that the C2 sensor is indeed related to battery loading and may be located rear/left (under the Esc/F1) on a T43.  See: page 2 on [http://forum.thinkpads.com/viewtopic.php?p=111974 &amp;quot;Shimodax fan control tool : sharing values&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 13:27 CET - 2005-12-01&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I happen to have a photo of that area from the last time I opened my T43, and indeed it looks like there's some power circuitry there:&lt;br /&gt;
&lt;br /&gt;
[[Image:T43-2686-DGU-CDC.jpg|500px|T43 CDC]]&lt;br /&gt;
&lt;br /&gt;
Those two &amp;quot;150 A47L&amp;quot; are just above the ventilation grill. Any idea what they could be?&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 20:11, 1 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Don't know ... they could look like power stabilizing transistors, but I have very little knowledge of electronic (especially of SMD circuits) so that's just wild guessing.&lt;br /&gt;
&lt;br /&gt;
Hoever, the system is currently loading battery again and I played with the fan.  The C2 does react to the fan quite slowly and when I forced the fan off it rose no higher than 55Â°C.   Also from touching the bottom of the laptop, I'd say the hottest part of that area is between the grill and the latch for the DRAM expansion (probably below the thing in the center of your photo).&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 01:53 CET - 2005-12-02&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Makes perfect sense. So 0xC2 sits under the CDC and monitors the power circuitry (not just battery charging, since it also heats up slightly above its environment without a battery). Then XC2-&amp;gt;PWR, I guess. Two more to go: 0x7A and 0xC0 (both are nice and cool here).&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 03:35, 2 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I'll then rename it in my tool with the next release.  Btw, do you have any idea what the APS might be on other models?&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 14:07 CET - 2005-12-03&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
It's easy to check if 0x79 is the HDAPS accelerometer or not: read the HDAPS temperature directly and compare. For getting the HDAPS temperature you can follow the Linux hdaps.c driver, or just reboot to Linux and look at {{path|/sys/bus/platform/drivers/hdaps/hdaps/temp1}} (and at {{path|/proc/acpi/ibm/thermal}} for the first 8 EC sensors). On my T43, the 0x79 always matches the HDAPS sensor (usually identical but sometimes 1 degree off, probably due to a different sampling time). BTW, my [[ACPI_fan_control_script#Variable_speed_control_scripts|ACPI fan control script]] monitors both, just in case.&lt;br /&gt;
&lt;br /&gt;
Speaking of which, the table at the top of that script reflects all knowledge gleaned from the forum.tinkpads.com discussion. Feel free to update it (maybe we should move it to a separate and more spacious page?).&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 15:03, 3 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
For another view of the 0xC2 area, including a peek under the CDC card, see IBM/Lenovo's [http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-51451 CDC removal movie]. There seems to be nothing very exciting visible on the upper side on the motherboard (but judging by the plastic buldge in the bottom of the case, there's probably some circuitry on the underside).&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 16:39, 3 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
I just had the idea that 0xC0 could be the Northbridge chip. See [http://forum.thinkpads.com/viewtopic.php?p=111974 &amp;quot;Shimodax fan control tool : sharing values&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 23:15 CET - 2005-12-05&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Yes, 0xC0 is very much correlated with CPU temperature. But if it's the northbrighe then it's surpsigingly cool, since northbridges usually run pretty hot, and the 815PM has a small surface area and no cooling assembly whatsoever, see here:&lt;br /&gt;
&lt;br /&gt;
[[Image:ThinkPad-T43-under-keyboard-left.jpg|500px|T43 systemboard]] (click to enlarge)&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 00:45, 5 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
Mmmh, I guess I'll remove the keyboard and play with some cooling spray.  It seems that a good part of the inside area can be reached through the opening of the keyboard.&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 23:15 CET - 2005-12-05&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
Just in case - these [http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-50233 instructions and movies] are pretty useful. It looks like the palmrest should be easy to remove too, but I didn't try that.&lt;br /&gt;
&lt;br /&gt;
Keep us posted :-)&lt;br /&gt;
&lt;br /&gt;
And please take plenty of photos! You never know what you'll want to look up later (as with those 0xC2 power chips above).&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 17:34, 6 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
Someone on a [http://thinkpad-forum.de/forum/viewtopic.php?p=29286#29286 German forum] reported that he saw pictures on an U.S. forum where someone said he located the 0xC1 with cooling spray. Seems indeed to be below the left of the touchpad on the mainboard (pictures on the forum article linked above)&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 22:50 CET - 2005-12-06&lt;br /&gt;
----&lt;br /&gt;
Interesting. That's a T40, right? Similar layout but different cooling assembly. Anyway, the T40 didn't have HDAPS, but on the T43 the HDAPS accelerometer chip is just 1 or 2 centimeters down from the location of the chip marked here. And on the T43, sensor 0xC1 and direct HDAPS reads give very different results. So maybe they moved 0xC1 away on the T43? Or, maybe the temperatures read through by HDAPS driver actually come from a separate sensor located elsewhere (unlikely but possible).&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 01:05, 7 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
Yep, that was a T40.  Well, I purchased a can of cooling spray today.  First results without opening the machine indicate 0xC2 is near the grill below the Esc-F3 keys.  The currently still unknown 0x7A cools down if I spray into the PCMCIA slot (also makes sense to place a sensor there, I'd say it is on the mainboard below the slots).&lt;br /&gt;
&lt;br /&gt;
Probably will open the case tonight or tomorrow.  I guess for precise results I'll need to remove the bezel and the fan ... quite an adventure ;-).  Will keep you posted of further results.&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 2005-12-07&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Speaking of the PCMCIA port - I noticed that under heavy CPU load with the fan on, if I insert a PC Card into the slot then the CPU and 0x79 (HDAPS) temperature quickly go up a couple of degrees. This happens even if the PC Card is turned off or not inserted all the way in (no electric contact). Probably blocked airflow.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 20:08, 7 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
I opened the thing today and played around a bit.  Here's my assesment of where the sensors are:&lt;br /&gt;
[http://img363.imageshack.us/img363/545/pc080805custom22ef.jpg Image] (dunno how to upload an image here, feel free to add it to thinkwiki directly).&lt;br /&gt;
&lt;br /&gt;
C1 is most likely the Southbridge chip itself, APS and BUS are the small highlighted chips or very near them.  PWR did not react much to the spray, but does react to spraying throught the grill on the bottom of the case, so it's probably on the underside.&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 2005-12-08&lt;br /&gt;
&lt;br /&gt;
[[Image:T43-thermal-sensors.jpg|ThinkPad T43 thermal sensors|700px]] (click to enlarge)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Shimodax,&lt;br /&gt;
&lt;br /&gt;
Beautiful, beautiful work! Got everything back in working order, I hope, including those pesky screwcap stickers?&lt;br /&gt;
&lt;br /&gt;
This confirms our information/guesses about CPU,GPU,BAT,BAT2,PWR and Southbridge, and solves the mystery of 0x7A (PCMCIA) and 0xCA (Northbridge-RAM bus). A few notes:&lt;br /&gt;
&lt;br /&gt;
* 0x79 is a surprise - it is quite far from the HDAPS acceleromater chip (search for &amp;quot;accelerometer&amp;quot; [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/39t2393.pdf here]), even though it gives the same temperatures as when reading the accelerometer's IO ports. But this explains why 0x89 quickly gets hotter under load when the PCMCIA port is blocked.&lt;br /&gt;
* The mapping is indeed different from the R52 one that people keep citing because of the ibm-acpi documentation - the 2nd and 3rd sensors are ''not'' HDD and Mini-PCI.&lt;br /&gt;
* Some of the chips are a quite distant from the hot components they presumably monitor. Most significantly, when some usage causes the Northbridge to heat up rapidly, by the time sensor 0xC0 says 55 degrees the Northbridge core is probably above 60.&lt;br /&gt;
&lt;br /&gt;
Shimodoax, it would be great if you could upload more (unprocessed) photos, either to the Wiki (using the &amp;quot;Upload file&amp;quot; button on the left navigation bar) or by links. Deserves its own Wikipage, I think. It will save a lot of people the need to open their laptop too... For example, in regard to a discussion from yesterday further up the page - got a clear photo of the fan power connector, by any chance?&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 18:38, 8 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
See [[Thermal sensors]].&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 19:48, 8 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
Just for the record: I did not test the two BAT locations, these were taken from your previous description.  Regarding the other locations, I'm quite sure about them but not 100% definite.  I would not treat them as bullet proof fact until someone else confirms the experiment.&lt;br /&gt;
&lt;br /&gt;
The whole procedure went quite smoothly.  I just found that there were three screws missing in my machine but luckily I had ordered a thinkpad screw kit on Ebay a few days ago.  Also, on my model I did not need the stickers, all screws were without one.  Just mone minor mishap happened when I stuck one of the #2 screws in the wrong hole (there is an empty hole that looks like a screw hole about 4mm from the intended location) and had a hard time getting the screw out.&lt;br /&gt;
&lt;br /&gt;
I still have no idea how to upload stuff here, maybe becaue I don't have an account here.  I do have a couple more pictures, also larger ones, although they are not too great photography.  I'll upload them to the thinkpad forum via imageshack and you can grab them and put them here. &lt;br /&gt;
&lt;br /&gt;
-- Shimodax -- 2005-12-08&lt;br /&gt;
----&lt;br /&gt;
Maybe those missing screws were the 3 optional Torx screws &amp;quot;protecting&amp;quot; the wireless card (lip service to FCC regulations). Yes, uploads require an account (registation is straightforward, and has some perks). BTW, and that extra hole fooled me too. :-)&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 20:45, 8 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
One of the missing screws was the one that secures the HD, the other were two #1 near the front.   &lt;br /&gt;
I just zipped and uploaded the other pictures to our server: [http://www.emtec.com/zzstuff/T43-2668.zip T43-2668.zip].  Feel free to upload or use them anywhere you want.&lt;br /&gt;
&lt;br /&gt;
-- Shimodax -- 2005-12-08&lt;br /&gt;
----&lt;br /&gt;
Thinker, [[Talk:Problem with fan noise#Correct BIOS settings?|this]] could be related. [[User:Piccobello|Piccobello]] 11:12, 25 November 2006 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Southbridge sensor 0xC1 ==&lt;br /&gt;
&lt;br /&gt;
The southbridge on the T43 does not have a built-in thermal sensor, according to its specs (see [[Intel 82801FBM]]). So sensor 0xC1 may be adjacent or on the underside of the system board.&lt;br /&gt;
--Thinker&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
That's possible. Spraying the Southbridge chip did yield the most direct temperature changes, but they were not as quick as I would have expected (I attributed that to the large size of the chip).  So it may indeed be the underside or something near (there wasn't anything visible that looked like the BUS or APS sensors in my picture.)&lt;br /&gt;
&lt;br /&gt;
--Shimodax&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Since the southbridge is the hottest thing around, and moreover has a large ceramic package, it gives the quickest heat exchange with the cooling spray (i.e., it &amp;quot;absorbs the cold&amp;quot; fastest). Thermal conductance through the PCB would then allow the sensor to be anywhere nearby. Similarly for some of the other locations, which to my (untrained) eye look more like power regulation components than sensors. So the actual sensors are probably on the underside (otherwise you'd spot them, and it also makes sense in the bottlenek is the user's lap rather than the chips), in the vicinity of the identified components.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 17:33, 11 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
For what it is worth, the other ones (BUS,APS) did react very directly, even to very targeted and short bursts of cold (in one instance BUS went down to zero with one burst).  Also, they look quite like the thing the user on the thinkpads forum had identified on the T40.  With the southbridge I sprayed that specifically also (just covering the chip) but results were not nearly as direct as with the small chips.  Reason could have been that the chip itself generated heat from the core at the same time but if the SB doesn't have it's own sensor, a themrmal sensor on the underside would fit the observation quite as well (or even better).&lt;br /&gt;
&lt;br /&gt;
--Shimodax&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;APS&amp;quot; sensor 0x79 ==&lt;br /&gt;
&lt;br /&gt;
About the 0x79 sensor: I previously claimed that it's the HDAPS chip, because it gave the same values as reading the the Linux [[hdaps]] driver (which reads ports 0x1600-0x161f directly). This didn't sit well with Shmidoax's cooling spray experiment. Well, my original claim is misguided - it turns out that the interface at ports 0x1600-0x161f also reports stuff unrelated to HDAPS (namely battery information), so it's probably yet another view into the embedded controller and there's no reason to assign its temperature reports to the HDAPS accelerometer.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 00:50, 13 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Embedded controller firmware disassembly ==&lt;br /&gt;
&lt;br /&gt;
[http://forum.thinkpads.com/viewtopic.php?t=20958 This thread] points to, and discusses, a commented (partial) disassembly of the embedded controller. It may provide useful hints about the sensors.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 07:07, 24 February 2006 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== empty screw hole ==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Anybody know what the empty screw hole on the bottom panel is?&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Shiyang&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
There's a screw hole under the Ultrabay slot, for an optional screw that locks in the Ultrabay device. There's also a hole (or two, on the T60) for drainage of spilled liquid from the keyboards.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 13:16, 17 March 2006 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Thermal sensors on X40 ==&lt;br /&gt;
&lt;br /&gt;
I was reading the locations of the sensors reported on other Thinkpads, but they seem to be different on the X40 (results with running Debian Testing).&lt;br /&gt;
&lt;br /&gt;
 $ cat /proc/acpi/ibm/thermal&lt;br /&gt;
 temperatures:   42 43 47 38 -128 -128 -128 -128&lt;br /&gt;
 $ smartctl -A /dev/hda | grep Temperature&lt;br /&gt;
 194 Temperature_Celsius     0x0022   100   072   000    Old_age   Always       -      35 (Lifetime Min/Max 9/54)&lt;br /&gt;
 $ cat /sys/bus/platform/drivers/hdaps/hdaps/temp1&lt;br /&gt;
 39&lt;br /&gt;
&lt;br /&gt;
So I ran some tests. The first thermal sensor show the CPU temperature, it rises significantly when doing CPU-intensive work (e.g. compiling). The second seems to be the GPU/Chipset (since it's an integrated GPU); temperatures on CPU and GPU rise several degrees when running e.g. glxgears. The third sensors I think should be underneath space key/mouse buttons; this is the hottest spot of the laptop and this sensor shows the highest temperatur (ok, this is just a guess). The fourth sensor seems to be related to the wireless mini pci card; its temperature shows a clear correlation to switching power saving on/off for the ipw2100.&lt;br /&gt;
&lt;br /&gt;
With battery put back in the battery's two sensors are shown.&lt;br /&gt;
&lt;br /&gt;
 $ cat /proc/acpi/ibm/thermal&lt;br /&gt;
 temperatures:   42 43 47 42 35 -128 33 -128&lt;br /&gt;
&lt;br /&gt;
None of the sensors show the HDAPS or the HDD temperature.&lt;br /&gt;
The results so far are:&lt;br /&gt;
&lt;br /&gt;
 Index   Location (estimated)&lt;br /&gt;
 1       CPU&lt;br /&gt;
 2       GPU/Chipset&lt;br /&gt;
 3       Unknown&lt;br /&gt;
 4       MiniPCI&lt;br /&gt;
 5       System battery&lt;br /&gt;
 6       n/a&lt;br /&gt;
 7       System battery&lt;br /&gt;
 8       n/a&lt;br /&gt;
&lt;br /&gt;
No sensors show up when reading from ecdump (something wrong here?):&lt;br /&gt;
&lt;br /&gt;
 perl -ne 'print join(&amp;quot; &amp;quot;,map(hex,m/\w+/g)).&amp;quot;\n&amp;quot; if s/^EC 0xc0://' &amp;lt; /proc/acpi/ibm/ecdump&lt;br /&gt;
 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0&lt;br /&gt;
&lt;br /&gt;
Can someone confirm this? Other suggestions?&lt;br /&gt;
&lt;br /&gt;
--shze 11:54, 14 May 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The X40 doesn't have 0xC0 sensors, the HDD temperature you get from the HDD is not available through any other channel in any other thinkpad -- you may have an HDD sensor that is near the HDD in some thinkpads but that's not the same as a sensor inside the HDD :-)&lt;br /&gt;
&lt;br /&gt;
As for the HDAPS temperature being different from the other normal sensors, now THAT is an interesting detail.  Are you sure it is not on the regular sensor list?&lt;br /&gt;
&lt;br /&gt;
--[[User:Hmh|hmh]] 17:07, 14 June 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== T61? ==&lt;br /&gt;
&lt;br /&gt;
There doesn't seem to be any mention of the T61 in this article. Does anyone know about its /proc/acpi/ibm/thermal ? [[User:Zro|Zro]] 05:13, 13 June 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
No, someone will have to open it and do the dirty work.&lt;br /&gt;
&lt;br /&gt;
:Thanks [[User:Lunatico|Lunatico]] for adding the [[Thermal_Sensors#ThinkPad_T61|T61 temp zones]]. My results, however, are a little different. I notice that you have ''position 4'' listed as &amp;quot;n/a&amp;quot;, yet I get a non-null (''not'' -128) result for that sensor position. Is this perhaps a difference w/ single processor vs SMP (multiprocessor) machines? My results are as follows for the record:&lt;br /&gt;
:&amp;lt;pre&amp;gt;temperatures:	46 43 34 54 34 -128 31 -128 39 44 42 -128 -128 -128 -128 -128&amp;lt;/pre&amp;gt;&lt;br /&gt;
:Perhaps on SMP 1&amp;amp;2 are each a cpu then pushing the following results forward 1 position? Any ideas? [[User:Zro|Zro]] 19:51, 13 January 2009 (CET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Well [[User:Zro|Zro]] I'm not sure why that difference. I don't understand what you mean about the single and multiprocessor machines. As far as I know the [http://www.thinkwiki.org/wiki/Category:T61#Standard_Features|T61 comes with Core Duo]. So as far as the 4th sensor I wouldn't have an answer for you. I still haven't got time to figure out sensors 9, 10 and 11 though, if you find that out let me know (and update [http://www.thinkwiki.org/wiki/Thermal_Sensors#ThinkPad_T61|my post]). I also have a T60p which also have some unknown sensors. Thanks! --[[User:Lunatico|Lunatico]] 15:37, 18 January 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
T61: It appears the sensor 10 (/proc/acpi/ibm/thermal, counted from 1) is the RAM module(s). The strange thing is (and I would like to hear reports from other TP owners) that it is quite resilient to cooling, meaning that in active use it stubbornly hovers around 43*C, and only goes up from there slowly, with the fan kicking at ~3300 RPM but not achieving any spectacular results, with the sensor reading around 45*C (and up to 48*C, which is the highest I observed). The effect is a loud laptop because of a single sensor/area. This is either poor cooling design or some bad design decisions that have to do with RAM. The hot area appears to be bottom side, under the touchpad area, slightly to the right (towards harddrive). Harddrive is 30*C. 14&amp;quot; WXGA+ T61, RAM: 2x1Gb, HDD: Seagate ST910021AS, Intel GMA X3100, Bluetooth, w/o Fingerprint reader. &lt;br /&gt;
--[[User:amn|amn]] 20:00, 1 February 2009 (GMT)&lt;br /&gt;
&lt;br /&gt;
== Sensor 10 located on T61 ==&lt;br /&gt;
&lt;br /&gt;
I have disassembled my 14&amp;quot; T61 and have through a cooling spray located sensor 10 to be approximately 2cm to the right from where the DIMMs are. I have taken a photo, which I am not sure how to post yet, but it looks like a fuse, gray and round, about 4mm in diameter. There are two other fuses, and in fact it may be any of these, they are in close proximity, and these may not even be fuses but thermal sensors themselves. Why it gets hot I do not know, but I know the EC likes to start the fan when the temperature approaches 45*C.&lt;br /&gt;
&lt;br /&gt;
I have found a good deal more, but it is all in the pictures.&lt;br /&gt;
&lt;br /&gt;
If ThinkWiki is interested in compiling any data from them, I ll send these to whoever it may concern.&lt;/div&gt;</summary>
		<author><name>Amn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Thermal_Sensors&amp;diff=40948</id>
		<title>Talk:Thermal Sensors</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Thermal_Sensors&amp;diff=40948"/>
		<updated>2009-02-01T20:50:44Z</updated>

		<summary type="html">&lt;p&gt;Amn: T61 sensor 10&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Secret sensor and the cause of fan always on ==&lt;br /&gt;
&lt;br /&gt;
On my {{T43}}, ecdump offsets 0xC0-0xC2 seem to include 3 more temperature sensors that are not seen in {{path|/proc/acpi/ibm/thermal}}:&lt;br /&gt;
 # cat /proc/acpi/ibm/thermal;  &lt;br /&gt;
 temperatures:   44 41 33 42 33 -128 30 -128&lt;br /&gt;
 # perl -ne 'm/^EC 0xc0: .(..) .(..) .(..) / or next; print hex($1).&amp;quot; &amp;quot;.hex($2).&amp;quot; &amp;quot;.hex($3).&amp;quot;\n&amp;quot;' &amp;lt; /proc/acpi/ibm/ecdump&lt;br /&gt;
 40 48 43&lt;br /&gt;
&lt;br /&gt;
Note the &amp;quot;48&amp;quot; entry (EC offset 0xC1). Something's pretty hot even at full full speed (level 7, 4700RPM). This sensor increases very quickly when the system starts (in fact, faster than anything else when the CPU is undervolted and [[fglrx]] is in maximum powersaving).&lt;br /&gt;
&lt;br /&gt;
Now, note this: the fan kicks up from low speed to medium speed whenever this sensor reaches 46 degrees, even if no other sensor changes; and this seems to usually be the first trigger encountered. Moreover, this sensor hovers around 47-48 degrees even on an idle machine. Taken together, '''this fully explains the &amp;quot;fan always on&amp;quot; behavior: a previously-unnoticed sensor that's always hot.'''&lt;br /&gt;
&lt;br /&gt;
Any idea what this sensor is? It seems correlated with WiFi: there's a 2deg difference when I toggle {{path|/sys/bus/pci/drivers/ipw2200/*/rf_kill}} (without ever being associated so this shouldn't affect anything else), and heavy WiFi data transfer increases temperature by several more degrees. This suggests the sensor is located in or close to the mini-PCI slot (i.e., under the touchpad). That region is indeed often hot to the touch. But why would the mini-PCI slot get so hot? Could it be the southbridge, which sits under the mini-PCI slot with no heatsink and poor ventilation? Can anyone correlate this sensor other specific activity, or with blocking of specific ventilation holes, or with cooling of specific components? If it's the mini-PCI slot? The operating temperature of the Intel 2200BG is [ftp://download.intel.com/network/connectivity/resources/doc_library/tech_brief/2200bg_prodbrief.pdf 0-80 deg].&lt;br /&gt;
&lt;br /&gt;
Caveat: this is my experience with a {{T43}} after [[Pentium M undervolting and underclocking|undervolting]] the CPU and activating [[How to make use of Graphics Chips Power Management features|maximal GPU powersaving using fglrx]]. It could be that for other people, other components are the first to trigger. But either way, those are 3 temperature sensors we didn't know of and they're used by the Embedded Controller's algorithm.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 16:20, 20 Nov 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
At the moment I am experimenting with controlling the fan on Windows XP with a self written tool on a {{T43}} (Model 2668 97G).  Having found the information about the secret sensors here I built these into the program and it seems that after starting my cooled (placed outside) {{T43}} the 0xC1 sensor indeed rises fastest but also cools down quite quicky especially if also the CPU is cool.  I have seen it hotter than the CPU but not much cooler, so probably it is a small chip connected to the colling element of the CPU.&lt;br /&gt;
&lt;br /&gt;
The values at 0xC0 and 0xC2 also seem to show temperature values here, while 0xC4 is always at 128.&lt;br /&gt;
&lt;br /&gt;
First experiments indicate that as long as all the temperature value are below 43Â°C the Thinkpad comes up with no fan and stays that way.  (The fan control register at EC offset 0x2F set to 0x80, see the bottom of the [[patch for controlling fan speed]] page for a description of this register).  If 43Â°C are reached on the 0xC1 sensor, the fan kicks in with low speed while 43Â°C on the CPU do not activate the fan.  With regard to the CPU the kick-in seems to be around 48Â°C.&lt;br /&gt;
&lt;br /&gt;
Once the fan is on, it goes off again if all the seonsors drop to the area of 38Â°C or lower (the value may not be precise).  But it hardly happens on it's own, for tests I placed it outside in cold weather.&lt;br /&gt;
&lt;br /&gt;
On [http://forum.thinkpads.com/ forums.thinkpad.com] is a ([http://forum.thinkpads.com/viewtopic.php?t=14580http://forum.thinkpads.com/viewtopic.php?t=14580 discussion]) from users who experimented with physically cooling the North- and Southbridge without success.  In a different thread there a user claimed that he worked with a couple of Thinkpads and silenced them by turning off unused devices, WLAN being among them.&lt;br /&gt;
&lt;br /&gt;
With the XP WLAN device disabled the temperature on 0xC1 stays around 41Â°C here even if there is heavy activity on the CPU.  It rises as soon as the WLAN device is enabled but hardly goes any hotter than 44Â°C.  But I also could not make it go hot at all running on battery.  And the heat reading there somehow more or less follows the value of the CPU.&lt;br /&gt;
&lt;br /&gt;
Bottom line on my {{T43}} (2668 97G): Fan kicks in for CPU around 48Â°C or 0xC1 at 43Â°C and then never goes off again unless you use external cooling.  0xC1 sensor could to be related to WLAN (I'm not really sure about it) and/or is probably placed near the CPU.  It could also have something to do with running the machine no AC rather than battery.&lt;br /&gt;
&lt;br /&gt;
-- Shimdoax - 2005-11-27&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Shimdoax, you said &amp;quot;''I have seen it hotter than the CPU but not much cooler, so probably it is a small chip connected to the colling element of the CPU''&amp;quot;, but also &amp;quot;''the temperature on 0xC1 stays around 41Â°C here even if there is heavy activity on the CPU''&amp;quot;. It follows that your CPU is never much hotter than 41Â°C, which I find unlikely... Anyway, on my T43, sensor 0cC1 is correlated with the CPU but very slightly; it is more correlated with the GPU, but not very much either.&lt;br /&gt;
&lt;br /&gt;
I suspect that sensor 0xC1 sits on the system board under the touchpad, since this is consistent with all of the following:&lt;br /&gt;
* In idle with wireless off, sensor 0xC1 has roughly the same temperature as the GPU (which is adjacent on the system board, under the spacebar and TrackPoint buttons).&lt;br /&gt;
* Correlation with the WLAN card activity (which is sandwiched between the system board and the touchpad).&lt;br /&gt;
* Quick warm-up (the southbridge is also on the system board under the touchpad, and has no heat spreader).&lt;br /&gt;
* Negligible effect of fan speed on 0xC1 temperature (the touchpad area is cramped and lacks decent ventilation, hence has negligible air flow).&lt;br /&gt;
* When I place a 12cm-by-12cm pad of thick thermally isolating material (a folded fleece blanket...) under the touchpad, 0xC1 temperature consistently rises by 2-3 degrees (and cools back when I remove the pad); other sensors seem unaffected.&lt;br /&gt;
&lt;br /&gt;
If this is indeed the case, it's hard to see what can be done (other than using a fan control script with an increased threshold for this sensor). It looks like IBM/Lenovo counted on this area being passively cooled through the bottom of the case - see how the bottom of the laptop is designed to allow air flow under the front quarter? However, once the desk under the laptop has warmed up (or if air flow is blocked, as when the laptop is sitting on the top of a lap), things just cook up. The [http://forum.thinkpads.com/viewtopic.php?t=14580http://forum.thinkpads.com/viewtopic.php?t=14580 mods] which  thermally connet the southbridge to the GPU cooling assembly might improve things a bit, but on my system sensor 0xC1 isn't much hotter than the GPU anyway. Maybe ventilation can be improved by letting in more air through the speaker grills on the front - does anyone know what things looks like, under the very front of the palmrest? This won't solve &amp;quot;fan always on&amp;quot; since it will help only when the fan is on, but it may let the fan run at a lower speed.&lt;br /&gt;
&lt;br /&gt;
BTW, Shimdoax, how are you monitoring/controlling the EC under Windows?&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 18:22, 27 Nov 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Thinker,&lt;br /&gt;
&lt;br /&gt;
I currently don't know where to read the GPU temp from, so I can't say much about it (I'm running XP and have not found drivers or tools that would display the GPU).&lt;br /&gt;
&lt;br /&gt;
However, regarding my experiments: I had the machine on my desk earlier today (when I wrote the post) on AC with WLAN connection to the office network and &amp;quot;Max. Battery Life&amp;quot; Scheme.  I had taken it from the trunk of the car (it's quite cold outside, around freezing).  During the whole experiments the CPU hardly went higher than 46Â°C, most of the time it was around 39Â°C to 43Â°C.  I wasn't very systematic in these tests, these were just first observations.&lt;br /&gt;
&lt;br /&gt;
However, I think I can confirm that the 43Â°C on the C1 triggers the fan on my machine here.  48Â°C to 50Â°C on the CPU also triggers the fan on.  Then I put the laptop outside the window twice.  Temperatures dropped quite quickly and around MAX(CPU, 0xC1) of 38Â°C the fan turned itself off.&lt;br /&gt;
&lt;br /&gt;
Further tests on the WLAN revealed mixed results about correlation.  If the CPU goes up the C1 also goes up, even if WLAN is disabled.  On the other hand I had cases where WLAN (big folder copy) made the C1 rise ahead of the CPU.  The way I tested it, mostly the C1 triggered the fan before the CPU did.  This at least explains why CPU undervolting/clocking doesn't help much.&lt;br /&gt;
&lt;br /&gt;
But I think you're right.  Without custom scripts I guess it will be hard to keep the C1 below 43Â°C.  This value may even be intentional by IBM.  If it is really near the palmrest, higher values may cause burns (I once read about a guy who actually burnt his balls [no joke!] by working with a laptop which had a 42Â°C - 45Â°C battery temp. in his lap for an hour or two).  So they may think that fan noise is preferrable to bad publicity.&lt;br /&gt;
&lt;br /&gt;
Hence I'm not counting on IBM.  Instead I'm currently writing a custom fan control program for XP, that's how I read the EC there.  I'll post a first version [http://forum.thinkpads.com/viewtopic.php?t=17715 here] later today.  Maybe some folks from the hardware modding thread will help to locate the sensors with some cooling spray.&lt;br /&gt;
&lt;br /&gt;
-- Shimodax - 2005-11-27&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Shimodax,&lt;br /&gt;
&lt;br /&gt;
Great to see work on a Windows solution, especially from Emtec! (Alas, I let my ZOC registration expire when I switched to Linux). Will you be releasing the source code? &lt;br /&gt;
&lt;br /&gt;
If the 0xC1 sensor is near the southbridge then it will be affected by CPU activity both because of related southbridge activity and by thermal conductance via the motherboard; but I've seen 0xC1 at 47deg and CPU at 59deg (after a long burn-in), so they can't be too close. About the palmrest, IBM actually brags about low palm rest temperature in some of their marketing publication. But ironically the hottest and worst-cooled area of the laptop (where I suspect 0xC1 sits) is in the bottom center right under the touchpad - which tends to coincide with certain anatomical regions... BTW, GPU temp is EC offset 0x7B; there a partial list inside my new fan control script at [[Talk:ACPI_fan_control_script]] (I'll move it to the article page soon).&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 23:20, 27 Nov 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
+LOL+ I wouldn't have expected that anybody would know me :-)&lt;br /&gt;
&lt;br /&gt;
Yes, I'll release source code soon.  I took quite some pain in writing this tool without our proprietary classes and libs in order to be able to release the source (or at least maintain a basic Open Source version).  I'll see if SourceForge accepts the project (applied on Saturday), otherwise I'll have find another place.&lt;br /&gt;
&lt;br /&gt;
Thanks for the info about the GPU ... &lt;br /&gt;
&lt;br /&gt;
Markus&lt;br /&gt;
&lt;br /&gt;
-- Shimodax - 23:42 (CET) - 2005-11-27&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
For the record: the new [http://forum.thinkpads.com/viewtopic.php?p=111974 &amp;quot;Shimodax fan control tool : sharing values&amp;quot;] topic at the thinkpads.com forums tracks some other users' experience with their sensor. So far the only new observation is that sensor 0x7A (3rd) is probably in the vicinity of the the CPU or northbridge.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 12:53, 28 Nov 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Just now I see the C2 higher than C1 and rest of the system for the first time.  Only difference I can think of is the fact that the battery is loading.  I hooked it on with 6% left about 30 minutes ago.  Usage was mainly web broswing (firefox, maybe a webpage with animated gif ads).  C2 triggered the fan at 50Â°C two times.&lt;br /&gt;
&lt;br /&gt;
CPU 42Â°C (0x78)&lt;br /&gt;
APS 41Â°C (0x79)&lt;br /&gt;
X7A 34Â°C (0x7A)&lt;br /&gt;
GPU 44Â°C (0x7B)&lt;br /&gt;
BAT 40Â°C (0x7C)&lt;br /&gt;
BAT 31Â°C (0x7E)&lt;br /&gt;
XC0 40Â°C (0xC0)&lt;br /&gt;
XC1 46Â°C (0xC1)&lt;br /&gt;
XC2 48Â°C (0xC2)&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 00:17 CET - 2005-11-30&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Upon further casual observation I would like to offer the theory that the C2 sensor is indeed related to battery loading and may be located rear/left (under the Esc/F1) on a T43.  See: page 2 on [http://forum.thinkpads.com/viewtopic.php?p=111974 &amp;quot;Shimodax fan control tool : sharing values&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 13:27 CET - 2005-12-01&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I happen to have a photo of that area from the last time I opened my T43, and indeed it looks like there's some power circuitry there:&lt;br /&gt;
&lt;br /&gt;
[[Image:T43-2686-DGU-CDC.jpg|500px|T43 CDC]]&lt;br /&gt;
&lt;br /&gt;
Those two &amp;quot;150 A47L&amp;quot; are just above the ventilation grill. Any idea what they could be?&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 20:11, 1 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Don't know ... they could look like power stabilizing transistors, but I have very little knowledge of electronic (especially of SMD circuits) so that's just wild guessing.&lt;br /&gt;
&lt;br /&gt;
Hoever, the system is currently loading battery again and I played with the fan.  The C2 does react to the fan quite slowly and when I forced the fan off it rose no higher than 55Â°C.   Also from touching the bottom of the laptop, I'd say the hottest part of that area is between the grill and the latch for the DRAM expansion (probably below the thing in the center of your photo).&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 01:53 CET - 2005-12-02&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Makes perfect sense. So 0xC2 sits under the CDC and monitors the power circuitry (not just battery charging, since it also heats up slightly above its environment without a battery). Then XC2-&amp;gt;PWR, I guess. Two more to go: 0x7A and 0xC0 (both are nice and cool here).&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 03:35, 2 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I'll then rename it in my tool with the next release.  Btw, do you have any idea what the APS might be on other models?&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 14:07 CET - 2005-12-03&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
It's easy to check if 0x79 is the HDAPS accelerometer or not: read the HDAPS temperature directly and compare. For getting the HDAPS temperature you can follow the Linux hdaps.c driver, or just reboot to Linux and look at {{path|/sys/bus/platform/drivers/hdaps/hdaps/temp1}} (and at {{path|/proc/acpi/ibm/thermal}} for the first 8 EC sensors). On my T43, the 0x79 always matches the HDAPS sensor (usually identical but sometimes 1 degree off, probably due to a different sampling time). BTW, my [[ACPI_fan_control_script#Variable_speed_control_scripts|ACPI fan control script]] monitors both, just in case.&lt;br /&gt;
&lt;br /&gt;
Speaking of which, the table at the top of that script reflects all knowledge gleaned from the forum.tinkpads.com discussion. Feel free to update it (maybe we should move it to a separate and more spacious page?).&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 15:03, 3 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
For another view of the 0xC2 area, including a peek under the CDC card, see IBM/Lenovo's [http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-51451 CDC removal movie]. There seems to be nothing very exciting visible on the upper side on the motherboard (but judging by the plastic buldge in the bottom of the case, there's probably some circuitry on the underside).&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 16:39, 3 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
I just had the idea that 0xC0 could be the Northbridge chip. See [http://forum.thinkpads.com/viewtopic.php?p=111974 &amp;quot;Shimodax fan control tool : sharing values&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 23:15 CET - 2005-12-05&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Yes, 0xC0 is very much correlated with CPU temperature. But if it's the northbrighe then it's surpsigingly cool, since northbridges usually run pretty hot, and the 815PM has a small surface area and no cooling assembly whatsoever, see here:&lt;br /&gt;
&lt;br /&gt;
[[Image:ThinkPad-T43-under-keyboard-left.jpg|500px|T43 systemboard]] (click to enlarge)&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 00:45, 5 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
Mmmh, I guess I'll remove the keyboard and play with some cooling spray.  It seems that a good part of the inside area can be reached through the opening of the keyboard.&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 23:15 CET - 2005-12-05&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
Just in case - these [http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-50233 instructions and movies] are pretty useful. It looks like the palmrest should be easy to remove too, but I didn't try that.&lt;br /&gt;
&lt;br /&gt;
Keep us posted :-)&lt;br /&gt;
&lt;br /&gt;
And please take plenty of photos! You never know what you'll want to look up later (as with those 0xC2 power chips above).&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 17:34, 6 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
Someone on a [http://thinkpad-forum.de/forum/viewtopic.php?p=29286#29286 German forum] reported that he saw pictures on an U.S. forum where someone said he located the 0xC1 with cooling spray. Seems indeed to be below the left of the touchpad on the mainboard (pictures on the forum article linked above)&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 22:50 CET - 2005-12-06&lt;br /&gt;
----&lt;br /&gt;
Interesting. That's a T40, right? Similar layout but different cooling assembly. Anyway, the T40 didn't have HDAPS, but on the T43 the HDAPS accelerometer chip is just 1 or 2 centimeters down from the location of the chip marked here. And on the T43, sensor 0xC1 and direct HDAPS reads give very different results. So maybe they moved 0xC1 away on the T43? Or, maybe the temperatures read through by HDAPS driver actually come from a separate sensor located elsewhere (unlikely but possible).&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 01:05, 7 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
Yep, that was a T40.  Well, I purchased a can of cooling spray today.  First results without opening the machine indicate 0xC2 is near the grill below the Esc-F3 keys.  The currently still unknown 0x7A cools down if I spray into the PCMCIA slot (also makes sense to place a sensor there, I'd say it is on the mainboard below the slots).&lt;br /&gt;
&lt;br /&gt;
Probably will open the case tonight or tomorrow.  I guess for precise results I'll need to remove the bezel and the fan ... quite an adventure ;-).  Will keep you posted of further results.&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 2005-12-07&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Speaking of the PCMCIA port - I noticed that under heavy CPU load with the fan on, if I insert a PC Card into the slot then the CPU and 0x79 (HDAPS) temperature quickly go up a couple of degrees. This happens even if the PC Card is turned off or not inserted all the way in (no electric contact). Probably blocked airflow.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 20:08, 7 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
I opened the thing today and played around a bit.  Here's my assesment of where the sensors are:&lt;br /&gt;
[http://img363.imageshack.us/img363/545/pc080805custom22ef.jpg Image] (dunno how to upload an image here, feel free to add it to thinkwiki directly).&lt;br /&gt;
&lt;br /&gt;
C1 is most likely the Southbridge chip itself, APS and BUS are the small highlighted chips or very near them.  PWR did not react much to the spray, but does react to spraying throught the grill on the bottom of the case, so it's probably on the underside.&lt;br /&gt;
&lt;br /&gt;
-- Shimodax 2005-12-08&lt;br /&gt;
&lt;br /&gt;
[[Image:T43-thermal-sensors.jpg|ThinkPad T43 thermal sensors|700px]] (click to enlarge)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Shimodax,&lt;br /&gt;
&lt;br /&gt;
Beautiful, beautiful work! Got everything back in working order, I hope, including those pesky screwcap stickers?&lt;br /&gt;
&lt;br /&gt;
This confirms our information/guesses about CPU,GPU,BAT,BAT2,PWR and Southbridge, and solves the mystery of 0x7A (PCMCIA) and 0xCA (Northbridge-RAM bus). A few notes:&lt;br /&gt;
&lt;br /&gt;
* 0x79 is a surprise - it is quite far from the HDAPS acceleromater chip (search for &amp;quot;accelerometer&amp;quot; [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/39t2393.pdf here]), even though it gives the same temperatures as when reading the accelerometer's IO ports. But this explains why 0x89 quickly gets hotter under load when the PCMCIA port is blocked.&lt;br /&gt;
* The mapping is indeed different from the R52 one that people keep citing because of the ibm-acpi documentation - the 2nd and 3rd sensors are ''not'' HDD and Mini-PCI.&lt;br /&gt;
* Some of the chips are a quite distant from the hot components they presumably monitor. Most significantly, when some usage causes the Northbridge to heat up rapidly, by the time sensor 0xC0 says 55 degrees the Northbridge core is probably above 60.&lt;br /&gt;
&lt;br /&gt;
Shimodoax, it would be great if you could upload more (unprocessed) photos, either to the Wiki (using the &amp;quot;Upload file&amp;quot; button on the left navigation bar) or by links. Deserves its own Wikipage, I think. It will save a lot of people the need to open their laptop too... For example, in regard to a discussion from yesterday further up the page - got a clear photo of the fan power connector, by any chance?&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 18:38, 8 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
See [[Thermal sensors]].&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 19:48, 8 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
Just for the record: I did not test the two BAT locations, these were taken from your previous description.  Regarding the other locations, I'm quite sure about them but not 100% definite.  I would not treat them as bullet proof fact until someone else confirms the experiment.&lt;br /&gt;
&lt;br /&gt;
The whole procedure went quite smoothly.  I just found that there were three screws missing in my machine but luckily I had ordered a thinkpad screw kit on Ebay a few days ago.  Also, on my model I did not need the stickers, all screws were without one.  Just mone minor mishap happened when I stuck one of the #2 screws in the wrong hole (there is an empty hole that looks like a screw hole about 4mm from the intended location) and had a hard time getting the screw out.&lt;br /&gt;
&lt;br /&gt;
I still have no idea how to upload stuff here, maybe becaue I don't have an account here.  I do have a couple more pictures, also larger ones, although they are not too great photography.  I'll upload them to the thinkpad forum via imageshack and you can grab them and put them here. &lt;br /&gt;
&lt;br /&gt;
-- Shimodax -- 2005-12-08&lt;br /&gt;
----&lt;br /&gt;
Maybe those missing screws were the 3 optional Torx screws &amp;quot;protecting&amp;quot; the wireless card (lip service to FCC regulations). Yes, uploads require an account (registation is straightforward, and has some perks). BTW, and that extra hole fooled me too. :-)&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 20:45, 8 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
One of the missing screws was the one that secures the HD, the other were two #1 near the front.   &lt;br /&gt;
I just zipped and uploaded the other pictures to our server: [http://www.emtec.com/zzstuff/T43-2668.zip T43-2668.zip].  Feel free to upload or use them anywhere you want.&lt;br /&gt;
&lt;br /&gt;
-- Shimodax -- 2005-12-08&lt;br /&gt;
----&lt;br /&gt;
Thinker, [[Talk:Problem with fan noise#Correct BIOS settings?|this]] could be related. [[User:Piccobello|Piccobello]] 11:12, 25 November 2006 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Southbridge sensor 0xC1 ==&lt;br /&gt;
&lt;br /&gt;
The southbridge on the T43 does not have a built-in thermal sensor, according to its specs (see [[Intel 82801FBM]]). So sensor 0xC1 may be adjacent or on the underside of the system board.&lt;br /&gt;
--Thinker&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
That's possible. Spraying the Southbridge chip did yield the most direct temperature changes, but they were not as quick as I would have expected (I attributed that to the large size of the chip).  So it may indeed be the underside or something near (there wasn't anything visible that looked like the BUS or APS sensors in my picture.)&lt;br /&gt;
&lt;br /&gt;
--Shimodax&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Since the southbridge is the hottest thing around, and moreover has a large ceramic package, it gives the quickest heat exchange with the cooling spray (i.e., it &amp;quot;absorbs the cold&amp;quot; fastest). Thermal conductance through the PCB would then allow the sensor to be anywhere nearby. Similarly for some of the other locations, which to my (untrained) eye look more like power regulation components than sensors. So the actual sensors are probably on the underside (otherwise you'd spot them, and it also makes sense in the bottlenek is the user's lap rather than the chips), in the vicinity of the identified components.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 17:33, 11 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
For what it is worth, the other ones (BUS,APS) did react very directly, even to very targeted and short bursts of cold (in one instance BUS went down to zero with one burst).  Also, they look quite like the thing the user on the thinkpads forum had identified on the T40.  With the southbridge I sprayed that specifically also (just covering the chip) but results were not nearly as direct as with the small chips.  Reason could have been that the chip itself generated heat from the core at the same time but if the SB doesn't have it's own sensor, a themrmal sensor on the underside would fit the observation quite as well (or even better).&lt;br /&gt;
&lt;br /&gt;
--Shimodax&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;APS&amp;quot; sensor 0x79 ==&lt;br /&gt;
&lt;br /&gt;
About the 0x79 sensor: I previously claimed that it's the HDAPS chip, because it gave the same values as reading the the Linux [[hdaps]] driver (which reads ports 0x1600-0x161f directly). This didn't sit well with Shmidoax's cooling spray experiment. Well, my original claim is misguided - it turns out that the interface at ports 0x1600-0x161f also reports stuff unrelated to HDAPS (namely battery information), so it's probably yet another view into the embedded controller and there's no reason to assign its temperature reports to the HDAPS accelerometer.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 00:50, 13 Dec 2005 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Embedded controller firmware disassembly ==&lt;br /&gt;
&lt;br /&gt;
[http://forum.thinkpads.com/viewtopic.php?t=20958 This thread] points to, and discusses, a commented (partial) disassembly of the embedded controller. It may provide useful hints about the sensors.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 07:07, 24 February 2006 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== empty screw hole ==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Anybody know what the empty screw hole on the bottom panel is?&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Shiyang&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
There's a screw hole under the Ultrabay slot, for an optional screw that locks in the Ultrabay device. There's also a hole (or two, on the T60) for drainage of spilled liquid from the keyboards.&lt;br /&gt;
&lt;br /&gt;
--[[User:Thinker|Thinker]] 13:16, 17 March 2006 (CET)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Thermal sensors on X40 ==&lt;br /&gt;
&lt;br /&gt;
I was reading the locations of the sensors reported on other Thinkpads, but they seem to be different on the X40 (results with running Debian Testing).&lt;br /&gt;
&lt;br /&gt;
 $ cat /proc/acpi/ibm/thermal&lt;br /&gt;
 temperatures:   42 43 47 38 -128 -128 -128 -128&lt;br /&gt;
 $ smartctl -A /dev/hda | grep Temperature&lt;br /&gt;
 194 Temperature_Celsius     0x0022   100   072   000    Old_age   Always       -      35 (Lifetime Min/Max 9/54)&lt;br /&gt;
 $ cat /sys/bus/platform/drivers/hdaps/hdaps/temp1&lt;br /&gt;
 39&lt;br /&gt;
&lt;br /&gt;
So I ran some tests. The first thermal sensor show the CPU temperature, it rises significantly when doing CPU-intensive work (e.g. compiling). The second seems to be the GPU/Chipset (since it's an integrated GPU); temperatures on CPU and GPU rise several degrees when running e.g. glxgears. The third sensors I think should be underneath space key/mouse buttons; this is the hottest spot of the laptop and this sensor shows the highest temperatur (ok, this is just a guess). The fourth sensor seems to be related to the wireless mini pci card; its temperature shows a clear correlation to switching power saving on/off for the ipw2100.&lt;br /&gt;
&lt;br /&gt;
With battery put back in the battery's two sensors are shown.&lt;br /&gt;
&lt;br /&gt;
 $ cat /proc/acpi/ibm/thermal&lt;br /&gt;
 temperatures:   42 43 47 42 35 -128 33 -128&lt;br /&gt;
&lt;br /&gt;
None of the sensors show the HDAPS or the HDD temperature.&lt;br /&gt;
The results so far are:&lt;br /&gt;
&lt;br /&gt;
 Index   Location (estimated)&lt;br /&gt;
 1       CPU&lt;br /&gt;
 2       GPU/Chipset&lt;br /&gt;
 3       Unknown&lt;br /&gt;
 4       MiniPCI&lt;br /&gt;
 5       System battery&lt;br /&gt;
 6       n/a&lt;br /&gt;
 7       System battery&lt;br /&gt;
 8       n/a&lt;br /&gt;
&lt;br /&gt;
No sensors show up when reading from ecdump (something wrong here?):&lt;br /&gt;
&lt;br /&gt;
 perl -ne 'print join(&amp;quot; &amp;quot;,map(hex,m/\w+/g)).&amp;quot;\n&amp;quot; if s/^EC 0xc0://' &amp;lt; /proc/acpi/ibm/ecdump&lt;br /&gt;
 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0&lt;br /&gt;
&lt;br /&gt;
Can someone confirm this? Other suggestions?&lt;br /&gt;
&lt;br /&gt;
--shze 11:54, 14 May 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The X40 doesn't have 0xC0 sensors, the HDD temperature you get from the HDD is not available through any other channel in any other thinkpad -- you may have an HDD sensor that is near the HDD in some thinkpads but that's not the same as a sensor inside the HDD :-)&lt;br /&gt;
&lt;br /&gt;
As for the HDAPS temperature being different from the other normal sensors, now THAT is an interesting detail.  Are you sure it is not on the regular sensor list?&lt;br /&gt;
&lt;br /&gt;
--[[User:Hmh|hmh]] 17:07, 14 June 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
== T61? ==&lt;br /&gt;
&lt;br /&gt;
There doesn't seem to be any mention of the T61 in this article. Does anyone know about its /proc/acpi/ibm/thermal ? [[User:Zro|Zro]] 05:13, 13 June 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
No, someone will have to open it and do the dirty work.&lt;br /&gt;
&lt;br /&gt;
:Thanks [[User:Lunatico|Lunatico]] for adding the [[Thermal_Sensors#ThinkPad_T61|T61 temp zones]]. My results, however, are a little different. I notice that you have ''position 4'' listed as &amp;quot;n/a&amp;quot;, yet I get a non-null (''not'' -128) result for that sensor position. Is this perhaps a difference w/ single processor vs SMP (multiprocessor) machines? My results are as follows for the record:&lt;br /&gt;
:&amp;lt;pre&amp;gt;temperatures:	46 43 34 54 34 -128 31 -128 39 44 42 -128 -128 -128 -128 -128&amp;lt;/pre&amp;gt;&lt;br /&gt;
:Perhaps on SMP 1&amp;amp;2 are each a cpu then pushing the following results forward 1 position? Any ideas? [[User:Zro|Zro]] 19:51, 13 January 2009 (CET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Well [[User:Zro|Zro]] I'm not sure why that difference. I don't understand what you mean about the single and multiprocessor machines. As far as I know the [http://www.thinkwiki.org/wiki/Category:T61#Standard_Features|T61 comes with Core Duo]. So as far as the 4th sensor I wouldn't have an answer for you. I still haven't got time to figure out sensors 9, 10 and 11 though, if you find that out let me know (and update [http://www.thinkwiki.org/wiki/Thermal_Sensors#ThinkPad_T61|my post]). I also have a T60p which also have some unknown sensors. Thanks! --[[User:Lunatico|Lunatico]] 15:37, 18 January 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
T61: It appears the sensor 10 (/proc/acpi/ibm/thermal, counted from 1) is the RAM module(s). The strange thing is (and I would like to hear reports from other TP owners) that it is quite resilient to cooling, meaning that in active use it stubbornly hovers around 43*C, and only goes up from there slowly, with the fan kicking at ~3300 RPM but not achieving any spectacular results, with the sensor reading around 45*C (and up to 48*C, which is the highest I observed). The effect is a loud laptop because of a single sensor/area. This is either poor cooling design or some bad design decisions that have to do with RAM. The hot area appears to be bottom side, under the touchpad area, slightly to the right (towards harddrive). Harddrive is 30*C. 14&amp;quot; WXGA+ T61, RAM: 2x1Gb, HDD: Seagate ST910021AS, Intel GMA X3100, Bluetooth, w/o Fingerprint reader. &lt;br /&gt;
--[[User:amn|amn]] 20:00, 1 February 2009 (GMT)&lt;/div&gt;</summary>
		<author><name>Amn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Problem_with_CPU_frequency_scaling&amp;diff=39517</id>
		<title>Problem with CPU frequency scaling</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Problem_with_CPU_frequency_scaling&amp;diff=39517"/>
		<updated>2008-11-05T14:20:16Z</updated>

		<summary type="html">&lt;p&gt;Amn: /* Affected Models */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
==Symptom==&lt;br /&gt;
If the battery pack is removed and the laptop is powered by AC only, the CPU downclocks to the lowest multiplier and remains locked in low speed. This happens irrespective of the scaling method in use (kernelspace or userspace) and of the frequency governor selected (ondemand, performance, etc.).&lt;br /&gt;
&lt;br /&gt;
Output of cpufreq-info (on AC power without battery):&lt;br /&gt;
&lt;br /&gt;
  analyzing CPU 0:&lt;br /&gt;
  driver: centrino&lt;br /&gt;
  CPUs which need to switch frequency at the same time: 0 1&lt;br /&gt;
  hardware limits: 1000 MHz - 1.83 GHz&lt;br /&gt;
  available frequency steps: 1.83 GHz, 1.33 GHz, 1000 MHz&lt;br /&gt;
  available cpufreq governors: ondemand, userspace, powersave, performance&lt;br /&gt;
  '''current policy: frequency should be within 1000 MHz and 1000 MHz.'''&lt;br /&gt;
                  The governor &amp;quot;ondemand&amp;quot; may decide which speed to use&lt;br /&gt;
                  within this range.&lt;br /&gt;
  current CPU frequency is 1000 MHz (asserted by call to hardware).&lt;br /&gt;
  &lt;br /&gt;
  analyzing CPU 1:&lt;br /&gt;
  driver: centrino&lt;br /&gt;
  CPUs which need to switch frequency at the same time: 0 1&lt;br /&gt;
  hardware limits: 1000 MHz - 1.83 GHz&lt;br /&gt;
  available frequency steps: 1.83 GHz, 1.33 GHz, 1000 MHz&lt;br /&gt;
  available cpufreq governors: ondemand, userspace, powersave, performance&lt;br /&gt;
  '''current policy: frequency should be within 1000 MHz and 1000 MHz.'''&lt;br /&gt;
                  The governor &amp;quot;ondemand&amp;quot; may decide which speed to use&lt;br /&gt;
                  within this range.&lt;br /&gt;
  current CPU frequency is 1000 MHz (asserted by call to hardware).&lt;br /&gt;
&lt;br /&gt;
Output of cpufreq-info (on AC power with battery plugged in):&lt;br /&gt;
&lt;br /&gt;
  analyzing CPU 0:&lt;br /&gt;
  driver: centrino&lt;br /&gt;
  CPUs which need to switch frequency at the same time: 0 1&lt;br /&gt;
  hardware limits: 1000 MHz - 1.83 GHz&lt;br /&gt;
  available frequency steps: 1.83 GHz, 1.33 GHz, 1000 MHz&lt;br /&gt;
  available cpufreq governors: ondemand, userspace, powersave, performance&lt;br /&gt;
  '''current policy: frequency should be within 1000 MHz and 1.83 GHz.'''&lt;br /&gt;
                  The governor &amp;quot;ondemand&amp;quot; may decide which speed to use&lt;br /&gt;
                  within this range.&lt;br /&gt;
  current CPU frequency is 1000 MHz (asserted by call to hardware).&lt;br /&gt;
  &lt;br /&gt;
  analyzing CPU 1:&lt;br /&gt;
  driver: centrino&lt;br /&gt;
  CPUs which need to switch frequency at the same time: 0 1&lt;br /&gt;
  hardware limits: 1000 MHz - 1.83 GHz&lt;br /&gt;
  available frequency steps: 1.83 GHz, 1.33 GHz, 1000 MHz&lt;br /&gt;
  available cpufreq governors: ondemand, userspace, powersave, performance&lt;br /&gt;
  '''current policy: frequency should be within 1000 MHz and 1.83 GHz.'''&lt;br /&gt;
                  The governor &amp;quot;ondemand&amp;quot; may decide which speed to use&lt;br /&gt;
                  within this range.&lt;br /&gt;
  current CPU frequency is 1000 MHz (asserted by call to hardware).&lt;br /&gt;
&lt;br /&gt;
==Solution==&lt;br /&gt;
Other than using the laptop with the battery pack always inserted, no solution is known at this point.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Update:'''&lt;br /&gt;
&lt;br /&gt;
On my Z61m with a T5500 I had the same problem.&lt;br /&gt;
After several hours of debugging I noticed, that my ACPI BIOS returns another _PPC value (2) than at boot-time with batery (0).&lt;br /&gt;
The Kernel-code says:&lt;br /&gt;
        /*&lt;br /&gt;
         * _PPC indicates the maximum state currently supported by the platform&lt;br /&gt;
         * (e.g. 0 = states 0..n; 1 = states 1..n; etc.&lt;br /&gt;
         */&lt;br /&gt;
Thats mean, that my Bios says, after batery release only state 2 is possible. There is already a (for me unknown and undocumented) Patch for such a worse ACPI BIOS:&lt;br /&gt;
&lt;br /&gt;
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=623b78c39c4525731f852072edd742cc4fba6786&lt;br /&gt;
&lt;br /&gt;
You only have to add &amp;quot;processor.ignore_ppc=1&amp;quot; to your kernel parameters and everything works fine.&lt;br /&gt;
&lt;br /&gt;
Tested with 2.6.26-rc1 on a Z61m with a 1.67GHz T5500 Processor.&lt;br /&gt;
&lt;br /&gt;
'''Update 2:'''&lt;br /&gt;
&lt;br /&gt;
The Patch above seems to be available since 2.6.25&lt;br /&gt;
&lt;br /&gt;
== Affected Models ==&lt;br /&gt;
{{Z61m}}&amp;lt;br /&amp;gt;&lt;br /&gt;
{{T61}}&lt;/div&gt;</summary>
		<author><name>Amn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Problem_with_CPU_frequency_scaling&amp;diff=39516</id>
		<title>Problem with CPU frequency scaling</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Problem_with_CPU_frequency_scaling&amp;diff=39516"/>
		<updated>2008-11-05T14:20:04Z</updated>

		<summary type="html">&lt;p&gt;Amn: /* Affected Models */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
==Symptom==&lt;br /&gt;
If the battery pack is removed and the laptop is powered by AC only, the CPU downclocks to the lowest multiplier and remains locked in low speed. This happens irrespective of the scaling method in use (kernelspace or userspace) and of the frequency governor selected (ondemand, performance, etc.).&lt;br /&gt;
&lt;br /&gt;
Output of cpufreq-info (on AC power without battery):&lt;br /&gt;
&lt;br /&gt;
  analyzing CPU 0:&lt;br /&gt;
  driver: centrino&lt;br /&gt;
  CPUs which need to switch frequency at the same time: 0 1&lt;br /&gt;
  hardware limits: 1000 MHz - 1.83 GHz&lt;br /&gt;
  available frequency steps: 1.83 GHz, 1.33 GHz, 1000 MHz&lt;br /&gt;
  available cpufreq governors: ondemand, userspace, powersave, performance&lt;br /&gt;
  '''current policy: frequency should be within 1000 MHz and 1000 MHz.'''&lt;br /&gt;
                  The governor &amp;quot;ondemand&amp;quot; may decide which speed to use&lt;br /&gt;
                  within this range.&lt;br /&gt;
  current CPU frequency is 1000 MHz (asserted by call to hardware).&lt;br /&gt;
  &lt;br /&gt;
  analyzing CPU 1:&lt;br /&gt;
  driver: centrino&lt;br /&gt;
  CPUs which need to switch frequency at the same time: 0 1&lt;br /&gt;
  hardware limits: 1000 MHz - 1.83 GHz&lt;br /&gt;
  available frequency steps: 1.83 GHz, 1.33 GHz, 1000 MHz&lt;br /&gt;
  available cpufreq governors: ondemand, userspace, powersave, performance&lt;br /&gt;
  '''current policy: frequency should be within 1000 MHz and 1000 MHz.'''&lt;br /&gt;
                  The governor &amp;quot;ondemand&amp;quot; may decide which speed to use&lt;br /&gt;
                  within this range.&lt;br /&gt;
  current CPU frequency is 1000 MHz (asserted by call to hardware).&lt;br /&gt;
&lt;br /&gt;
Output of cpufreq-info (on AC power with battery plugged in):&lt;br /&gt;
&lt;br /&gt;
  analyzing CPU 0:&lt;br /&gt;
  driver: centrino&lt;br /&gt;
  CPUs which need to switch frequency at the same time: 0 1&lt;br /&gt;
  hardware limits: 1000 MHz - 1.83 GHz&lt;br /&gt;
  available frequency steps: 1.83 GHz, 1.33 GHz, 1000 MHz&lt;br /&gt;
  available cpufreq governors: ondemand, userspace, powersave, performance&lt;br /&gt;
  '''current policy: frequency should be within 1000 MHz and 1.83 GHz.'''&lt;br /&gt;
                  The governor &amp;quot;ondemand&amp;quot; may decide which speed to use&lt;br /&gt;
                  within this range.&lt;br /&gt;
  current CPU frequency is 1000 MHz (asserted by call to hardware).&lt;br /&gt;
  &lt;br /&gt;
  analyzing CPU 1:&lt;br /&gt;
  driver: centrino&lt;br /&gt;
  CPUs which need to switch frequency at the same time: 0 1&lt;br /&gt;
  hardware limits: 1000 MHz - 1.83 GHz&lt;br /&gt;
  available frequency steps: 1.83 GHz, 1.33 GHz, 1000 MHz&lt;br /&gt;
  available cpufreq governors: ondemand, userspace, powersave, performance&lt;br /&gt;
  '''current policy: frequency should be within 1000 MHz and 1.83 GHz.'''&lt;br /&gt;
                  The governor &amp;quot;ondemand&amp;quot; may decide which speed to use&lt;br /&gt;
                  within this range.&lt;br /&gt;
  current CPU frequency is 1000 MHz (asserted by call to hardware).&lt;br /&gt;
&lt;br /&gt;
==Solution==&lt;br /&gt;
Other than using the laptop with the battery pack always inserted, no solution is known at this point.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Update:'''&lt;br /&gt;
&lt;br /&gt;
On my Z61m with a T5500 I had the same problem.&lt;br /&gt;
After several hours of debugging I noticed, that my ACPI BIOS returns another _PPC value (2) than at boot-time with batery (0).&lt;br /&gt;
The Kernel-code says:&lt;br /&gt;
        /*&lt;br /&gt;
         * _PPC indicates the maximum state currently supported by the platform&lt;br /&gt;
         * (e.g. 0 = states 0..n; 1 = states 1..n; etc.&lt;br /&gt;
         */&lt;br /&gt;
Thats mean, that my Bios says, after batery release only state 2 is possible. There is already a (for me unknown and undocumented) Patch for such a worse ACPI BIOS:&lt;br /&gt;
&lt;br /&gt;
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=623b78c39c4525731f852072edd742cc4fba6786&lt;br /&gt;
&lt;br /&gt;
You only have to add &amp;quot;processor.ignore_ppc=1&amp;quot; to your kernel parameters and everything works fine.&lt;br /&gt;
&lt;br /&gt;
Tested with 2.6.26-rc1 on a Z61m with a 1.67GHz T5500 Processor.&lt;br /&gt;
&lt;br /&gt;
'''Update 2:'''&lt;br /&gt;
&lt;br /&gt;
The Patch above seems to be available since 2.6.25&lt;br /&gt;
&lt;br /&gt;
== Affected Models ==&lt;br /&gt;
{{Z61m}}&lt;br /&gt;
{{T61}}&lt;/div&gt;</summary>
		<author><name>Amn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Problem_with_CPU_frequency_scaling&amp;diff=39515</id>
		<title>Talk:Problem with CPU frequency scaling</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Problem_with_CPU_frequency_scaling&amp;diff=39515"/>
		<updated>2008-11-05T14:17:55Z</updated>

		<summary type="html">&lt;p&gt;Amn: issue present in T61 too.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Can confirm weird behaviour of artifical cpu frequency ceiling set at 1.2Ghz on a Thinkpad T61 (instead of advertised 2.0Ghz) when battery is absent. What happens is that irrelevant of cpu frequency governor, kernelspace or userspace, the ceiling is apparently set to 1.2Ghz, so even governors that do scale frequencies, these only go up to 1.2Ghz. No such issues when a battery is inserted&lt;br /&gt;
&lt;br /&gt;
Machine: Thinkpad T61, model 7658CTO, 14&amp;quot; WXGA+, Intel GMA965 integrated graphics, Intel Core 2 Duo T7300 @ 2.0Ghz, Seagate ST910021AS hard drive, Intel 4965AGN wireless, Matsushita DVD RW drive.&lt;br /&gt;
&lt;br /&gt;
OS: Ubuntu 8.04.1 LTS, 32-bit. No internal packages altered apparently, the issue appeared right from the vanilla install.&lt;br /&gt;
&lt;br /&gt;
I wonder how many people have this problem, and if there is any fix in sight? Do all Linux flavours suffer from this? Do Windows machines suffer from this likewise?&lt;br /&gt;
&lt;br /&gt;
Is this an EC or BIOS issue, that an OS can simply do nothing about?&lt;br /&gt;
&lt;br /&gt;
-amn.&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Amn</name></author>
		
	</entry>
</feed>