I've been wanting to do a small form factor build for a while. Since I already had a spare 5800X3D, RAM, and storage sitting around, it felt hard to justify not putting them to use. With hardware prices where they are today, investing in a case, PSU, and mini-ITX motherboard seemed like a much better value than letting those parts collect dust.
- CPU: AMD Ryzen 7 5800X3D
- CPU Cooler: Thermalrlght AXP120-X67 Low Profile
- Motherboard: Gigabyte B550I AORUS PRO AX
- GPU: ASUS Dual Radeon RX 9070 XT 16GB
- RAM: G.SKILL Ripjaws V Series 32GB
- Storage
- Case: Fractal Design Terra Jade - Wood Walnut
- PSU: Cooler Master V850 SFX Gold 850W
- OS
Bazzite Immediate Wake from Suspend (Gigabyte B550I AORUS PRO AX + Samsung 980 Pro)
Symptoms
systemctl suspend immediately resumed.
Logs showed:
Root Cause
The AMD PCIe root bridge (0000:00:01.1) associated with the Samsung 980 Pro NVMe (0000:01:00.0) was configured as a wake source, causing immediate resume from S3.
Temporary Fix
Disable wake on both the PCIe bridge and NVMe device:
Verify:
Both should report:
Result
Suspend works normally.
Create /etc/systemd/system/disable-pcie-wakeup.service:
Enable:
sudo systemctl daemon-reload sudo systemctl enable disable-pcie-wakeup.service