Skip to content

Instantly share code, notes, and snippets.

@vorobeij
Created June 13, 2017 20:35
Show Gist options
  • Select an option

  • Save vorobeij/d3b0368a8285e4560e3a33bcbcf56583 to your computer and use it in GitHub Desktop.

Select an option

Save vorobeij/d3b0368a8285e4560e3a33bcbcf56583 to your computer and use it in GitHub Desktop.
disable autosuspend ubuntu
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