Comment 53 for bug 40125

Revision history for this message
Nikolaus Filus (nfilus) wrote : Re: Doesn't bring the network back online when resuming from suspend / hibernate

Sorry for my last comment as it's mostly redundant with the very first one, but did not work out-of-the-box for me (dapper on Samsung P35).
My fix:
    /etc/acpi/suspend.d/07-networkmanager.sh # very early, after acpi-lock
    /etc/acpi/resume.d/63-networkmanager.sh # after ifup
AND
   /etc/default/acpi-support : MODULES_WHITELIST="ipw2200"

after this changes my networking is reliably back after resume.
Could other verify this?