From 659b46a95afe02616830e7f93c103e3ab805c7cf Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 8 Nov 2020 02:02:00 +0300 Subject: [PATCH] Update bluetooth_hid.md --- pages/bluetooth_hid.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pages/bluetooth_hid.md b/pages/bluetooth_hid.md index 8be0e6f..7fd1bda 100644 --- a/pages/bluetooth_hid.md +++ b/pages/bluetooth_hid.md @@ -7,7 +7,7 @@ since it will be used by Bluetooth. Also, Bluetooth operation was tested only on :exclamation: Bluetooth mouse can work only in [relative mode](mouse.md). The reason is that many Bluetooth host drivers do not correctly implement HID descriptors. -### Configuring +### Configuring OS 1. Switch filesystem to RW-mode, perform update and install some packages: ``` # rw @@ -44,3 +44,15 @@ since it will be used by Bluetooth. Also, Bluetooth operation was tested only on CapabilityBoundingSet=CAP_NET_RAW CAP_NET_BIND_SERVICE CAP_SYS_ADMIN CAP_SETUID CAP_SETGID CAP_CHOWN EOF ``` +6. Add following lines to `/etc/kvmd/override.yaml`: + ```yaml + kvmd: + hid: + type: bt + ``` +7. Perform reboot: `reboot`. + +### Using Bluetooth HID +* After a reboot, the Pi-KVM will be ready for detection and peering. You will see the `Pi-KVM HID` device. +* Once the server is connected, Pi-KVM will no longer be discoverable and available to other clients until you unpair the server. +* If something went wrong, use the web menu `System -> Reset keyboard & mouse`. This will cause unpair the device and switch the Pi-KVM to public mode before the first client is connected.