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)
Shell: /bin/sh linked to /bin/bash

Versions of packages acpi-support depends on:
ii acpi-support-base 0.103-4 scripts for handling base ACPI eve ii acpid 1.0.4-7.1 Utilities for using ACPI power man ii dmidecode 2.9-1 Dump Desktop Management Interface
ii  finger                        0.17-11    user information lookup program
ii hdparm 7.7-1 tune hard disk parameters for high
ii  laptop-detect                 0.12.1-0.1 attempt to detect a laptop
ii  libc6                         2.6.1-1+b1 GNU C Library: Shared libraries
ii lsb-base 3.1-24 Linux Standard Base 3.1 init scrip ii nvclock 0.8b2-1 Allows you to overclock your nVidi ii powermgmt-base 1.29 Common utils and configs for power ii radeontool 1.5-5 utility to control ATI Radeon back ii toshset 1.72-6 Access much of the Toshiba laptop ii vbetool 0.7-1.1 run real-mode video BIOS code to a
ii  x11-xserver-utils             7.3+1      X server utilities

acpi-support recommends no packages.

-- no debconf information

it is problem in file /usr/share/acpi-support/state-funcs

line 70 should be instead of:
setLEDAsusWireless()
{
   action=`test "$1" -ne 0 && echo 1 || echo 0`
   test -w /proc/acpi/asus/wled && echo -n "$action" >
/proc/acpi/asus/wled
}

this:
setLEDAsusWireless()
{
   action=`test "$1" -ne 0 && (echo 1 || echo 0)`
   test -w /proc/acpi/asus/wled && echo -n "$action" >
/proc/acpi/asus/wled
}




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to