Skip to content

Instantly share code, notes, and snippets.

@antunesleo
Created February 10, 2021 01:39
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 antunesleo/eefc4b946fc218270fcd01ef647bc4af to your computer and use it in GitHub Desktop.
Save antunesleo/eefc4b946fc218270fcd01ef647bc4af to your computer and use it in GitHub Desktop.
reset all usb 3 ports
echo -n "0000:00:14.0" | sudo tee /sys/bus/pci/drivers/xhci_hcd/unbind && echo -n "0000:00:14.0" | sudo tee /sys/bus/pci/drivers/xhci_hcd/bind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment