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 member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to