mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-12-28 08:49:42 -05:00
Update assigning-devices.md
I always have to prepend a 0000: to the final line of these instructions. It seems to me the '0000:' is needed in every line.
This commit is contained in:
parent
87ef6eda3c
commit
62a7b25520
@ -225,11 +225,11 @@ In order to re-enable the device in dom0, either:
|
|||||||
or
|
or
|
||||||
|
|
||||||
* Go to the sysfs (`/sys/bus/pci`), find the right device, detach it from the pciback driver, and attach it back to the original driver.
|
* Go to the sysfs (`/sys/bus/pci`), find the right device, detach it from the pciback driver, and attach it back to the original driver.
|
||||||
Replace `<BDF>` with your device, for example `00:1c.2`:
|
Replace `<BDF>` with your full device, for example `0000:00:1c.2`:
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
echo 0000:<BDF> > /sys/bus/pci/drivers/pciback/unbind
|
echo <BDF> > /sys/bus/pci/drivers/pciback/unbind
|
||||||
MODALIAS=`cat /sys/bus/pci/devices/0000:<BDF>/modalias`
|
MODALIAS=`cat /sys/bus/pci/devices/<BDF>/modalias`
|
||||||
MOD=`modprobe -R $MODALIAS | head -n 1`
|
MOD=`modprobe -R $MODALIAS | head -n 1`
|
||||||
echo <BDF> > /sys/bus/pci/drivers/$MOD/bind
|
echo <BDF> > /sys/bus/pci/drivers/$MOD/bind
|
||||||
~~~
|
~~~
|
||||||
|
Loading…
Reference in New Issue
Block a user