For others reading this bug: My workaround was to blacklist the e1000e kernel module which is needed for cabled Ethernet (WiFi works just fine without it). What you need to do for that is to create a file in /etc/modprobe.d like this: % cat /etc/modprobe.d/10-blacklist.conf blacklist e1000e ...and from now on, suspend works fine.