Skip to content

Commit

Permalink
docs: duo fix common picture name
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonfix committed Aug 30, 2024
1 parent d3899f7 commit ad4092a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions docs/duo/getting-started/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,43 +23,43 @@ If your Windows system is older, you need to manually install the CDC-NCM driver

2. The `CDC NCM` device appears in the Device Manager with a yellow exclamation mark indicating that the driver is not installed.

<Image src='/docs/duo/duo-usb-ncm_01.webp' maxWidth='80%' align='left' />
<Image src='/docs/duo/duo-usb-ncm_01.webp' maxWidth='80%' align='left' />

3. Select `CDC NCM` and right-click to select `Update Driver`.

<Image src='/docs/duo/duo-usb-ncm_02.webp' maxWidth='80%' align='left' />
<Image src='/docs/duo/duo-usb-ncm_02.webp' maxWidth='80%' align='left' />

4. Select `Browse my computer for drivers`.

<Image src='/docs/duo/duo-usb-ncm_03.webp' maxWidth='80%' align='left' />
<Image src='/docs/duo/duo-usb-ncm_03.webp' maxWidth='80%' align='left' />

5. Select `Let me pick from a list of available drivers on my computer`.

<Image src='/docs/duo/duo-usb-ncm_04.webp' maxWidth='80%' align='left' />
<Image src='/docs/duo/duo-usb-ncm_04.webp' maxWidth='80%' align='left' />

6. Select `Network Adapters`.

<Image src='/docs/duo/duo-usb-ncm_05.webp' maxWidth='80%' align='left' />
<Image src='/docs/duo/duo-usb-ncm_05.webp' maxWidth='80%' align='left' />

7. Select `Microsoft` in `Manufacturer` and `UsbNcm Host Device` in `Model`.

<Image src='/docs/duo/duo-usb-ncm_06.webp' maxWidth='80%' align='left' />
<Image src='/docs/duo/duo-usb-ncm_06.webp' maxWidth='80%' align='left' />

8. Ignore the warning message.

<Image src='/docs/duo/duo-usb-ncm_07.webp' maxWidth='80%' align='left' />
<Image src='/docs/duo/duo-usb-ncm_07.webp' maxWidth='80%' align='left' />

9. The driver was installed successfully.

<Image src='/docs/duo/duo-usb-ncm_08.webp' maxWidth='80%' align='left' />
<Image src='/docs/duo/duo-usb-ncm_08.webp' maxWidth='80%' align='left' />

10. Check `Network Adapter`, `UsbNcm Host Device` is displayed normally.

<Image src='/docs/duo/duo-usb-ncm_09.webp' maxWidth='80%' align='left' />
<Image src='/docs/duo/duo-usb-ncm_09.webp' maxWidth='80%' align='left' />

11. Use the `ping` command to test.

<Image src='/docs/duo/duo-usb-ncm_10.webp' maxWidth='80%' align='left' />
<Image src='/docs/duo/duo-usb-ncm_10.webp' maxWidth='80%' align='left' />

### Linux & macOS

Expand All @@ -83,11 +83,11 @@ rtt min/avg/max/mdev = 2.003/2.081/2.132/0.059 ms

1. Open the terminal and enter `ssh [email protected]`. The following prompt will appear for the first connection. Just enter `yes`.

<Image src='/docs/duo/duo-usb-ncm_ssh_01.webp' maxWidth='80%' align='left' />
<Image src='/docs/duo/duo-usb-ncm_ssh_01.webp' maxWidth='80%' align='left' />

2. Enter the password `milkv` (the password will not be displayed) and log in successfully.

<Image src='/docs/duo/duo-usb-ncm_ssh_02.webp' maxWidth='80%' align='left' />
<Image src='/docs/duo/duo-usb-ncm_ssh_02.webp' maxWidth='80%' align='left' />

### Modify the IP address of the USB network

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,43 +23,43 @@ CDC-NCM 在 Linux,macOS,以及最新的 Windows 系统上都免驱的,您

2. `CDC NCM` 设备出现在设备管理器中,显示为黄色的感叹号表示未安装驱动。

<Image src='/docs/duo/duo-usb-ncm_01_zh.webp' maxWidth='80%' align='left' />
<Image src='/docs/duo/duo-usb-ncm_01_zh.webp' maxWidth='80%' align='left' />

3. 选择 `CDC NCM` 后右键选择 `更新驱动程序`

<Image src='/docs/duo/duo-usb-ncm_02_zh.webp' maxWidth='80%' align='left' />
<Image src='/docs/duo/duo-usb-ncm_02_zh.webp' maxWidth='80%' align='left' />

4. 选择 `浏览我的电脑以查找驱动程序`

<Image src='/docs/duo/duo-usb-ncm_03_zh.webp' maxWidth='80%' align='left' />
<Image src='/docs/duo/duo-usb-ncm_03_zh.webp' maxWidth='80%' align='left' />

5. 选择 `让我从计算机上的可用驱动程序列表中选取`

<Image src='/docs/duo/duo-usb-ncm_04_zh.webp' maxWidth='80%' align='left' />
<Image src='/docs/duo/duo-usb-ncm_04_zh.webp' maxWidth='80%' align='left' />

6. 选择 `网络适配器`

<Image src='/docs/duo/duo-usb-ncm_05_zh.webp' maxWidth='80%' align='left' />
<Image src='/docs/duo/duo-usb-ncm_05_zh.webp' maxWidth='80%' align='left' />

7.`厂商` 中选择 `Microsoft``型号` 中选择 `UsbNcm Host Device`

<Image src='/docs/duo/duo-usb-ncm_06_zh.webp' maxWidth='80%' align='left' />
<Image src='/docs/duo/duo-usb-ncm_06_zh.webp' maxWidth='80%' align='left' />

8. 忽略警告信息。

<Image src='/docs/duo/duo-usb-ncm_07_zh.webp' maxWidth='80%' align='left' />
<Image src='/docs/duo/duo-usb-ncm_07_zh.webp' maxWidth='80%' align='left' />

9. 驱动程序安装成功。

<Image src='/docs/duo/duo-usb-ncm_08_zh.webp' maxWidth='80%' align='left' />
<Image src='/docs/duo/duo-usb-ncm_08_zh.webp' maxWidth='80%' align='left' />

10. 检查 `网络适配器``UsbNcm Host Device` 已经正常显示。

<Image src='/docs/duo/duo-usb-ncm_09_zh.webp' maxWidth='80%' align='left' />
<Image src='/docs/duo/duo-usb-ncm_09_zh.webp' maxWidth='80%' align='left' />

11. 使用 `ping` 命令测试。

<Image src='/docs/duo/duo-usb-ncm_10_zh.webp' maxWidth='80%' align='left' />
<Image src='/docs/duo/duo-usb-ncm_10.webp' maxWidth='80%' align='left' />

### Linux & macOS

Expand All @@ -83,11 +83,11 @@ rtt min/avg/max/mdev = 2.003/2.081/2.132/0.059 ms

1. 打开终端,输入 `ssh [email protected]`, 首次连接会有如下提示,直接输入 `yes`

<Image src='/docs/duo/duo-usb-ncm_ssh_01.webp' maxWidth='80%' align='left' />
<Image src='/docs/duo/duo-usb-ncm_ssh_01.webp' maxWidth='80%' align='left' />

2. 输入密码 `milkv` (密码将不会显示),登陆成功。

<Image src='/docs/duo/duo-usb-ncm_ssh_02.webp' maxWidth='80%' align='left' />
<Image src='/docs/duo/duo-usb-ncm_ssh_02.webp' maxWidth='80%' align='left' />

### 修改 USB 网络的 IP 地址

Expand Down
File renamed without changes.

0 comments on commit ad4092a

Please sign in to comment.