t60_heatsink.html 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <style type="text/css">
  7. @import url('../css/main.css');
  8. </style>
  9. <title>Changing the heatsink or CPU on a ThinkPad T60</title>
  10. </head>
  11. <body>
  12. <div class="section">
  13. <h1>Changing heatsink (or CPU) on the ThinkPad T60</h1>
  14. <p>
  15. Using this guide you can also change/upgrade the CPU.
  16. </p>
  17. <p><a href="index.html">Back to previous index</a></p>
  18. </div>
  19. <div class="section">
  20. <h1 id="hardware_requirements">Hardware requirements</h1>
  21. <ul>
  22. <li>rubbing alcohol or isopropyl alcohol, and thermal compound for changing CPU heatsink (procedure involves removing heatsink)</li>
  23. <li>thermal compound/paste (Arctic Silver 5 is good. Others are also good.)</li>
  24. </ul>
  25. </div>
  26. <div class="section">
  27. <h1 id="software_requirements">Software requirements</h1>
  28. <ul>
  29. <li>xsensors</li>
  30. <li>stress</li>
  31. </ul>
  32. </div>
  33. <div class="section">
  34. <h1 id="recovery">Disassembly</h1>
  35. <p>
  36. Remove those screws and remove the HDD:<br/>
  37. <img src="../images/t60_dev/0001.JPG" alt="" /> <img src="../images/t60_dev/0002.JPG" alt="" />
  38. </p>
  39. <p>
  40. Lift off the palm rest:<br/>
  41. <img src="../images/t60_dev/0003.JPG" alt="" />
  42. </p>
  43. <p>
  44. Lift up the keyboard, pull it back a bit, flip it over like that and then disconnect it from the board:<br/>
  45. <img src="../images/t60_dev/0004.JPG" alt="" /> <img src="../images/t60_dev/0005.JPG" alt="" /> <img src="../images/t60_dev/0006.JPG" alt="" />
  46. </p>
  47. <p>
  48. Gently wedge both sides loose:<br/>
  49. <img src="../images/t60_dev/0007.JPG" alt="" /> <img src="../images/t60_dev/0008.JPG" alt="" />
  50. </p>
  51. <p>
  52. Remove that cable from the position:<br/>
  53. <img src="../images/t60_dev/0009.JPG" alt="" /> <img src="../images/t60_dev/0010.JPG" alt="" />
  54. </p>
  55. <p>
  56. Remove the bezel (sorry forgot to take pics).
  57. </p>
  58. <p>
  59. On the CPU (and there is another chip south-east to it, sorry forgot to take pic)
  60. clean off the old thermal paste (with the alcohol) and apply new (Artic Silver 5 is good, others are good too)
  61. you should also clean the heatsink the same way<br/>
  62. <img src="../images/t60_dev/0051.JPG" alt="" />
  63. </p>
  64. <p>
  65. This is also an opportunity to change the CPU to another one. For example if you had a Core Duo T2400, you can upgrade it to a better processor
  66. (higher speed, 64-bit support). A Core 2 Duo T7600 was installed here.
  67. </p>
  68. <p>
  69. Attach the heatsink and install the screws (also, make sure to install the AC jack as highlighted):<br/>
  70. <img src="../images/t60_dev/0052.JPG" alt="" />
  71. </p>
  72. <p>
  73. Reinstall that upper bezel:<br/>
  74. <img src="../images/t60_dev/0053.JPG" alt="" />
  75. </p>
  76. <p>
  77. Do that:<br/>
  78. <img src="../images/t60_dev/0054.JPG" alt="" /> <img src="../images/t60_dev/0055.JPG" alt="" />
  79. </p>
  80. <p>
  81. Attach keyboard:<br/>
  82. <img src="../images/t60_dev/0056.JPG" alt="" />
  83. </p>
  84. <p>
  85. Place keyboard and (sorry, forgot to take pics) reinstall the palmrest and insert screws on the underside:<br/>
  86. <img src="../images/t60_dev/0058.JPG" alt="" />
  87. </p>
  88. <p>
  89. It lives!<br/>
  90. <img src="../images/t60_dev/0071.JPG" alt="" /> <img src="../images/t60_dev/0072.JPG" alt="" /> <img src="../images/t60_dev/0073.JPG" alt="" />
  91. </p>
  92. <p>
  93. Always stress test ('stress -c 2' and xsensors. below 90C is ok) when replacing cpu paste/heatsink:<br/>
  94. <img src="../images/t60_dev/0074.JPG" alt="" />
  95. </p>
  96. </div>
  97. <div class="section">
  98. <p>
  99. Copyright &copy; 2014, 2015 Francis Rowe &lt;info@gluglug.org.uk&gt;<br/>
  100. This document is released under the Creative Commons Attribution-ShareAlike 4.0 International Public License and all future versions.
  101. A copy of the license can be found at <a href="../cc-by-sa-4.txt">../cc-by-sa-4.txt</a>.
  102. </p>
  103. <p>
  104. This document is distributed in the hope that it will be useful,
  105. but WITHOUT ANY WARRANTY; without even the implied warranty of
  106. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See <a href="../cc-by-sa-4.txt">../cc-by-sa-4.txt</a> for more information.
  107. </p>
  108. </div>
  109. </body>
  110. </html>