Skip to content

Instantly share code, notes, and snippets.

@nv-h
Created June 12, 2022 04:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nv-h/e87a7dac5a1c8ba302b7b06098d166e8 to your computer and use it in GitHub Desktop.
Save nv-h/e87a7dac5a1c8ba302b7b06098d166e8 to your computer and use it in GitHub Desktop.
#!/bin/sh
sudo chmod 666 /sys/bus/pci/devices/0000\:$1\:00.0/remove
sudo echo 1 > /sys/bus/pci/devices/0000\:$1\:00.0/remove
sudo chmod 666 /sys/bus/pci/rescan
sudo echo "1" > /sys/bus/pci/rescan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment