Ive got problem with forwarding usb2.0 printer to guest vm. I tried to add a QEMU EHCI controller to vm with options:
VM fails to start with the following error:
Here is the kvm config file:
Here is the lsusb output from host system:
Any ideas?
Code:
args: -device usb-ehci,id=ehci -device usb-host,bus=ehci.0,hostbus=1,hostport=1.2
Code:
kvm: -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3: PCI: slot 3 function 0 not available for virtio-balloon-pci, in use by usb-ehci
Code:
boot: dcn
bootdisk: ide0
cores: 1
ide0: local:102/vm-102-disk-1.raw,cache=writethrough,size=15G
ide2: local:iso/ru_winxp_pro_with_sp3_vl.iso,media=cdrom
memory: 512
name: winxp
net0: rtl8139=B6:5A:B0:B0:58:6F,bridge=vmbr0
ostype: wxp
sockets: 1
#usb0: host=04a9:266a
args: -device usb-ehci,id=ehci -device usb-host,bus=ehci.0,hostbus=1,hostport=1.2
Code:
Bus 001 Device 051: ID 04a9:266a Canon, Inc. CAPT Device
qm> info usbhost
Bus 1, Addr 2, Port 1, Speed 480 Mb/s
Hub: USB device 8087:0024
Bus 2, Addr 2, Port 1, Speed 480 Mb/s
Hub: USB device 8087:0024
Bus 1, Addr 51, Port 1.2, Speed 480 Mb/s
Class 00: USB device 04a9:266a, Canon CAPT USB Device
Any ideas?