mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-02-05 09:25:19 -05:00
add links to /doc/assigning-devices
and fix qvm-pci attach long options
This commit is contained in:
parent
0c29e05f3d
commit
84c626986d
@ -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 `<BDF>` can be obtained from running [qvm-pci](/doc/dom0-tools/qvm-pci/)):
|
- In Qubes R4.x, when attaching the PCI device to the VM (where `<BDF>` can be obtained from running [qvm-pci](/doc/dom0-tools/qvm-pci/)):
|
||||||
|
|
||||||
qvm-pci attach -persistent -option no-strict-reset=true usbVM dom0:<BDF>
|
qvm-pci attach --persistent --option no-strict-reset=true usbVM dom0:<BDF>
|
||||||
|
|
||||||
- In Qubes R3.x, by modifying the VM's properties:
|
- In Qubes R3.x, by modifying the VM's properties:
|
||||||
|
|
||||||
qvm-prefs usbVM -s pci_strictreset false
|
qvm-prefs usbVM -s pci_strictreset false
|
||||||
|
|
||||||
These options allow the VM to ignore the error and the VM will start.
|
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?
|
### 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`
|
MOD=`modprobe -R $MODALIAS | head -n 1`
|
||||||
echo 0000:<BDF> > /sys/bus/pci/drivers/$MOD/bind
|
echo 0000:<BDF> > /sys/bus/pci/drivers/$MOD/bind
|
||||||
|
|
||||||
|
See also [here](/doc/assigning-devices/).
|
||||||
|
|
||||||
### How do I install Flash in a Debian qube?
|
### How do I install Flash in a Debian qube?
|
||||||
|
|
||||||
The Debian way is to install the flashplugin-nonfree package.
|
The Debian way is to install the flashplugin-nonfree package.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user