Making NetworkManager work with suspend/resume
[Posted February 27, 2009 by corbet]
Anybody who travels with a suspended laptop has likely run into the irritating problem of NetworkManager trying to reconnect to the old network - the one which was left behind before getting onto the airplane. It seems that Dan Williams has
figured out the problem and queued a set of patches to fix it. "
See, drivers timestamp wifi networks they know about. That way you can figure out if the network was last seen a second ago, 7 seconds ago, or so long ago that its dead to me. But they all use an kernel counter called jiffies to do that. And jiffies doesnt increment across suspend/resume. See where Im going with this?" Your editor plans to buy Dan a beer at the next opportunity.
(
Log in to post comments)