We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Framework Laptop 13 (AMD Ryzen™ 7040 Series)
3.05
Memory: Crucial 2x16GB DDR5 5600MHz CT2K16G56C46S5 Storage: Samsung 990 PRO 2 TB MZ-V9P2T0B/AM
When using storage password in the BIOS the system fails to resume from suspend to RAM (s2idle) correctly. Adding iommu=pt works around the issue.
iommu=pt
Steps to reproduce the behavior:
CONFIG_BLK_SED_OPAL
echo mem > /sys/power/state
Can resume from suspend to RAM successfully without addition of iommu=pt to kernel cmdline.
Forum thread: https://community.frame.work/t/responded-amd-7040-setting-storage-password-breaks-resume-from-suspend/42554/24
The text was updated successfully, but these errors were encountered:
For those reproducing, I would like to note that the Storage password might be disabled in the BIOS settings unless a Master password is set first
I am able to reproduce this issue with the following setup:
Sorry, something went wrong.
Secure Boot enabled (I believe OP's system has it disabled)
I have reproduced both with secure boot enabled and disabled.
Can you guys please try this patch?
quinchou77
No branches or pull requests
Device Information
System Model or SKU
Framework Laptop 13 (AMD Ryzen™ 7040 Series)
BIOS VERSION
3.05
DIY Edition information
Memory: Crucial 2x16GB DDR5 5600MHz CT2K16G56C46S5
Storage: Samsung 990 PRO 2 TB MZ-V9P2T0B/AM
Describe the bug
When using storage password in the BIOS the system fails to resume from suspend to RAM (s2idle) correctly. Adding
iommu=pt
works around the issue.Steps To Reproduce
Steps to reproduce the behavior:
CONFIG_BLK_SED_OPAL
is enabled in kernel).echo mem > /sys/power/state
.iommu=pt
to kernel cmdline, repeat, note resume works.Expected behavior
Can resume from suspend to RAM successfully without addition of
iommu=pt
to kernel cmdline.Operating System (please complete the following information):
Additional context
Forum thread: https://community.frame.work/t/responded-amd-7040-setting-storage-password-breaks-resume-from-suspend/42554/24
The text was updated successfully, but these errors were encountered: