From 690cd14124f651d1a4dd405b0fa2624b1c1a05f5 Mon Sep 17 00:00:00 2001 From: Enjeck Cleopatra <32180937+PROTechThor@users.noreply.github.com> Date: Sat, 21 Nov 2020 00:53:50 +0100 Subject: [PATCH] "qubes-usb-proxy not installed in the VM" error --- user/troubleshooting/usb-troubleshooting.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/user/troubleshooting/usb-troubleshooting.md b/user/troubleshooting/usb-troubleshooting.md index 2cf294eb..d1ef79fd 100644 --- a/user/troubleshooting/usb-troubleshooting.md +++ b/user/troubleshooting/usb-troubleshooting.md @@ -81,3 +81,13 @@ Note that this procedure will attach your USB controllers to dom0, so do this on If your computer has a PS/2 port, you may instead use a PS/2 keyboard to enter the LUKS password. +## "qubes-usb-proxy not installed in the VM" error ## + +When trying to [create and use a USB qube](/doc/usb-devices/#creating-and-using-a-usb-qube) with the `qubes-usb-proxy` package, you may receive this error: `ERROR: qubes-usb-proxy not installed in the VM`. + +If you encounter this error, you can install the `qubes-usb-proxy` with the package manager in the VM you want to attach the USB device to. +Depending on your operating system, open a terminal in the TemplateVM and enter one of the following commands: + +* Fedora: `sudo dnf install qubes-usb-proxy` +* Debian/Ubuntu: `sudo apt-get install qubes-usb-proxy` +