https://bugzilla.kernel.org/show_bug.cgi?id=218106

            Bug ID: 218106
           Summary: System will crash when trying to wake up from second
                    suspend
           Product: ACPI
           Version: 2.5
          Hardware: AMD
                OS: Linux
            Status: NEW
          Severity: low
          Priority: P3
         Component: Power-Sleep-Wake
          Assignee: acpi_power-sleep-w...@kernel-bugs.osdl.org
          Reporter: yofa...@gmail.com
        Regression: No

Created attachment 305370
  --> https://bugzilla.kernel.org/attachment.cgi?id=305370&action=edit
dmidecode system information

11/5/2023

Total carbon copy of the following bug in terms of symptoms described, warning
displayed after needing to hard restart after failed second suspend, and
solution, but with a different laptop vendor and an A10-5745m APU instead of
the A6-6310: https://bugzilla.kernel.org/show_bug.cgi?id=189431

The problem occurred on the latest stable patch of Debian 12 at the time of
writing, as well as Arch Linux using the latest lts kernel at the time of
writing, mainline Arch kernel 6.5.9 as well as the testing Arch 6.6 kernel.

changing linux/drivers/acpi/sleep.c

by removing

if (dmi_get_bios_year() >= 2012)
   acpi_nvs_nosave_s3();

from the acpi_sleep_dmi_check() method
as a kludge to enable nvs memory during s3 for my laptop and building +
installing completely fixed the issue after several days of failed attempts at
fixes. Evidentially, the HP envy m6 sleekbook needs nvs memory despite being
manufactured after 2012. Bios is at the latest available version provided by
HP.

I'll include part of my dmidecode to help better identify my exact laptop
model.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to