Merge branch 'willypillow-usb-device' of https://github.com/WillyPillow/qubes-doc into WillyPillow-willypillow-usb-device

This commit is contained in:
Andrew David Wong 2020-05-28 13:23:26 -05:00
commit 5d92565a7b
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -12,6 +12,8 @@ redirect_from:
If you are looking to handle USB *storage* devices (thumbdrives or USB-drives), please have a look at the [block device] page.
**Note:** Attaching USB devices to VMs requires a [USB qube][USB-qube howto].
**Important security warning:** USB passthrough comes with many security implications.
Please make sure you carefully read and understand the **[security considerations]**.
Whenever possible, attach a [block device] instead.
@ -98,8 +100,6 @@ This section exists for reference or in case something broke and you need to rei
Under normal conditions, `qubes-usb-proxy` should already be installed and good to go.
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 in the VM you want to attach the USB device to.
Note: you cannot pass through devices from dom0 (in other words: a [USB qube][USB-qube howto] is required).
`qubes-usb-proxy` should be installed by default in the template VM.
- Fedora: `sudo dnf install qubes-usb-proxy`
- Debian/Ubuntu: `sudo apt-get install qubes-usb-proxy`