On Fri, 9 Jul 2010, Josh Rickmar wrote:

> A big thank you to everyone who has been working on the ACPI code!
> Suspend and resume now work nearly flawlessly on my Thinkpad T500 (dmesg
> below) on the July 8 current snapshot.  The only thing I've noticed is
> that my iwn(4) wifi connection doesn't automaticaly reconnet, but that's
> minor.

Make sure you run apmd(8).
Then create /etc/apm/resume with executable bit:

8<-----------------------------------------
#!/bin/sh
#

ifconfig iwn0 down
ifconfig iwn0 up
8<-----------------------------------------

This makes my iwn(4) comes back on resume.


-- 
Antoine

Reply via email to