Skip to content

Instantly share code, notes, and snippets.

@ef2k
Created November 4, 2012 20:08
Show Gist options
  • Save ef2k/4013443 to your computer and use it in GitHub Desktop.
Save ef2k/4013443 to your computer and use it in GitHub Desktop.
Fix for slow network reconnection after suspend
change in /usr/lib/pm-utils/sleep.d/55NetworkManager
from:
thaw|resume)¶
resume_nm¶
to:
thaw|resume)¶
resume_nm¶
sleep 2 && iwlist eth1 scanning &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment