mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-03-16 03:36:01 -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
@ -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…
x
Reference in New Issue
Block a user