| Summary: | (no subject) | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Josef Karthauser <joe> |
| Component: | kern | Assignee: | Mark Linimon <linimon> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 1.0-CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->feedback Josef, since there is no Synopsis on this one, I can't tell what PR it should really apply to. Responsible Changed From-To: gnats-admin->linimon State Changed From-To: feedback->closed Misfiled followup to kern/93305; content migrated. |
The problem can be worked around by first shutting the interface down before suspending, i.e. # ifconfig em0 down; sleep 5 # acpiconf -s 3 # ifconfig em0 up Joe