Skip to content

Instantly share code, notes, and snippets.

@tjdett
Created May 24, 2012 05:04
Show Gist options
  • Save tjdett/2779589 to your computer and use it in GitHub Desktop.
Save tjdett/2779589 to your computer and use it in GitHub Desktop.
Reloading USB controller in Fedora 17
# used to fix "unable to enumerate USB device on port"
lspci
# Replace "xx.x" with the controller to unload
echo -n "0000:00:xx.x" > /sys/bus/pci/drivers/ehci_hcd/unbind
echo -n "0000:00:xx.x" > /sys/bus/pci/drivers/ehci_hcd/bind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment