I'm trying to use this previous post (viewtopic.php?t=408260) to determine which device is preventing my computer from staying asleep. I tried disabling
GPP0
as mentioned in that thread, but it appears that isn't the culprit for my computer. I tried using the same strategy using the command Code: Select all
sudo sh -c 'echo "XXXX" > /proc/acpi/wakeup
For example, there is a device in the list called
DP00
that shows up twice (I have several DPXX
devices). If I use the echo command, it will just disable the first DP00
in the list. If I use the command a second time, it re-enables the first one, of course. Is there a way to use echo that it changes all of them to disabled or will enable me to use the PCI addresses, which are unique? I think I have so many repeats because the DPXX
devices look to be PCI bridges for AMD.