USB Stops responding
I seem to have an issue where a particular usb hub goes into a suspend state and everything attached to it (its internal on the motherboard) hangs and stops working. Is there any way to prevent this from happening?
3 Replies
try
rpm-ostree kargs --append-if-missing="usbcore.autosuspend=-1"
then reboot
if that does not work then undo it with rpm-ostree kargs --delete-if-present="usbcore.autosuspend=-1"
There was a similar post on Reddit 3 days ago on reddit https://www.reddit.com/r/LinuxOnAlly/comments/1gb3a89/external_usb_ssd_issues/ Hikari's fix above should help 🙂
that seems to have done the trick so far! thanks so much!