Activity log for bug #22795

Date Who What changed Old value New value Message
2006-02-05 00:17:29 sittisal bug assigned to Ubuntu
2006-02-05 00:18:30 sittisal None: statusexplanation
2006-02-05 00:23:46 sittisal None: statusexplanation Also for me this led is not working immediately properly. I had to push "fn+f2" to switch wlan off (and the led stay off) and then already "fn+f2" (and the led now turn on). Is not urgent but it would be appreciated if in the next relase it's working out-of-box. The same problem with most of asus notebook that had "/proc/acpi/asus/wled" working... Thanks in advance :-) sittisal
2006-02-05 02:57:50 sittisal None: status Unconfirmed In Progress
2006-02-05 02:57:50 sittisal None: statusexplanation Also for me this led is not working immediately properly. I had to push "fn+f2" to switch wlan off (and the led stay off) and then already "fn+f2" (and the led now turn on). Is not urgent but it would be appreciated if in the next relase it's working out-of-box. The same problem with most of asus notebook that had "/proc/acpi/asus/wled" working... Thanks in advance :-) sittisal I discovered the problems. The change of status script is called only when asus-wireless.sh is called. "asus-wireless.sh" is called only when the wireless on/off button (fn+f2) is pressed. Put asus-wireless.sh script in /etc/init.d/acpi-support did not resolve the problem. In fact asus-wireless.sh script call wireless.sh script wich alternatively switch on and off the wifi (to make the wireless on/off button works). So this cause wireless disactivation or activation during the boot process. A workaround that i could suggest is not use the posted patch ("asus-led.diff") but to add this lines in /etc/init.d/acpi-support by patching it: (1) -----------------------copy from next line----------------- 22a23,36 > log_begin_msg "Checking wireless state..." > for DEVICE in /sys/class/net/*; do > if [ -d $DEVICE/wireless ]; then > # $DEVICE is a wireless device. Check if it's powered on: > if [ `cat $DEVICE/device/power/state` = 0 ]; then > # It's powered on. > echo -n 1 > /proc/acpi/asus/wled > else > # It's powered off. > echo -n 0 > /proc/acpi/asus/wled > fi > fi > done > log_end_msg 0 24c38 < stop) --- > stop) ------------------------since previous line-------------------- (2) paste this to a file save it as patch.diff and run : (3) run in a terminal as root: "patch /etc/init.d/acpi-support patch.diff" NOTE: the "acpi-support" file MUST be the original one! Hope this bug will be resolved with next acpi-support version! sittisal
2006-02-05 03:03:51 sittisal bug added attachment 'asuswledpatch.diff' (Working patch for /etc/init.d/acpi-support)
2006-02-06 00:03:08 sittisal bug added attachment 'asus-wireless-led.sh' (Definitive solution)
2006-02-24 13:59:55 Daniel Holbach acpi-support: status Unconfirmed Rejected
2006-02-24 13:59:55 Daniel Holbach acpi-support: statusexplanation
2006-03-28 15:08:26 Paul Sladen None: status In Progress Rejected
2006-03-28 15:08:26 Paul Sladen None: statusexplanation I discovered the problems. The change of status script is called only when asus-wireless.sh is called. "asus-wireless.sh" is called only when the wireless on/off button (fn+f2) is pressed. Put asus-wireless.sh script in /etc/init.d/acpi-support did not resolve the problem. In fact asus-wireless.sh script call wireless.sh script wich alternatively switch on and off the wifi (to make the wireless on/off button works). So this cause wireless disactivation or activation during the boot process. A workaround that i could suggest is not use the posted patch ("asus-led.diff") but to add this lines in /etc/init.d/acpi-support by patching it: (1) -----------------------copy from next line----------------- 22a23,36 > log_begin_msg "Checking wireless state..." > for DEVICE in /sys/class/net/*; do > if [ -d $DEVICE/wireless ]; then > # $DEVICE is a wireless device. Check if it's powered on: > if [ `cat $DEVICE/device/power/state` = 0 ]; then > # It's powered on. > echo -n 1 > /proc/acpi/asus/wled > else > # It's powered off. > echo -n 0 > /proc/acpi/asus/wled > fi > fi > done > log_end_msg 0 24c38 < stop) --- > stop) ------------------------since previous line-------------------- (2) paste this to a file save it as patch.diff and run : (3) run in a terminal as root: "patch /etc/init.d/acpi-support patch.diff" NOTE: the "acpi-support" file MUST be the original one! Hope this bug will be resolved with next acpi-support version! sittisal Just the source packages...
2006-03-28 15:08:53 Paul Sladen acpi-support: status Unconfirmed Rejected
2006-03-28 15:08:53 Paul Sladen acpi-support: statusexplanation Just one fix will do :)
2006-03-28 15:11:50 Paul Sladen acpi-support: status Unconfirmed Confirmed
2006-03-28 15:11:50 Paul Sladen acpi-support: statusexplanation Bugzilla status=UNCONFIRMED, product=Ubuntu, component=acpi-support
2006-03-28 15:12:46 Paul Sladen title Initializes the wireless LED status on startup asus/wled wireless LED has incorrect state on startup
2006-03-28 15:20:41 Nicolò Chieffo title asus/wled wireless LED has incorrect state on startup asus/wled wireless LED has incorrect status on startup
2006-03-28 17:15:13 Paul Sladen acpi-support: status Confirmed In Progress
2006-03-28 17:15:13 Paul Sladen acpi-support: assignee mjg59 sladen
2006-03-29 15:09:54 Paul Sladen acpi-support: status In Progress Fix Released
2006-03-29 15:09:54 Paul Sladen acpi-support: statusexplanation acpi-support (0.65) dapper; urgency=low * Synchronise the Asus Wireless LED on start and resume [Malone: #22795]
2006-04-06 09:02:49 Nicolò Chieffo acpi-support: status Fix Released Unconfirmed
2006-04-06 09:02:49 Nicolò Chieffo acpi-support: statusexplanation acpi-support (0.65) dapper; urgency=low * Synchronise the Asus Wireless LED on start and resume [Malone: #22795]
2006-04-19 08:33:04 Dennis Kaarsemaker None: status Rejected Fix Released
2006-04-20 14:40:58 Paul Sladen acpi-support: status Unconfirmed Fix Released
2006-04-20 14:40:58 Paul Sladen acpi-support: statusexplanation Excellent news, thanks for the testing!