Hello. I have a KBTalking Race keyboard. I am trying to pass it to the guest vm. Windows 7. I am having issues.
The VM boots up ok. But the keyboard does not respond. Am I doing somthing wrong with the config? or is this keybaord just not gonna work? I see that it shows up twice on port 9 even know it's only a single device. So i'm not sure if thats the issue.
Code:
root@proxmox:~# lsusb -t
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/8p, 480M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/6p, 480M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/15p, 480M
|__ Port 9: Dev 28, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 9: Dev 28, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
Code:
root@proxmox:/etc/pve/qemu-server# cat 101.conf
bootdisk: ide0
cores: 2
ide0: local:101/vm-101-disk-1.qcow2,cache=writeback,size=300G
ide2: local:iso/Win7.iso,media=cdrom
memory: 4000
name: Win7
net0: e1000=66:36:33:63:61:34,bridge=vmbr0
numa: 0
ostype: win7
smbios1: uuid=fd583fc7-bf9b-49c2-aca5-29167fb353be
sockets: 1
hostpci0: 05:00,x-vga=on
usb0: host=1-9
The VM boots up ok. But the keyboard does not respond. Am I doing somthing wrong with the config? or is this keybaord just not gonna work? I see that it shows up twice on port 9 even know it's only a single device. So i'm not sure if thats the issue.