Comment 118 for bug 160413

Revision history for this message
In , lucas (lucas-linux-kernel-bugs) wrote :

it still doesn't work for me, with 2.6.28-rc6.

I'm trying to use wol after shutdown on a desktop, without pulling the plug.

My NIC is:
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)

My /etc/rc.local contains:
ethtool -s eth0 wol d
ethtool -s eth0 wol g

while [ $(acpitool -w | grep "disabled" | wc -l) -ne 0 ]; do
 acpitool -W $(acpitool -w | grep disabled | head -1 | cut -d '.' -f 1)
done

echo enabled > /sys/bus/pci/devices/0000\:02\:00.0/power/wakeup

(following instructions from Bruno)

I can't wake up the system using WOL while it works with 2.6.24.