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
Just writing to confirm that sordna's workaround works. For anyone looking to apply it:
- $ sudo nano /etc/default/grub 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: LINUX_DEFAULT= "quiet splash usbcore. autosuspend= -1"
- Find the line that begins with GRUB_CMDLINE_
GRUB_CMDLINE_
- 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