Created
          May 24, 2012 05:04 
        
      - 
      
- 
        Save tjdett/2779589 to your computer and use it in GitHub Desktop. 
    Reloading USB controller in Fedora 17
  
        
  
    
      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
    
  
  
    
  | # 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