Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

USB - power

uhubctl - USB hub per-port power control

Installation

  1. install uhubctl by package

    sudo apt-get install uhubctl
    

Usage

  1. Turn Off usb power

    echo '1-1' | sudo tee /sys/bus/usb/drivers/usb/unbind
    
  2. Turn On usb power

    echo '1-1' | sudo tee /sys/bus/usb/drivers/usb/bind