After the most recent upgrade my VM fails to start with the following error:
kvm: -device usb-host,vendorid=04f9,productid=0183: Property 'usb-host.vendorid' doesn't take value '04f9'
TASK ERROR: start failed: command '/usr/bin/kvm -id 101 -chardev 'socket,id=monitor,path=/var/run/qemu-server/101.mon,server,nowait' -mon 'chardev=monitor,mode=readline' -vnc unix:/var/run/qemu-server/101.vnc,x509,password -pidfile /var/run/qemu-server/101.pid -daemonize -readconfig /usr/share/qemu-server/pve-usb.cfg -device 'usb-tablet,bus=ehci.0,port=6' -device 'usb-host,vendorid=04f9,productid=0183' -name PRINT -smp 'sockets=1,cores=2' -nodefaults -boot 'menu=on' -vga cirrus -k en-us -drive 'if=none,id=drive-ide2,media=cdrom,aio=native' -device 'ide-cd,bus=ide.1,unit=0,drive=drive-ide2,id=ide2,bootindex=200' -drive 'file=/var/lib/vz/images/101/vm-101-disk-1.qcow2,if=none,id=drive-virtio0,aio=native' -device 'virtio-blk-pci,drive=drive-virtio0,id=virtio0,bus=pci.0,addr=0xa,bootindex=100' -m 512 -netdev 'type=tap,id=net0,ifname=tap101i0,script=/var/lib/qemu-server/pve-bridge,vhost=on' -device 'virtio-net-pci,mac=5A:09:AE:82:78:5B,netdev=net0,bus=pci.0,addr=0x12,id=net0,bootindex=300'' failed: exit code 1
It was working just fine before the upgrade, nothing has changed other than the underlying packages.
Here is the kvm config file:
usb0: host=04f9:0183
bootdisk: virtio0
cores: 2
ide2: none,media=cdrom
memory: 512
name: PRINT
net0: virtio=5A:09:AE:82:78:5B,bridge=vmbr0
onboot: 1
ostype: l26
sockets: 1
virtio0: local:101/vm-101-disk-1.qcow2
The VM is running latest Ubuntu flavor and the attempted pass through device is a brother DCP-7020.
Here is the relevant lsusb output from host system:
Bus 003 Device 002: ID 04f9:0183 Brother Industries, Ltd DCP-7020
Any ideas?
kvm: -device usb-host,vendorid=04f9,productid=0183: Property 'usb-host.vendorid' doesn't take value '04f9'
TASK ERROR: start failed: command '/usr/bin/kvm -id 101 -chardev 'socket,id=monitor,path=/var/run/qemu-server/101.mon,server,nowait' -mon 'chardev=monitor,mode=readline' -vnc unix:/var/run/qemu-server/101.vnc,x509,password -pidfile /var/run/qemu-server/101.pid -daemonize -readconfig /usr/share/qemu-server/pve-usb.cfg -device 'usb-tablet,bus=ehci.0,port=6' -device 'usb-host,vendorid=04f9,productid=0183' -name PRINT -smp 'sockets=1,cores=2' -nodefaults -boot 'menu=on' -vga cirrus -k en-us -drive 'if=none,id=drive-ide2,media=cdrom,aio=native' -device 'ide-cd,bus=ide.1,unit=0,drive=drive-ide2,id=ide2,bootindex=200' -drive 'file=/var/lib/vz/images/101/vm-101-disk-1.qcow2,if=none,id=drive-virtio0,aio=native' -device 'virtio-blk-pci,drive=drive-virtio0,id=virtio0,bus=pci.0,addr=0xa,bootindex=100' -m 512 -netdev 'type=tap,id=net0,ifname=tap101i0,script=/var/lib/qemu-server/pve-bridge,vhost=on' -device 'virtio-net-pci,mac=5A:09:AE:82:78:5B,netdev=net0,bus=pci.0,addr=0x12,id=net0,bootindex=300'' failed: exit code 1
It was working just fine before the upgrade, nothing has changed other than the underlying packages.
Here is the kvm config file:
usb0: host=04f9:0183
bootdisk: virtio0
cores: 2
ide2: none,media=cdrom
memory: 512
name: PRINT
net0: virtio=5A:09:AE:82:78:5B,bridge=vmbr0
onboot: 1
ostype: l26
sockets: 1
virtio0: local:101/vm-101-disk-1.qcow2
The VM is running latest Ubuntu flavor and the attempted pass through device is a brother DCP-7020.
Here is the relevant lsusb output from host system:
Bus 003 Device 002: ID 04f9:0183 Brother Industries, Ltd DCP-7020
Any ideas?