Add ways to modify cables

This commit is contained in:
BuGu
2025-09-04 20:11:56 +08:00
committed by GitHub
14 changed files with 109 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 595 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 KiB

View File

@@ -41,11 +41,9 @@ The NanoKVM-ATX includes:
![](./../../../assets/NanoKVM/pro/start/02_USB.png)
> For the first batch of ATX version users who choose the internal wiring option, it is recommended to cut the red wire (only powered externally) to prevent NanoKVM malfunctions caused by insufficient power from the motherboard's 9Pin USB.
> ❗❗❗For the first batch of users (the cable is different from Figure B below), if you choose the internal chassis wiring method, please check your email and follow the modification instructions provided in the email to connect the cables. Alternatively, refer to [here](https://wiki.sipeed.com/nanokvmpro-usb) to modify the cable.
![](./../../../assets/NanoKVM/pro/start/03_USB.png)
![](./../../../assets/NanoKVM/pro/start/04_USB.png)
![](./../../../assets/NanoKVM/pro/start/cable.png)
3. Use an Ethernet cable to connect the router/switch to the NanoKVM-Pro. If there is no wired network, this step can be skipped; Wi-Fi can be configured after powering on (requires purchasing the WiFi version).

View File

@@ -0,0 +1,39 @@
---
title: How to Modify USB 4-Pin
---
## Method 1: Connect as Shown Below
![](./../../../assets/NanoKVM/pro/usb/usb1.png)
Note: The black 5V cable needs to be cut at the position indicated in the figure below. Avoid having the wire end touch other components, which could cause a short circuit.
![](./../../../assets/NanoKVM/pro/usb/usb2.png)
## Method 2: Requires Swapping Some Wire Positions
1. Use a tool like tweezers, a toothpick, or a small screwdriver to lift the plastic tab of the 1.27mm terminal header.
![](./../../../assets/NanoKVM/pro/usb/usb3.png)
2. Pull out the cable (repeat steps 1/2 for all 4 cables).
![](./../../../assets/NanoKVM/pro/usb/usb4.png)
3. Press here.
![](./../../../assets/NanoKVM/pro/usb/usb5.png)
4. Use a tool like tweezers, a toothpick, or a small screwdriver to lift the plastic tab for the red wire on the 2.54mm terminal header.
![](./../../../assets/NanoKVM/pro/usb/usb6.png)
5. Cut both ends of the red wire. Be sure to insert the scissors deep into the heat shrink tubing to cut, avoiding any exposed wire ends.
![](./../../../assets/NanoKVM/pro/usb/usb7.png)
![](./../../../assets/NanoKVM/pro/usb/usb8.png)
6. Insert the 1.27mm wires into the connector as shown in the figure below.
![](./../../../assets/NanoKVM/pro/start/cable.png)

View File

@@ -41,7 +41,7 @@ NanoKVM-ATX包含
![](./../../../assets/NanoKVM/pro/start/02_USB.png)
> ❗❗❗首批用户线缆和下图b有区别若选择机箱内接线的方式请查收邮件并按照邮件的修改方式连接线缆如果未收到邮件请咨询support@sipeed.com或客服
> ❗❗❗首批用户线缆和下图b有区别若选择机箱内接线的方式请查收邮件并按照邮件的修改方式连接线缆,或者参考[此处](https://wiki.sipeed.com/nanokvmpro-usb)修改线缆
![](./../../../assets/NanoKVM/pro/start/cable.png)

View File

@@ -0,0 +1,39 @@
---
title: USB 4Pin 如何修改
---
## 方式一 按下图连接
![](./../../../assets/NanoKVM/pro/usb/usb1.png)
注意需要在下图指示的位置剪掉黑色5V线缆。避免线头触碰其他部件导致短路
![](./../../../assets/NanoKVM/pro/usb/usb2.png)
## 方法二:需要调换部分线序
1. 使用镊子/牙签/小螺丝刀等工具挑起1.27mm端子头的塑料片
![](./../../../assets/NanoKVM/pro/usb/usb3.png)
2. 拔出线缆(按步骤1/2重复操作4个线缆都要拔出)
![](./../../../assets/NanoKVM/pro/usb/usb4.png)
3. 按压这里
![](./../../../assets/NanoKVM/pro/usb/usb5.png)
4. 使用镊子/牙签/小螺丝刀等工具挑起2.54mm端子头的红色线缆的塑料片
![](./../../../assets/NanoKVM/pro/usb/usb6.png)
5. 剪掉红色线两端,请一定要尽量把剪刀伸进热缩管剪,避免线头露出来
![](./../../../assets/NanoKVM/pro/usb/usb7.png)
![](./../../../assets/NanoKVM/pro/usb/usb8.png)
6. 将1.27毫米的电线插入连接器,如下图所示
![](./../../../assets/NanoKVM/pro/start/cable.png)

View File

@@ -0,0 +1,14 @@
<script>
var hash = window.location.hash
var url_language = "zh"
if (navigator.language.indexOf("zh") == -1) {
url_language = "en"
}
switch (window.location.hash) {
case "#shell":
default:
location.href = window.location.origin + "/hardware/" + url_language + "/kvm/NanoKVM_Pro/usb_connect.html"
}
</script>

View File

@@ -0,0 +1,14 @@
<script>
var hash = window.location.hash
var url_language = "zh"
if (navigator.language.indexOf("zh") == -1) {
url_language = "en"
}
switch (window.location.hash) {
case "#shell":
default:
location.href = window.location.origin + "/hardware/" + url_language + "/kvm/NanoKVM_Pro/usb_connect.html"
}
</script>