Re: Unable to suspend
Reply #23 –
Hello. This post is not solved at all. We just could find what is the problem but it isn't solved because xhci module it's necessary for USB ports.
This kernel bug is too old and it's quit strange that it hasn't been solved. What people normally do is a workaround which consist in 2 scripts.
One with this content:
#! /bin/bash
modprobe -r xhci_pci xhci_hcd
And the other with this one:
#! /bin/bash
modprobe xhci_pci xhci_hcd
In this post from Archlinux forum they solved it using systemd but here there is no systemd installed, and in this post from Ubuntu they solve through pm-utils but I don't think you have pm-utils installed and I am not sure if install it could be a good idea. I don't know either if there is something similar in "Runit" or "Elogind" to apply the workaround.