https://bugzilla.kernel.org/show_bug.cgi?id=47811
--- Comment #19 from François Boisson <user.anti-s...@maison.homelinux.net> --- For BIOS. It's done, even the backlight of keyboard which is disabled. For wakeup, I do it. In fact, now i run this script at boot: #!/bin/sh /sbin/ethtool -s eth0 wol d acpitool -w | grep enabled | grep -v "LID" | sed -e '1,$s/ *\([0-9]*\)\..*$/\1/' | xargs -n 1 acpitool -W but everything I have done with wakeup does not change anything. The only thing which stop the battery consumption is to not save the system clock to hardware clock at shutdown (by setting HWCLOCKACCESS=no on debian in /etc/default/hwclock). This disable /sbin/hwclock --systohc during shutdown -- You are receiving this mail because: You are watching the assignee of the bug. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla