mirror of https://github.com/pikvm/pikvm.git
udpate
This commit is contained in:
parent
d47065b2b4
commit
e0ec9e07d7
|
|
@ -34,14 +34,14 @@ Specifically to PiKVM V2+. When combined with configuring a DNS server, FTP, or
|
|||
|
||||
| Driver | Compatibility with Operating Systems|
|
||||
|--------|-------------------------------------|
|
||||
| ecm | Linux<br>macOS |
|
||||
| ecm | Linux; Mac OS |
|
||||
| eem | Linux |
|
||||
| rndis5 | Windows XP to Windows 7<sup>[1](#rndis5)</sup><br>Linux > 2.6.13 |
|
||||
| rndis | Windows 7 and later<sup>[2](#rndis)<br>Linux > 2.6.13 |
|
||||
| ncm | Windows 10 and later<br>Linux > 2.6.37<br>macOS |
|
||||
| rndis5 | Windows XP...7 <sup>[1](#rndis5)</sup>; Linux > 2.6.13 |
|
||||
| rndis | Windows >= 7 <sup>[2](#rndis)</sup>; Linux > 2.6.13 |
|
||||
| ncm | Windows >= 10; Linux > 2.6.37; Mac OS |
|
||||
|
||||
<a name="rndis5">1</a>: Manual driver installation is required. [Download RNDIS 5 Windows](driver/win/pikvm-rndis5.inf)<br>
|
||||
<a name="rndis">2</a>: Automatic driver installation since kvmd-3.53
|
||||
<a name="rndis">2</a>: Automatic driver installation since KVMD 3.53.
|
||||
|
||||
2. To automatically configure the USB network on the host recommended using the service `kvmd-otgnet`.
|
||||
It configures the firewall, assigns an address to the local PiKVM interface `usb0` and starts DHCP so the target host can get the IPv4 address.
|
||||
|
|
|
|||
Loading…
Reference in New Issue