USB Keyboard stops working after some time of use
For some reason my keyboard seems to connect after some time of running the OS. I can't even get it working again by reconnecting the keyboard. It seems like the USB port just disables, because if I plug my keyboard in to a different port, it works again. If I plug in a device in to the port that stopped working, the device does indeed not work.
I thought it had something to do with USB suspension. Something came up for that in the logs, but I cannot find the correct logs for it anymore. I applied the fix mentioned in this reddit post[1], but the USB port still disables after a while.
What can I do to fix this?
PC specs:
- CPU: AMD 5800X3D
- GPU: Nvidia GeForce RTX 3080
- Motherboard: ASUS ROG STRIX B450-F GAMING
[1]: https://www.reddit.com/r/linux/comments/t7pxpk/are_all_of_your_usb_devices_disconnecting/
2 Replies
adding
usbcore.autosuspend=-1
to the default grub file i dont think does anything here, you need to use rpm-ostree kargs --append-if-missing=usbcore.autosuspend=-1
so it might be the change is not active(Sorry for the very late response, I didn't get a notification of your response and only saw it now)
That's what I did, and the issue still persisted