From 84c626986d859f1f67181d42def4076dfb15c22f Mon Sep 17 00:00:00 2001 From: awokd <34515595+awokd@users.noreply.github.com> Date: Sun, 4 Feb 2018 18:02:12 +0000 Subject: [PATCH] add links to /doc/assigning-devices and fix qvm-pci attach long options --- about/faq.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/about/faq.md b/about/faq.md index e3a02b59..3f633494 100644 --- a/about/faq.md +++ b/about/faq.md @@ -345,14 +345,14 @@ Another solution would be to set the pci_strictreset option in dom0: - In Qubes R4.x, when attaching the PCI device to the VM (where `` can be obtained from running [qvm-pci](/doc/dom0-tools/qvm-pci/)): - qvm-pci attach -persistent -option no-strict-reset=true usbVM dom0: + qvm-pci attach --persistent --option no-strict-reset=true usbVM dom0: - In Qubes R3.x, by modifying the VM's properties: qvm-prefs usbVM -s pci_strictreset false These options allow the VM to ignore the error and the VM will start. -Please review the note on [this page](/doc/Dom0Tools/QvmPrefs/) and be aware of the potential risk. +Please review the notes on [this page](/doc/Dom0Tools/QvmPrefs/) and [here](/doc/assigning-devices/) and be aware of the potential risks. ### I assigned a PCI device to a qube, then unassigned it/shut down the qube. Why isn't the device available in dom0? @@ -371,6 +371,8 @@ or MOD=`modprobe -R $MODALIAS | head -n 1` echo 0000: > /sys/bus/pci/drivers/$MOD/bind +See also [here](/doc/assigning-devices/). + ### How do I install Flash in a Debian qube? The Debian way is to install the flashplugin-nonfree package.