I'm using DMM to grant access for my print server to a USB printer, by mounting /dev/bus/usb from host to container.
Annoyingly, the printer has a habit of disconnecting from one position on the USB bus and then randomly reconnecting to another, e.g. it moves from /dev/bus/usb/003/005 to /dev/bus/usb/003/008.
The print server software itself can handle this. But DMM does not notice the new device appearing. The only workaround I've found is to manually restart the print server's container, which triggers DMM to re-scan everything under /dev/bus/usb.
I'm using DMM to grant access for my print server to a USB printer, by mounting
/dev/bus/usbfrom host to container.Annoyingly, the printer has a habit of disconnecting from one position on the USB bus and then randomly reconnecting to another, e.g. it moves from
/dev/bus/usb/003/005to/dev/bus/usb/003/008.The print server software itself can handle this. But DMM does not notice the new device appearing. The only workaround I've found is to manually restart the print server's container, which triggers DMM to re-scan everything under
/dev/bus/usb.