Hi,
following https://pve.proxmox.com/wiki/USB_Devices_in_Virtual_Machines I wanted to add an USB printer to a VM running CUPS.
So in Proxmox I did:
After restarting the CUPS VM I can not see the attached printer:
What did I forget?
following https://pve.proxmox.com/wiki/USB_Devices_in_Virtual_Machines I wanted to add an USB printer to a VM running CUPS.
So in Proxmox I did:
Code:
root@proxmox:~# lsusb | grep Epson
Bus 002 Device 003: ID 04b8:08a8 Seiko Epson Corp.
root@proxmox:~# qm set 109 -usb0 host=04b8:08a8
update VM 109: -usb0 host=04b8:08a8
root@proxmox:~# qm monitor 109
Entering Qemu Monitor for VM 109 - type 'help' for help
qm> info usbhost
Bus 2, Addr 3, Port 4, Speed 480 Mb/s
Class 00: USB device 04b8:08a8, EPSON L355 Series
qm>
After restarting the CUPS VM I can not see the attached printer:
Code:
root@vm-cups:~# lsusb | grep Epson
root@vm-cups:~# lsusb
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
root@vm-cups:~#
What did I forget?