Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6fb321834d
|
||
|
|
36b494b8a4
|
@@ -1,5 +1,8 @@
|
||||
<html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<style type="text/css">
|
||||
div {
|
||||
padding: 20px;
|
||||
@@ -16,6 +19,12 @@
|
||||
.support {
|
||||
background: #C3B299;
|
||||
}
|
||||
.textattach {
|
||||
max-height: 800px;
|
||||
overflow: auto;
|
||||
padding: 5px;
|
||||
border: 1px solid #333;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@@ -112,7 +121,7 @@
|
||||
|
||||
<div class="me">
|
||||
<p>The log is attached</p>
|
||||
<pre>
|
||||
<pre class="textattach">
|
||||
gpio init!
|
||||
usb pweren
|
||||
pll config ok
|
||||
@@ -2002,5 +2011,18 @@ The system will power off now!
|
||||
[ 127.92036
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
<div class="support">
|
||||
<p>Hey guy,</p>
|
||||
|
||||
<p>Based on the troubleshooting log, we've identified the cause: the reason for no video output could be either the monitor or the docking station. However, you previously verified that the monitor is working normally. Therefore, we suspect the docking station might be faulty. You may need to replace it with another docking station to support video output.</p>
|
||||
|
||||
<p>Best regards,<br>
|
||||
DC support team</p>
|
||||
</div>
|
||||
|
||||
<div class="support">
|
||||
<p>Additionally, connect the docking station to an Intel NUC device to test and determine whether the docking station is faulty.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user