-
-
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
S0ix suspend issues on Novacustom V5xx #9372
Comments
Reloading |
Ugh...
But,
It's not clear to me how they communicate, but maybe assigning device to the VM breaks this communication? Or maybe it's more generic problem. When it happens I see a mismatch in memory decoding (see
|
That's it, re-enabling memory decoding in dom0 makes device working again. Worth checking if #6411 (comment) isn't the same problem. |
Is S3 working fine? If so, is any post installation step needed? |
S3 works fine and should be active by default on V5xx series, no manual steps are required. I keep this issue open because I would like to make S0ix working too at some point, but that shouldn't affect users. |
I'm positively surprised about that. Great! |
@marmarek Can you please confirm which firmware have you have used for testing/certification process? Was it v0.9.0 release build? |
On Tue, Dec 10, 2024 at 02:19:32AM -0800, Maciej Pijanowski wrote:
@marmarek Can you please confirm which firmware have you used for testing/certification process? Was it v0.9.0 release build?
Here is a serial log from S3 test on V540TU1:
https://openqa.qubes-os.org/tests/119781/logfile?filename=serial0.txt
```
[ 0.000000] DMI: Notebook V54x_6x_TU/V54x_6x_TU, BIOS Dasharo (coreboot+UEFI) v0.9.0 07/17/2024
```
And here is from V560TU:
https://openqa.qubes-os.org/tests/119861/logfile?filename=serial0.txt
```
[ 0.000000] DMI: Notebook V54x_6x_TU/V54x_6x_TU, BIOS Dasharo (coreboot+UEFI) v0.9.0 07/17/2024
```
…--
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
|
How to file a helpful issue
Qubes OS release
R4.2 / R4.3
Brief summary
Using S0ix results in a broken system after resume.
Steps to reproduce
Expected behavior
System correctly suspends, and is fully functional after resume
Actual behavior
Power LED blinks, but according to
/sys/kernel/debug/pmc_core/substate_residencies
it didn't actually suspend./sys/kernel/debug/pmc_core/substate_requirements
also has empty "status" column next to all requirements.After resume wired network is broken. sys-net logs have:
sys-net logs
After resume, sys-net was semi-frozen from some time (over a minute),
qubes.SuspendPost
service failed (due to vchan timeout).qvm-run --nogui
appears to work, but I'm not 100% sure if it's only because I tried it later.Wireless appears to be functional (at least listing available networks work).
sys-usb appears to be functional.
The text was updated successfully, but these errors were encountered: