Skip to content

Instantly share code, notes, and snippets.

@quietcricket
Last active June 12, 2019 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quietcricket/acfc60895316ed5eb782b1242e44591b to your computer and use it in GitHub Desktop.
Save quietcricket/acfc60895316ed5eb782b1242e44591b to your computer and use it in GitHub Desktop.
Enhance USB memory and disable autosuspend
/etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash usbcore.usbfs_memory_mb=1000 usbcore.autosuspend=-1"
sudo update-grub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment