/
How to reset USB devices - Linux
How to reset USB devices - Linux
Execute below bash script: ./script.sh
#!/bin/bash
for port in $(lspci | grep USB | cut -d' ' -f1); do
echo -n "0000:${port}"| sudo tee /sys/bus/pci/drivers/xhci_hcd/unbind;
sleep 5;
echo -n "0000:${port}" | sudo tee /sys/bus/pci/drivers/xhci_hcd/bind;
sleep 5;
done
, multiple selections available,
Related content
GangFlasher-ST User Guide
GangFlasher-ST User Guide
Read with this
Reset USB devices - Windows
Reset USB devices - Windows
More like this
Tutorial movies
Tutorial movies
Read with this
USB HID Device scanning
USB HID Device scanning
More like this
GangFlasher-ST DLL custom USB configuration
GangFlasher-ST DLL custom USB configuration
More like this
FAQ
More like this