- BIOS: Wakeup controlled by BIOS and WOL enabled
- Gentoo: echo -n PCI0 > /proc/acpi/wakeup ; halt
- Router: wol -h PC-IP-Addr PC-MAC-Addr
I use etherwake to send wol packet (it sends ethernet packets, not udp one that doesn't work with my lan card).
Now the PC gets pure ethernet frames containing the magic packet. But nothing happens ...