-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sys-usb freeze after suspend #3142
Comments
Unloading |
So it works if you reload it after suspend? |
Yes. |
Looks like the xhci-pci is already on the blacklist to automatically unload before suspend. But the scripts is called by non-root, so it fails. Thanks @jpouellet for debugging as part of #3151 |
Do you know if this previously (R3.2) also led to a hanging VM? I.e. is this purely a regression because of the broken blacklist script or are there two problems (blacklist not working and hanging VM after suspend)? |
On 3.2 xhci-pci is blacklisted too and there the unloading script works (is properly called as root). I don't remember details, but I'd guess it caused hang there too. Ok, just tested - after disabling module unload, sys-usb with USB3 controller is unusable after suspend. First it is frozen, but few seconds later it panics on |
Automated announcement from builder-github The package
|
Automated announcement from builder-github The package
Or update dom0 via Qubes Manager. |
Qubes OS version (e.g.,
R3.2
): R4.0Steps to reproduce the behavior:
Start the system. Suspend it. Wait few seconds. Wake it up.
Expected behavior:
Working sys-usb after system suspend.
Actual behavior:
And at this point sys-usb console is not responsive (nor any other application there).
This happens regardless of
virt_mode
property (pv
orhvm
).Related issues:
Branched from #2849
cc @HW42
The text was updated successfully, but these errors were encountered: