Comment 15 for bug 769092

Revision history for this message
Wolfgang Kufner (wolfgangkufner) wrote :

I remember, there is something even easier for simply unloading a module before suspend. So instead of the above do this:

make a file:
sudo nano /etc/pm/config.d/suspend_ath5k
with the following single line in it:
SUSPEND_MODULES="ath5k"

as described in man pm-action.