*** This bug is a duplicate of bug 76710 ***

HAL script in feisty for setting VAIO brightness is broken. You can take
a look to /usr/lib/hal/scripts/linux/hal-system-lcd-set-brightness-linux
and change:

    echo "$((value + 1))" > $HAL_PROP_LINUX_ACPI_PATH

for:

    echo "$(($value + 1))" > $HAL_PROP_LINUX_ACPI_PATH

(note the missing "$");

Regards,

    Pedro

-- 
Pedro Martínez Juliá
\   [EMAIL PROTECTED]
)|      WebLog: http://www.pedromj.com/blog
/           Página web: http://www.pedromj.com
GoogleTalk: [EMAIL PROTECTED]
Socio HispaLinux #311
Usuario Linux #275438 - http://counter.li.org

-- 
Screen brightness keys don't work on Sony VAIO VGN-S260 laptop (Feisty)
https://launchpad.net/bugs/75019

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to