mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-05-09 02:05:53 -04:00
Correction in faq about reassigning PCI device to dom0
This command need the full device ID to work This fix is proposed about the issue: https://groups.google.com/forum/#!searchin/qubes-users/readlink/qubes-users/LqhHWJ6GZZU/r0Jf27WIDQAJ
This commit is contained in:
parent
f22f7d5377
commit
6a9124bf6a
1 changed files with 1 additions and 1 deletions
|
@ -236,4 +236,4 @@ or
|
|||
echo 0000:<BDF> > /sys/bus/pci/drivers/pciback/unbind
|
||||
MODALIAS=`cat /sys/bus/pci/devices/0000:<BDF>/modalias`
|
||||
MOD=`modprobe -R $MODALIAS | head -n 1`
|
||||
echo <BDF> > /sys/bus/pci/drivers/$MOD/bind
|
||||
echo 0000:<BDF> > /sys/bus/pci/drivers/$MOD/bind
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue