mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-12-25 15:29:29 -05:00
Update usb-devices.md
This commit is contained in:
parent
c54a43ac60
commit
ba37152c65
@ -143,10 +143,11 @@ This should output something like:
|
|||||||
|
|
||||||
../../../devices/pci-0/pci0000:00/0000:00:1a.0/usb3
|
../../../devices/pci-0/pci0000:00/0000:00:1a.0/usb3
|
||||||
|
|
||||||
|
Now you see the path and the text between `/pci0000:00/0000:` and `/usb3` i.e. `00:1a.0` is the BDF address. Strip the address and pass it to the [`qvm-pci` tool][qvm-pci] to attach the controller to the targetVM.
|
||||||
|
|
||||||
Now you see the BDF address in the path (right before final `usb3`).
|
For example, On R 4.0 the command would look something like
|
||||||
Strip the leading `0000:` and pass the rest to the [`qvm-pci` tool][qvm-pci] to attach the controller to the targetVM.
|
|
||||||
|
|
||||||
|
`qvm-pci attach --persistent personal dom0:00:1a.0`
|
||||||
|
|
||||||
|
|
||||||
[device handling in qubes]: /doc/device-handling/
|
[device handling in qubes]: /doc/device-handling/
|
||||||
|
Loading…
Reference in New Issue
Block a user