Comment 45 for bug 45696

Revision history for this message
Adam York (aaylnx) wrote : Re: [Bug 45696] Re: NetworkManager can't find interface on resume from suspend

Carl,

I've confirmed that this change fixes the wireless resume problem for both
hibernate and suspend on my Gazelle Pro. Yeah!!!!

I'd say that this is something to be rolled into the next version of the
System76 driver. I don't know if the other laptops need it, but it
certainly appears that the Gazelle Pro does.

Adam

On 6/7/07, Adam York <email address hidden> wrote:
>
> Carl,
>
> Thanks. I will give this a try.
>
> Adam
>
> On 6/6/07, Carl Richell <email address hidden> wrote:
> >
> > Doesn't make a lot of sense but this has fixed the problem on my
> > notebook - IPW 3945
> >
> > sudo nano /etc/acpi/resume.d/60-asus-wireless-led.sh
> >
> > switch the 0 and 1 so the file reads:
> >
> > #!/bin/sh
> > . /usr/share/acpi-support/state-funcs
> > if isAnyWirelessPoweredOn ; then
> > setLEDAsusWireless 0
> > else
> > setLEDAsusWireless 1
> > fi
> >
> > maybe the source of the problem is in /usr/share/acpi-support/state-
> > funcs
> >
> > --
> > NetworkManager can't find interface on resume from suspend
> > https://bugs.launchpad.net/bugs/45696
> > You received this bug notification because you are a direct subscriber
> > of a duplicate bug.
> >
>
>