foxlet / vmra1n

Guide on setting up checkra1n in QEMU.
63 stars 24 forks source link

error running rebind.sh #12

Open stoneytony opened 4 years ago

stoneytony commented 4 years ago

modprobe: FATAL: Module echi-pci not found in directory /lib/modules/5.0.0-36-generic ./rebind.sh: 5: ./rebind.sh: cannot create /sys/bus/pci/drivers/vfio-pci/new_id: Directory nonexistent ./rebind.sh: 6: ./rebind.sh: cannot create /sys/bus/pci/devices/0000:00.12.2/driver/unbind: Directory nonexistent ./rebind.sh: 7: ./rebind.sh: cannot create /sys/bus/pci/drivers/vfio-pci/bind: Directory nonexistent ./rebind.sh: 8: ./rebind.sh: cannot create /sys/bus/pci/drivers/vfio-pci/remove_id: Directory nonexistent

update fixed ./rebind.sh: 6 the output is now

modprobe: FATAL: Module echi-pci not found in directory /lib/modules/5.0.0-36-generic ./rebind.sh: 5: ./rebind.sh: cannot create /sys/bus/pci/drivers/vfio-pci/new_id: Directory nonexistent ./rebind.sh: 7: ./rebind.sh: cannot create /sys/bus/pci/drivers/vfio-pci/bind: Directory nonexistent ./rebind.sh: 8: ./rebind.sh: cannot create /sys/bus/pci/drivers/vfio-pci/remove_id: Directory nonexistent