When I use an external USB keyboard and/or mouse, my laptop fans eventually start spinning loudly and the input from those peripherals is delayed.
user@sys-usb $ sudo journalctl -xe
... kernel: hid-generic 0003:3297:1969.0004: control queue full
... kernel: hid-generic 0003:3297:1969.0004: control queue full
... kernel: hid-generic 0003:3297:1969.0004: control queue full
... kernel: hid-generic 0003:3297:1969.0004: control queue full
... kernel: hid-generic 0003:3297:1969.0004: control queue full
... kernel: hid-generic 0003:3297:1969.0004: control queue full
... kernel: hid-generic 0003:3297:1969.0004: control queue full
... kernel: hid-generic 0003:3297:1969.0004: control queue full
# and so on like this
Restarting sys-usb
stops this problem, but it happens again even within minutes. Updating the template (fedora-34
) doesn’t help. My sys-usb
is disposable, but I don’t see why that should matter.
I followed the fix recommened here gentoo wiki:
$ echo 'on' > /sys/devices/pci0000:00/0000:00:06.0/usb2/2-2/2-2:1.1/usbmisc/hiddev0/power/control
where that path seems to be the equivalent to the path mentioned in the gentoo wiki, /sys/class/usbmisc/hiddev*/device/../power/control
, but that didn’t help.
Do others have this issue? Is this a Fedora issue? If so, where can I look to fix it in the VM’s virtual environment? Where can I find out what my specific log error message means?
EDIT: I should specify that this wasn’t a problem for me on 4.1 rc1, but when I re-installed rc4.3, this started.