Created
April 23, 2018 00:28
-
-
Save thejevans/b30136d93defad4d84d6bace1ae16290 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo 1 > /sys/bus/pci/devices/0000:01:00.0/remove | |
echo 1 > /sys/bus/pci/devices/0000:01:00.1/remove | |
echo 1 > /sys/bus/pci/rescan | |
sleep 1 | |
# Card has nvidia driver | |
lspci -nnk -d 10de:1c03 | |
lspci -nnk -d 10de:10f1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment