Comment 1 for bug 56960

Revision history for this message
Ante Karamatić (ivoks) wrote : Re: [Bug 56960] No wireless network after resume from suspend

On Sun, 20 Aug 2006 06:18:06 -0000
Tero Karvinen <email address hidden> wrote:

> Wifi-radar fails to restore network when computer resumes from

While suspending, Ubuntu removes wifi driver from kernel. That results in
wifi-radar being unusable on wake up. This is handeld
trough /etc/default/acpi-support. There is a line:

STOP_SERVICES="mysql "

replace it with:

STOP_SERVICES="mysql wifi-radar"

Report results. Thanks.