> > 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.

That is a workaround.  Please don't discourage people from pushing
to get it fixed properly, in the driver.

(Yes, I know... this is a more difficult driver to fix...)

Reply via email to