Comment 1 for bug 274734

Revision history for this message
Id2ndR (id2ndr) wrote :

I noticed that removing zd1211rw module prior to suspend allows the computer to suspend. Then I can reload the module to get the network connexion.

I found a workaround based on this : http://wiki.archlinux.org/index.php/Pm-utils#Advanced_Configuration
$ echo 'SUSPEND_MODULES="zd1211rw"' | sudo tee /etc/pm/config.d/zd1211rw

It works for me.