pikvm / pikvm

Open and inexpensive DIY IP-KVM based on Raspberry Pi
https://pikvm.org
GNU General Public License v3.0
8.02k stars 447 forks source link

Local USB/Bluetooth HID passthrough #187

Open sharicov opened 3 years ago

sharicov commented 3 years ago

Could you please add an option to connect to Raspberry with bluetooth keyboard and use it to control the host compute. Very useful when only have BT keyboard (with no second PC) and want to control the host's computer BIOS. Bluetooth mouse is also much appreciated to control host computer without bluetooth. Thanks in advance.

alexsalex commented 3 years ago

May be this helps you?

https://github.com/pikvm/pikvm/blob/master/pages/bluetooth_hid.md

sharicov commented 3 years ago

May be this helps you?

https://github.com/pikvm/pikvm/blob/master/pages/bluetooth_hid.md

Unfortunately not, I am looking for something quite opposite. I would like to connect keyboard (mouse) to Raspberry in order to control host computer connected to pikvm over USB. Couldn't set up bluetooth stack on pi-kvm. Tried several guides (example: https://wiki.archlinux.org/index.php/bluetooth_keyboard) with no success.

mdevaev commented 3 years ago

In general, we need not only Bluetooth, but also USB (first of all). I'll save it for the future.