~odm-portal-dev/odm-portal/trunk

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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<title>Ubuntu Hardware Debugging</title>

<link rel="shortcut icon" href="images/favicon.ico" type="image/ico" />
<link rel="icon" href="images/favicon.ico" type="image/ico" />

<!-- stylesheets -->
<!--[if !IE ]><!-->
<link rel="stylesheet" type="text/css" href="css/default.css" />
<!--<![endif]-->

<!--[if gte IE 7]>
<link rel="stylesheet" type="text/css" href="css/ie.css" />
<![endif]-->

<!--[if IE 6 ]>
<link rel="stylesheet" type="text/css" href="css/ie6.css" media="screen, projection" />
<![endif]-->

<!--[if IE ]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-27039846-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
</head>
<body id="home">

<header id="page-header">
<div class="container" >
<nav id="main-nav">
<a class="main-nav-item" href="http://www.ubuntu.com/project/about-ubuntu" title="About Ubuntu">About Ubuntu</a>
<a class="main-nav-item" href="https://wiki.ubuntu.com/UbuntuDevelopment/GettingSetUp" title="Getting started">Getting started</a>
<a class="main-nav-item" href="https://wiki.ubuntu.com/Kernel/Reference/fwts" title="Firmware Test Suite">Firmware Test Suite</a>
<a class="main-nav-item" href="http://www.canonical.com/partners/oem" title="Partner Programme">Partner Programme</a>

</nav>
<h1 id="top-logo"><img class="png" id="the-logo" src="http://www.ubuntu.com//sites/default/themes/ubuntu10/logo.png" alt="Ubuntu" width="118" height="27" /><span id="loco">Hardware Debugging</span></h1>
</div>
</header>
<!-- 
<aside id="page-related">
<div class="container" id="sub-nav-container" >
<nav id="sub-nav">
<a class="sub-nav-item" href="javascript:void(0)" title="Sub Item 1">Sub Item 1</a>
<a class="sub-nav-item" href="javascript:void(0)" title="Sub Item 2">Sub Item 2</a>
<a class="sub-nav-item" href="javascript:void(0)" title="Sub Item 3">Sub Item 3</a>
<a class="sub-nav-item" href="javascript:void(0)" title="Sub Item 4">Sub Item 4</a>
<a class="sub-nav-item" href="javascript:void(0)" title="Sub Item 5">Sub  Item 5</a>
</nav>
<section id="searchbox-container">
<form action="" method="post">
<input type="text" name="search" id="searchbox" value="Search..." />
<input type="button" id="go-search" value="Go!">
<a id="more-search" href="javascript:void(0)" title="Advanced Search">more</a>
</form>
</section>
<hr class="divide" />
</div>
</aside>
 -->
<section id="main-section">
<div class="container" >
<section id="showcase">
<section class="showcase-item">
<h2 class="showcase-heading">Ubuntu Hardware Summit</h2>
<h3 class="showcase-subheading">Taipei, Taiwan - December 8<sup>th</sup>, 2011</h3>
<p class="showcase-text">
Building on the success of 2010 (over 200 attendees), the <strong>2011 Ubuntu Hardware Summit</strong> promises to deliver more.
</p>
<p class="showcase-text">
<a href="http://www.canonical.com/about-canonical/news-and-events/events/2011/12/08/live-events/ubuntu-hardware-summit-2011">Learn more&hellip;</a>
</p>
</section>
<figure class="showcase-figure">
<img class="showcase-img" src="images/uhs.png" width="600" alt="Attendees at the Ubuntu Hardware Summit" />
</figure>

<hr class="divide-showcase" />


<section id="content">
<!-- three columns  content -->
<article class="side-content alone">
<h3>Getting started</h3>
<ul>
<li><a href="http://www.ubuntu.com/download/ubuntu/download">Download Ubuntu</a></li>
<li><a href="https://wiki.ubuntu.com/UbuntuDevelopment/GettingSetUp">Set up your environment</a></li>
<li><a href="https://wiki.ubuntu.com/Kernel/MainlineBuilds">Get the latest Kernels</a></li>
<li><a href="https://wiki.ubuntu.com/Kernel/KernelDebuggingTricks">Useful Debugging Tricks</a></li>
<li><a href="https://help.ubuntu.com/community/DebuggingSystemCrash">Understanding System Crash Logs</a></li>
</ul>

</article>
<article class="side-content alone">
<h3>Resources</h3>
<ul>
<li><a href="http://www.ubuntu.com/certification/">Certified Hardware</a></li>
<li><a href="https://wiki.ubuntu.com/DebuggingProcedures#Debugging_Tools">Debugging Tools</a></li>
<li><a href="https://wiki.ubuntu.com/Kernel/Reference/S3SystemTapDebug">System Tap Utilities</a></li>
<li><a href="https://wiki.ubuntu.com/PackagingGuide">Packaging Guide</a></li>
<li><a href="https://help.ubuntu.com/community/Kernel/Compile">Build your own Kernel</a></li>
</ul>
</article>
<article class="side-content alone">
<h3>Debugging Tips</h3>
<ul>
<li><a class="https" href="https://wiki.ubuntu.com/Hotkeys/Troubleshooting">Hotkeys</a></li>
<li><a class="https" href="https://wiki.ubuntu.com/DebuggingKernelSuspendHibernateResume">Suspend and Resume</a></li>
<li><a class="https" href="https://wiki.ubuntu.com/DebuggingSoundProblems">Sound</a></li>
<li><a class="https" href="https://wiki.ubuntu.com/X/Troubleshooting/Freeze">X Freezes</a></li>
<li><a class="https" href="https://help.ubuntu.com/community/WifiDocs/WirelessTroubleShootingGuide">Wireless</a></li>
</ul>
</article>


<!-- two columns  content -->
<section id="content">
<article class="minor-content">
<img src="images/fwts_live_small.png" width=300 alt="Firmware Test Suite Live" />
<h3>Test without installing</h3>
<p>
fwts-live is a bootable USB image that will automatically boot and run the firmware test suite.
</p>
<p>
<a href="https://wiki.ubuntu.com/HardwareEnablementTeam/Documentation/FirmwareTestSuiteLive">Learn more&hellip;</a>
</p>
</section>
<article class="minor-content">
<img src="images/fwts_live_small.png" width=300 alt="Firmware Test Suite Live" />
<h3>Test without installing</h3>
<p>
fwts-live is a bootable USB image that will automatically boot and run the firmware test suite.
</p>
<p>
<a href="https://wiki.ubuntu.com/HardwareEnablementTeam/Documentation/FirmwareTestSuiteLive">Learn more&hellip;</a>
</p>
</section>

<hr class="divide" />
</section>
</div>

<footer id="page-footer">
<div class="container">
<!-- 1st Col   -->
<dl class="footer-content">
<dt>
Getting started
</dt>
<dd>
<ul class="footer-links">
<li class="footer-item"><a class="footer-link" href="http://www.ubuntu.com/download/ubuntu/download" title="Download Ubuntu">Download Ubuntu</a></li>
<li class="footer-item"><a class="footer-link" href="http://www.ubuntu.com/download/server/download" title="Download Ubuntu Server">Download Ubuntu Server</a></li>
<li class="footer-item"><a class="footer-link" href="https://wiki.ubuntu.com/UbuntuDevelopment/GettingSetUp" title="Getting Set up">Getting Set up</a></li>
<li class="footer-item"><a class="footer-link" href="https://wiki.ubuntu.com/Kernel/MainlineBuilds" title="Mainline Kernels">Mainline Kernels</a></li>
</ul>
</dd>
</dl>


<!-- 2nd Col   -->
<dl class="footer-content">
<dt>
<a class="footer-link-main">Hardware debugging</a>
</dt>
<dd>
<ul class="footer-links">
<li class="footer-item"><a class="footer-link" href="https://wiki.ubuntu.com/Kernel/KernelDebuggingTricks" title="Tips">Tips</a></li>
<li class="footer-item"><a class="footer-link" href="https://wiki.ubuntu.com/Kernel/Debugging" title="Kernel Debugging">Kernel Debugging</a></li>
<li class="footer-item"><a class="footer-link" href="https://wiki.ubuntu.com/DebuggingProcedures" title="Debug Procedures">Debug Procedures</a></li>
<li class="footer-item"><a class="footer-link" href="http://www.ubuntu.com/certification/" title="Certified hardware">Certified hardware</a></li>
<li class="footer-item"><a class="footer-link" href="http://friendly.ubuntu.com/  " title="Community hardware">Community hardware</a></li>
</ul>
</dd>
</dl>



<!-- 3rd Col   -->
<dl class="footer-content" >
<dt>
<a class="footer-link-main">Support</a>
</dt>
<dd>
<ul class="footer-links" >
<li class="footer-item"><a class="footer-link" href="http://www.ubuntu.com/support/community" title="Community">Community</a></li>
<li class="footer-item"><a class="footer-link" href="http://www.ubuntu.com/support/training" title="Training">Training</a></li>
<li class="footer-item"><a class="footer-link" href="http://www.ubuntu.com/support/services" title="Services">Services</a></li>
<li class="footer-item"><a class="footer-link" href="http://www.ubuntu.com/usn" title="Security notices">Security notices</a></li>
</ul>
</dd>
</dl>



<!-- 4th Col   -->
<dl class="footer-content" >
<dt>
<a class="footer-link-main">Further information</a>
</dt>
<dd>
<ul class="footer-links" >
<li class="footer-item"><a class="footer-link" href="http://www.ubuntu.com/aboutus/trademarkpolicy" title="Trademark policy">Trademark policy</a></li>
<li class="footer-item"><a class="footer-link" href="http://www.ubuntu.com/legal" title="Legal information">Legal information</a></li>
<li class="footer-item"><a class="footer-link" href="http://www.canonical.com/about-canonical/careers" title="Careers">Careers</a></li>
<li class="footer-item"><a class="footer-link" href="https://wiki.ubuntu.com" title="   Ubuntu wiki">Ubuntu wiki</a></li>
</ul>
</dd>
</dl>


<p class="foot-note">&copy; 2011 Canonical Ltd. Ubuntu and Canonical are registered trademarks of Canonical Ltd.</p>
</div>
</footer>


<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>

<!-- IE6 hacks -->
<!--[if IE 6 ]>
<script src="js/pngFix.js"></script>
<script> DD_belatedPNG.fix('.png'); </script>
<![endif]-->
</body>
</html>