Comment 43 for bug 45696

Revision history for this message
Carl Richell (carlrichell) 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