diff --git a/configuration/assigning-devices.md b/configuration/assigning-devices.md index 1170cdf8..d2ee6543 100644 --- a/configuration/assigning-devices.md +++ b/configuration/assigning-devices.md @@ -225,11 +225,11 @@ In order to re-enable the device in dom0, either: 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. - Replace `` with your device, for example `00:1c.2`: + Replace `` with your full device, for example `0000:00:1c.2`: ~~~ - echo 0000: > /sys/bus/pci/drivers/pciback/unbind - MODALIAS=`cat /sys/bus/pci/devices/0000:/modalias` + echo > /sys/bus/pci/drivers/pciback/unbind + MODALIAS=`cat /sys/bus/pci/devices//modalias` MOD=`modprobe -R $MODALIAS | head -n 1` echo > /sys/bus/pci/drivers/$MOD/bind ~~~