F5F Stay Refreshed Software Operating Systems NVMe SSD leads to system failure in resuming after suspension.

NVMe SSD leads to system failure in resuming after suspension.

NVMe SSD leads to system failure in resuming after suspension.

Pages (2): 1 2 Next
D
DevilDoggy657
Senior Member
530
07-07-2016, 12:32 AM
#1
I replaced the SATA M.2 SSD in my Zenbook Duo (UX481 on Debian 12) with an NVMe drive and the issue resurfaced, causing the system to freeze or the drive to become read-only after a short delay. I've tested several workarounds but haven't resolved it. Kernel settings I've adjusted include acpi_rev_override, acpi_osi, mem_sleep_default, iommu, acpiphp.disabled, pcie_aspm, nvme_core, and latency parameters. Have you experienced similar problems with a 1TB Intel 660p or a 512GB Eluktronics drive?
D
DevilDoggy657
07-07-2016, 12:32 AM #1

I replaced the SATA M.2 SSD in my Zenbook Duo (UX481 on Debian 12) with an NVMe drive and the issue resurfaced, causing the system to freeze or the drive to become read-only after a short delay. I've tested several workarounds but haven't resolved it. Kernel settings I've adjusted include acpi_rev_override, acpi_osi, mem_sleep_default, iommu, acpiphp.disabled, pcie_aspm, nvme_core, and latency parameters. Have you experienced similar problems with a 1TB Intel 660p or a 512GB Eluktronics drive?

T
Toddybad
Junior Member
48
07-07-2016, 03:04 AM
#2
Please clarify the storage setup. Which drive was included with the laptop and which one you replaced? You can also mention the specific suspend state you're working with, as it may vary in Linux.
T
Toddybad
07-07-2016, 03:04 AM #2

Please clarify the storage setup. Which drive was included with the laptop and which one you replaced? You can also mention the specific suspend state you're working with, as it may vary in Linux.

W
WildCandy
Senior Member
675
07-09-2016, 03:50 AM
#3
By default it uses s2idle, I attempted to switch to 'deep' but it didn't change much. The 660p is the drive included in this laptop (likely the one I received), though it seems I got it used. I'm running Debian 12, and testing with Debian also produced the same outcome.
W
WildCandy
07-09-2016, 03:50 AM #3

By default it uses s2idle, I attempted to switch to 'deep' but it didn't change much. The 660p is the drive included in this laptop (likely the one I received), though it seems I got it used. I'm running Debian 12, and testing with Debian also produced the same outcome.

R
royalmo
Junior Member
45
07-09-2016, 04:21 AM
#4
The issue with the 660p appears to be consistent across different drives, not just after a change. It seems to affect both the new and old drives. The device is indeed an NVMe storage, not a SATA one. Regarding the sleep states, shallow sleep works and hibernating to disk is a viable option—NVMe drives wake up quickly. You might also want to verify if Linux version 6.6 is compatible, as Debian testing is currently on 6.5.
R
royalmo
07-09-2016, 04:21 AM #4

The issue with the 660p appears to be consistent across different drives, not just after a change. It seems to affect both the new and old drives. The device is indeed an NVMe storage, not a SATA one. Regarding the sleep states, shallow sleep works and hibernating to disk is a viable option—NVMe drives wake up quickly. You might also want to verify if Linux version 6.6 is compatible, as Debian testing is currently on 6.5.

M
MasterHD7
Senior Member
340
07-09-2016, 07:43 AM
#5
It was always there from the beginning. I'm using 's2idle' and 'deep' instead of 'shallow'. I'll test hibernation and let me know the results. Kernel 6.6 is also on the list for testing.
M
MasterHD7
07-09-2016, 07:43 AM #5

It was always there from the beginning. I'm using 's2idle' and 'deep' instead of 'shallow'. I'll test hibernation and let me know the results. Kernel 6.6 is also on the list for testing.

1
11_JOEL_11
Member
247
07-16-2016, 10:25 PM
#6
Hibernation presents an odd problem—it restarts normally but freezes after a short time, crashing or ending with file system errors. It’s hard to install Kernel 6.6 on Debian; I attempted using Zabbly, but it only showed a blinking cursor. Arch and Manjaro don’t recognize the SSD or write to it properly. This drive is solid, but it doesn’t behave consistently across systems, so I’m sticking with the SATA M.2 option for now.
1
11_JOEL_11
07-16-2016, 10:25 PM #6

Hibernation presents an odd problem—it restarts normally but freezes after a short time, crashing or ending with file system errors. It’s hard to install Kernel 6.6 on Debian; I attempted using Zabbly, but it only showed a blinking cursor. Arch and Manjaro don’t recognize the SSD or write to it properly. This drive is solid, but it doesn’t behave consistently across systems, so I’m sticking with the SATA M.2 option for now.

T
Terrafin3015
Member
183
07-17-2016, 06:04 AM
#7
It seems there might be some compatibility issues with your laptop. That can happen sometimes.
T
Terrafin3015
07-17-2016, 06:04 AM #7

It seems there might be some compatibility issues with your laptop. That can happen sometimes.

H
Holy_Kostas
Junior Member
8
07-19-2016, 04:51 AM
#8
Setup for hibernation requires precise configuration. You're checking the power state with "echo mem>/sys/power/state". The command "cat /sys/power/mem_sleep" shows the current memory sleep status. The "/sys/power/sync_on_suspend" flag determines whether the system will synchronize during suspension.
H
Holy_Kostas
07-19-2016, 04:51 AM #8

Setup for hibernation requires precise configuration. You're checking the power state with "echo mem>/sys/power/state". The command "cat /sys/power/mem_sleep" shows the current memory sleep status. The "/sys/power/sync_on_suspend" flag determines whether the system will synchronize during suspension.

C
CobraBlizard
Member
229
07-26-2016, 06:53 PM
#9
You're encountering a power management issue where sleep commands aren't working as expected. The system returns two sleep options: 's2idle' and 'deep'. It seems the command '/sys/power/sync_on_suspend' might not be properly configured, and setting it to 1 didn't resolve the problem. Checking its status could help clarify if it's enabled or misconfigured.
C
CobraBlizard
07-26-2016, 06:53 PM #9

You're encountering a power management issue where sleep commands aren't working as expected. The system returns two sleep options: 's2idle' and 'deep'. It seems the command '/sys/power/sync_on_suspend' might not be properly configured, and setting it to 1 didn't resolve the problem. Checking its status could help clarify if it's enabled or misconfigured.

B
BadMemory
Member
206
07-27-2016, 08:48 PM
#10
The text mentions a configuration option in brackets, such as [s2idle]. It suggests checking the kernel documentation for how names relate to states and explains that using "suspend" instead of "hibernate" might affect how the system handles memory management. The process involves adjusting boot settings and verifying the state through commands or logs.
B
BadMemory
07-27-2016, 08:48 PM #10

The text mentions a configuration option in brackets, such as [s2idle]. It suggests checking the kernel documentation for how names relate to states and explains that using "suspend" instead of "hibernate" might affect how the system handles memory management. The process involves adjusting boot settings and verifying the state through commands or logs.

Pages (2): 1 2 Next