Comment 3 for bug 672591

Revision history for this message
Wolfgang Kufner (wolfgangkufner) wrote : Re: Can't resume after suspend with r8187se module loaded

>this has only been a problem since Maverick.
Maverick does more power saving stuff than Lucid. Both the wireless and the pcie_aspm scripts in /usr/lib/pm-utils/power.d are new.
You can disable those powersaving measures by creating an empty file in /etc/pm/power.d/ with the same name and without the executable bit set (see man pm-powersave).
sudo touch /etc/pm/power.d/wireless
sudo touch /etc/pm/power.d/pcie_aspm

Maybe the bug happens because one of those powersaving measures is active while suspending.