Bug#453856: acpi-support: asus wifi led diode is just brighted

2008-01-25 Thread Ivan
Hi, sorry for writing after so long time I have found out, there are two asus acpi kernel modules - asus-laptop, newer one and asus_acpi this script (/usr/share/acpi-support/state-funcs) is written for asus_acpi in asus_acpi is path to control led diode /proc/acpi/asus/wled and in asus-laptop

Bug#453856: acpi-support: asus wifi led diode is just brighted

2007-12-02 Thread Bart Samwel
Hi Ivan, Let's debug this together. Could you do the following: 1) Execute ls /sys/class/net/* and save the output. 2) Execute the following commands and save the output: cat /sys/class/net/*/device/power/state cat /sys/class/net/*/device/rf_kill cat /sys/class/net/*/device/operstate cat

Bug#453856: acpi-support: asus wifi led diode is just brighted

2007-12-01 Thread Ivan
Package: acpi-support Version: 0.103-4 Severity: normal -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core) Locale: LANG=sk_SK.UTF-8, LC_CTYPE=sk_SK.UTF-8 (charmap=UTF-8)

Bug#453856: acpi-support: asus wifi led diode is just brighted

2007-12-01 Thread Bart Samwel
Hi Ivan, Ivan wrote: setLEDAsusWireless() { action=`test $1 -ne 0 (echo 1 || echo 0)` test -w /proc/acpi/asus/wled echo -n $action /proc/acpi/asus/wled } Thanks for reporting. I'm considering changing it to: setLEDAsusWireless() { if [ -w /proc/acpi/asus/wled ] ; then if [