You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason my machine does not enter deeper levels of suspend such as suspend-to-RAM instead it remains at s2idle. From looking at logs it appears to be an ACPI issue so I'm hoping whether one of the contributors of this repo can help or provide guidance, I'm willing to help test patches etc.
Here's an example of dmesg logs mentioning ACPI errors:
[ 0.227988] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
[ 0.227993] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
[ 0.228115] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
[ 0.228119] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
[ 0.228122] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
[ 0.228125] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
[ 0.228128] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
[ 0.228131] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
[ 0.228134] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
[ 0.228138] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
[ 0.228141] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
[ 0.228145] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
[ 0.236906] ACPI Error: No handler for Region [ECW1] ((____ptrval____)) [EmbeddedControl] (20240322/evregion-131)
[ 0.236912] ACPI Error: Region EmbeddedControl (ID=3) has no handler (20240322/exfldio-261)
[ 0.236933] ACPI Error: Aborting method \_SB.PC00.LPCB.HWEC.ECRD due to previous error (AE_NOT_EXIST) (20240322/psparse-529)
[ 0.236938] ACPI Error: Aborting method \_SB.PC00.LPCB.HWEC.BAT0._STA due to previous error (AE_NOT_EXIST) (20240322/psparse-529)
[ 0.236942] ACPI Error: Method execution failed \_SB.PC00.LPCB.HWEC.BAT0._STA due to previous error (AE_NOT_EXIST) (20240322/uteval-68)
[ 2.215870] ACPI Error: Aborting method \_SB.IETM.CHRG.PPSS due to previous error (AE_NOT_FOUND) (20240322/psparse-529)
The text was updated successfully, but these errors were encountered:
For some reason my machine does not enter deeper levels of suspend such as suspend-to-RAM instead it remains at s2idle. From looking at logs it appears to be an ACPI issue so I'm hoping whether one of the contributors of this repo can help or provide guidance, I'm willing to help test patches etc.
Here's an example of dmesg logs mentioning ACPI errors:
The text was updated successfully, but these errors were encountered: