[Bug 204378] Re: [Hardy] acpi-support 106 & 107 breaks wireless on Asus U1F

Steve Langasek steve.langasek at canonical.com
Sat Mar 3 06:56:50 UTC 2012


I'm going to close this bug again.  The original issue was fixed many
years ago, and the acpi-support package is being deprecated.  If you
find that there are still issues with the wireless hotkey handling in
12.04 beta 1, please open a new bug report so that we can look at it
separately without getting tangled in historical issues.

** Changed in: acpi-support (Ubuntu)
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to acpi-support in Ubuntu.
https://bugs.launchpad.net/bugs/204378

Title:
  [Hardy] acpi-support 106 & 107 breaks wireless on Asus U1F

Status in “acpi-support” package in Ubuntu:
  Fix Released
Status in “acpi-support” package in Debian:
  Fix Released

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/204378/+subscriptions




More information about the foundations-bugs mailing list