mirror of https://github.com/pikvm/pikvm.git
update
This commit is contained in:
parent
430286b2d5
commit
6e717395d6
23
docs/faq.md
23
docs/faq.md
|
|
@ -135,28 +135,7 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht
|
||||||
|
|
||||||
|
|
||||||
??? question "How do I emulate various USB devices on the target machine?"
|
??? question "How do I emulate various USB devices on the target machine?"
|
||||||
|
For a detailed description, see [here](id.md).
|
||||||
By default this is what is set:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
otg:
|
|
||||||
manufacturer: PiKVM
|
|
||||||
product: Composite KVM Device
|
|
||||||
vendor_id: 0x1D6B
|
|
||||||
product_id: 0x0104
|
|
||||||
serial: CAFEBABE
|
|
||||||
```
|
|
||||||
|
|
||||||
You can change how this is displayed with the following example for `/etc/kvmd/override.yaml` file:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
otg:
|
|
||||||
manufacturer: Corsair
|
|
||||||
product: Corsair Gaming RGB
|
|
||||||
vendor_id: 0x6940
|
|
||||||
product_id: 0x6973
|
|
||||||
serial:
|
|
||||||
```
|
|
||||||
|
|
||||||
Use the following USB database to get the desired devices: https://the-sz.com/products/usbid or https://devicehunt.com.
|
Use the following USB database to get the desired devices: https://the-sz.com/products/usbid or https://devicehunt.com.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,9 @@ There you can also find out how to set the EDID from a real monitor, or quickly
|
||||||
USB is a much more complex subsystem and another part of PiKVM is responsible for it.
|
USB is a much more complex subsystem and another part of PiKVM is responsible for it.
|
||||||
Be careful when changing the settings here, it may cause the USB to fail.
|
Be careful when changing the settings here, it may cause the USB to fail.
|
||||||
|
|
||||||
|
For information on how to control emulated devices see [here](usb.md).
|
||||||
|
The identification is described below.
|
||||||
|
|
||||||
As you may have found out from the [PiKVM configuration guide](config.md) (if you haven't read it yet, now is the time),
|
As you may have found out from the [PiKVM configuration guide](config.md) (if you haven't read it yet, now is the time),
|
||||||
you can get the list of all configuration parameters using the `kvmd -m` command.
|
you can get the list of all configuration parameters using the `kvmd -m` command.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -53,6 +53,8 @@ To configure additional devices, please refer to the corresponding pages:
|
||||||
* [USB Serial Port](usb_serial.md) - It can be used for terminal access from the target host to the PiKVM,
|
* [USB Serial Port](usb_serial.md) - It can be used for terminal access from the target host to the PiKVM,
|
||||||
or for any other purpose that requires a serial connection.
|
or for any other purpose that requires a serial connection.
|
||||||
|
|
||||||
|
For information on how emulated devices are represented on the target host and how to change it, read [here](id.md).
|
||||||
|
|
||||||
|
|
||||||
-----
|
-----
|
||||||
## Default preset
|
## Default preset
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue