Comment 11 for bug 1621367

Revision history for this message
m4dm4x1337 (m4dm4x1337) wrote :

A purely speculative assumption:

For some reason, Logitech hardware can immediately go into autosuspend mode.

To prevent this, you can add the following kernel command line parameter:

usbcore.autosuspend=-1

In addition, you should execute the following commands:

tee --append /etc/modprobe.d/usbcore.conf << EOF
options usbcore autosuspend=-1
EOF

update-initramfs -u -k all

Note: It depends on the kernel from where the configuration is read, so it is best to add both the parameter and the config file.

It may also be helpful to use a different USB port.