From 8b357626dc90eb99362355cac37320c988f6e045 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Mon, 16 Oct 2017 09:09:21 +0200 Subject: [PATCH] Clarify which VM needs the qubes-usb-proxy --- common-tasks/usb.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common-tasks/usb.md b/common-tasks/usb.md index 070226d7..24f4d5dc 100644 --- a/common-tasks/usb.md +++ b/common-tasks/usb.md @@ -333,7 +333,8 @@ templates used for the USB qube and qubes you want to connect USB devices to. No you cannot pass through devices from dom0 (in other words: USB VM is required). `qubes-usb-proxy` should be installed by default in the template VM. However, if you receive this error: `ERROR: qubes-usb-proxy not installed in the VM`, -you can install the `qubes-usb-proxy` with the package manager. +you can install the `qubes-usb-proxy` with the package manager in the VM +you want to attach the USB device to. - Fedora: `sudo dnf install qubes-usb-proxy` - Debian/Ubuntu: `sudo apt-get install qubes-usb-proxy`