Public bug reported:
Binary package hint: acpi-support
acpi-support 106 & 107 kills the wireless switch on Asus U1F, I managed
to get it working by manually calling setLEDAsusWireless 1 as root.
Modifying /etc/acpi/asus-wireless-2.sh to look like:
#!/bin/sh
. /usr/share/acpi-support/state-funcs
ON_VALUE="e"
OFF_VALUE="f"
CHARACTER_POSITION="8"
HOTKEY_VALUE=`echo "$3"| cut -b "$CHARACTER_POSITION"`
if ( isAnyWirelessPoweredOn && [ "$HOTKEY_VALUE" = "$OFF_VALUE" ] ) ; then
toggleAllWirelessStates && setLEDAsusWireless 1
else ( ! isAnyWirelessPoweredOn && [ "$HOTKEY_VALUE" = "$ON_VALUE" ] ) ; then
toggleAllWirelessStates && setLEDAsusWireless 0
fi
does NOT help. The previous version (105) worked perfectly.
I don't recall how to catch the keycodes, if someone would remind me I'd
be happy to help out.
Regards / Linus Harling
** Affects: acpi-support (Ubuntu)
Importance: Undecided
Status: New
--
[Hardy] acpi-support 106 & 107 breaks wireless on Asus U1F
https://bugs.launchpad.net/bugs/204378
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs