Comment 93 for bug 843431

Revision history for this message
Dima Spivak (dimaspivak) wrote :

Just writing to confirm that sordna's workaround works. For anyone looking to apply it:

- $ sudo nano /etc/default/grub
- Find the line that begins with GRUB_CMDLINE_LINUX_DEFAULT and append usbcore.autosuspend=-1 to tell the system to never autosuspend USB devices. Note that, within the quotes, this field is space-separated. My line now reads:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash usbcore.autosuspend=-1"
- Save your updated grub file (using nano, CTRL+O and then ENTER to confirm the change).
- Exit your text editor (using nano, CTRL+X).
- $ sudo update-grub