Quantcast
Viewing all articles
Browse latest Browse all 3567

General Questions • [Software] Sleep failed despite having 2x the amount of RAM as swap space

I found this thread that suggests disabling /proc/acpi/wakeup. I've tried to disable them all but the problem persists.

Code:

█[debian-x1-7th][~][130]$ sudo cat /proc/acpi/wakeup | grep enab                                                                                                                                                                                                              GLAN      S4    *enabled   pci:0000:00:1f.6                                                                                            XHC       S3    *enabled   pci:0000:00:14.0                                                                                            RP09      S4    *enabled   pci:0000:00:1d.0                                                                                            RP13      S4    *enabled   pci:0000:00:1d.4                                                                                            PXSX      S4    *enabled   pci:0000:05:00.0                                                                                            AWAC      S4    *enabled   platform:ACPI000E:00                                                                                        SLPB      S3    *enabled   platform:PNP0C0E:00                                                                                         LID       S4    *enabled   platform:PNP0C0D:00   

Code:

for DEVICE in $(grep enabled /proc/acpi/wakeup | cut -f1 -d' '); do     sudo tee /proc/acpi/wakeup <<< ${DEVICE}; donePXSX
But nothing changes.

Statistics: Posted by ealfonsoy — 2024-06-09 23:56 — Replies 3 — Views 47



Viewing all articles
Browse latest Browse all 3567

Trending Articles