Public bug reported: Binary package hint: acpi-support
According to the report from an user of ubuntu-fr.org forum (http://forum.ubuntu-fr.org/viewtopic.php?pid=2450270#p2450270) : On Ubuntu Jaunty, using a ASUS-F5RL AP336C laptop (but other Asus laptops seems concerned), the wifi card can't be used : when you turns the wifi switch on, the LED turns on then off, and the wifi connexion can't be used. This can be fixed by changing /etc/acpi/start.d/60-asus-wireless-led.sh from : #!/bin/sh . /usr/share/acpi-support/state-funcs if isAnyWirelessPoweredOn ; then setLEDAsusWireless 1 else setLEDAsusWireless 0 fi to #!/bin/sh . /usr/share/acpi-support/state-funcs if isAnyWirelessPoweredOn ; then setLEDAsusWireless 0 else setLEDAsusWireless 1 fi After that small change, the WiFi can be use normally. Please let me know if you need additionnal informations. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 Package: acpi-support 0.119 [modified: usr/bin/acpi_fakekey] ProcEnviron: LANG=fr_FR.UTF-8 SHELL=/bin/bash SourcePackage: acpi-support Uname: Linux 2.6.28-8-generic i686 ** Affects: acpi-support (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- [Jaunty] Bad /etc/acpi/start.d/60-asus-wireless-led.sh file https://bugs.launchpad.net/bugs/334368 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
