mediocreatbest@lemmy.sdf.orgM to mediocreatbest@lemmy.sdf.orgEnglish · 1 year ago[StackOverflow] If a PCI device is completely non-responsive, it's possible to completely remove the device and then re-scan it, hopefully re-initializing the device so it works again.unix.stackexchange.comexternal-linkmessage-square0fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1external-link[StackOverflow] If a PCI device is completely non-responsive, it's possible to completely remove the device and then re-scan it, hopefully re-initializing the device so it works again.unix.stackexchange.commediocreatbest@lemmy.sdf.orgM to mediocreatbest@lemmy.sdf.orgEnglish · 1 year agomessage-square0fedilinkfile-text
echo 1 | sudo tee /sys/bus/pci/<pci-id-of-device>/remove and then echo 1 | sudo tee /sys/bus/pci/rescan