Comment 13 for bug 1173952

Revision history for this message
Adamsablich (adamsablich) wrote : Re: Suspend and hibhernate not working in 13.04

I can confirm that this is a bug for me as well, however this solves the problem:

(sudo) Create a file /etc/pm/config.d/modules with the following content:

SUSPEND_MODULES="alx"

This will force the alx module to be unloaded and reloaded with suspend, and should solve the problem.