blob: d2d52fdb04cce58862036e32a6d01c0d899909f2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
body {
background:#fff;
color:#000;
font-family:sans-serif;
font-size:1em;
}
</style>
<title>Libreboot documentation: Unbricking the ThinkPad T60</title>
</head>
<body>
<header>
<h1>Changing heatsink (or CPU) on the ThinkPad T60</h1>
<aside>Using this guide you can also change/upgrade the CPU.</aside>
</header>
<p>Or go <a href="../index.html">back to main index</a></p>
<h1 id="hardware_requirements">Hardware requirements</h1>
<ul>
<li>rubbing a***hol (misspelling intentional. halal internet) and thermal compound for changing CPU heatsink (procedure involves removing heatsink)</li>
<li>thermal compound/paste (Arctic Silver 5 is good. Others are also good.)</li>
</ul>
<h1 id="software_requirements">Software requirements</h1>
<ul>
<li>xsensors</li>
<li>stress</li>
</ul>
<h1 id="recovery">Disassembly</h1>
<p>
Remove those screws and remove the HDD:<br/>
<img src="t60_dev/0001.JPG" alt="" /> <img src="t60_dev/0002.JPG" alt="" />
</p>
<p>
Lift off the palm rest:<br/>
<img src="t60_dev/0003.JPG" alt="" />
</p>
<p>
Lift up the keyboard, pull it back a bit, flip it over like that and then disconnect it from the board:<br/>
<img src="t60_dev/0004.JPG" alt="" /> <img src="t60_dev/0005.JPG" alt="" /> <img src="t60_dev/0006.JPG" alt="" />
</p>
<p>
Gently wedge both sides loose:<br/>
<img src="t60_dev/0007.JPG" alt="" /> <img src="t60_dev/0008.JPG" alt="" />
</p>
<p>
Remove that cable from the position:<br/>
<img src="t60_dev/0009.JPG" alt="" /> <img src="t60_dev/0010.JPG" alt="" />
</p>
<p>
Remove the bezel (sorry forgot to take pics).
</p>
<p>
On the CPU (and there is another chip south-east to it, sorry forgot to take pic)
clean off the old thermal paste (rubbing a1ocheal (misspelling intentional. halal internet)) and apply new (Artic Silver 5 is good, others are good too)
you should also clean the heatsink the same way<br/>
<img src="t60_dev/0051.JPG" alt="" />
</p>
<p>
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
(higher speed, 64-bit support). A Core 2 Duo T7600 was installed here.
</p>
<p>
Attach the heatsink and install the screws (also, make sure to install the AC jack as highlighted):<br/>
<img src="t60_dev/0052.JPG" alt="" />
</p>
<p>
Reinstall that upper bezel:<br/>
<img src="t60_dev/0053.JPG" alt="" />
</p>
<p>
Do that:<br/>
<img src="t60_dev/0054.JPG" alt="" /> <img src="t60_dev/0055.JPG" alt="" />
</p>
<p>
Attach keyboard:<br/>
<img src="t60_dev/0056.JPG" alt="" />
</p>
<p>
Place keyboard and (sorry, forgot to take pics) reinstall the palmrest and insert screws on the underside:<br/>
<img src="t60_dev/0058.JPG" alt="" />
</p>
<p>
It lives!<br/>
<img src="t60_dev/0071.JPG" alt="" /> <img src="t60_dev/0072.JPG" alt="" /> <img src="t60_dev/0073.JPG" alt="" />
</p>
<p>
Always stress test ('stress -c 2' and xsensors. below 90C is ok) when replacing cpu paste/heatsink:<br/>
<img src="t60_dev/0074.JPG" alt="" />
</p>
<hr/>
<p>
Copyright © 2014 Francis Rowe, All Rights Reserved.<br/>
See <a href="../license.html">../license.html</a> for license conditions.
</p>
</body>
</html>
|