Update Community_FAQ.md (#301)

Added instructions how to Emulate different USB devices
This commit is contained in:
arch1mede 2021-05-09 13:33:51 -07:00 committed by GitHub
parent 8c7e980eeb
commit d8e0833c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 1 deletions

View File

@ -163,6 +163,35 @@ ssl_certificate_key /etc/kvmd/nginx/ssl/server.key;
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
```
### How do I emulate various USB devices on the target machine?
By default this is what is set:
```
otg:
manufacturer: Pi-KVM
max_power: 250
product: Composite KVM Device
product_id: 260
serial: CAFEBABE
udc: ''
user: kvmd
vendor_id: 7531
```
You can change how this is displayed with the following example:
```nano /etc/kvmd/override.yaml```
```
otg:
manufacturer: Corsair
product: Corsair Gaming RGB
serial:
vendor_id: 6940
product_id: 6973
```
USB Data Base: ```https://the-sz.com/products/usbid/```
### Things to do after initial install:
- Fix date: 'timedatectl list-timezones' then 'timedatectl set-timezone America/Los_Angeles' (Change to your location)
- Update Pi-KVM, follow #news on Discord for instructions