home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / acpi / asus-wireless.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  2007-03-29  |  239 b   |  11 lines

  1. #!/bin/sh
  2. # Find and toggle wireless devices on Asus laptops
  3.  
  4. . /usr/share/acpi-support/state-funcs
  5.  
  6. toggleAllWirelessStates;
  7.  
  8. # Update the Asus LED to reflect the new status of the wireless
  9. ! isAnyWirelessPoweredOn;
  10. setLEDAsusWireless $?
  11.