mirror of https://github.com/pikvm/pikvm.git
fix
This commit is contained in:
parent
57ee19e7cb
commit
93f4686617
|
|
@ -111,7 +111,7 @@ By default, `kvmd-otgnet` will configure network connection between PiKVM and th
|
|||
## Working with Windows Computers
|
||||
This has been proven to work with Windows:
|
||||
|
||||
1. Set the driver type to `rndis` (see above).
|
||||
1. Set the driver type to **rndis** (see above).
|
||||
|
||||
2. Download [this driver](https://modclouddownloadprod.blob.core.windows.net/shared/mod-rndis-driver-windows.zip) on the Windows machine and unzip it somewhere.
|
||||
|
||||
|
|
@ -121,34 +121,34 @@ This has been proven to work with Windows:
|
|||
4. Select **Properties** of the **Composite KVM Device**:<br>
|
||||

|
||||
|
||||
5. Select the `RNDIS Device` and click properties:<br>
|
||||
5. Select the **RNDIS Device** and click properties:<br>
|
||||

|
||||
|
||||
6. Switch to the "Driver" Tab and then click "Update driver"
|
||||
6. Switch to the **Driver** tab and then click **Update driver**.
|
||||
|
||||
7. Click "Browse my computer for driver software" \
|
||||
7. Click **Browse my computer for driver software**:<br>
|
||||

|
||||
|
||||
8. Click "Let me pick from a list of available drivers on my Computer" \
|
||||
8. Click **Let me pick from a list of available drivers on my Computer**:<br>
|
||||

|
||||
|
||||
9. From the list of available hardware types, scroll down and select "Network adapters", then click next \
|
||||
9. From the list of available hardware types, scroll down and select **Network adapters**, then click **Next**:<br>
|
||||

|
||||
|
||||
10. Click "Have disk" \
|
||||
10. Click **Have disk**:<br>
|
||||

|
||||
|
||||
11. Click Browse, navigate to the folder where you've stored the driver and select the `RNDIS.inf`, press Open and then OK \
|
||||
11. Click Browse, navigate to the folder where you've stored the driver and select the **RNDIS.inf**, press **Open** and then **OK**:<br>
|
||||

|
||||
|
||||
12. Select "Acer Netchip RNDIS/Ethernet Gadget" and click Next \
|
||||
12. Select **Acer Netchip RNDIS/Ethernet Gadget** and click **Next**:<br>
|
||||

|
||||
|
||||
13. Dismiss the warning about non-compatible drivers by clicking "Yes" \
|
||||
13. Dismiss the warning about non-compatible drivers by clicking **Yes**:<br>
|
||||

|
||||
|
||||
14. You're done - the device should now be recognized. \
|
||||
14. You're done - the device should now be recognized:<br>
|
||||

|
||||
|
||||
15. Verify the card is working by pinging your piKVM in a console: `ping 169.254.0.1` \
|
||||
15. Verify the card is working by pinging your PiKVM in a console: `ping 169.254.0.1`:<br>
|
||||

|
||||
|
|
|
|||
Loading…
Reference in New Issue