Skip to content

Commit de70a29

Browse files
marienzmergify[bot]
authored andcommitted
Adjust README after suspend fix reimplementation
The README still referenced the systemd service we no longer need.
1 parent b416c1d commit de70a29

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gigabyte/b550/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ Symptoms:
99
- It goes into suspend, then seems to boot and hang. Sometimes it suspends successfully, but waking it from suspend puts it in the "zombie" state.
1010
- By playing chicken with volatile storage and flicking the power switch on the back of power supply, you can sometimes get it to wake from suspend as the card un-powers before volatile storage does.
1111

12-
Fix: disable GPP0 and GPP8 (And, for some cards, potentially PTXH, I can't test) in /proc/acpi/wakeup
13-
- To do this permanently, a systemd service is provided
12+
This can be fixed by disabling GPP0 and GPP8 (And, for some cards, potentially PTXH, I can't test) in /proc/acpi/wakeup.
1413

14+
But because /proc/acpi/wakeup only supports toggling (not disabling) wakeups, we use a udev rule to disable wakeups for
15+
the same device by PCI device ID instead.
1516

1617
## This affects at least:
1718
- Gigabyte b550m-d3sh (my machine)

0 commit comments

Comments
 (0)