Created
June 13, 2017 20:35
-
-
Save vorobeij/d3b0368a8285e4560e3a33bcbcf56583 to your computer and use it in GitHub Desktop.
disable autosuspend ubuntu
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
| echo 2 | sudo tee /sys/bus/usb/devices/*/power/autosuspend >/dev/null | |
| echo on | sudo tee /sys/bus/usb/devices/*/power/level >/dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment