Linux usually shuts down all interfaces, when going down (init 0) ..
On Ubuntu it's in: /etc/init.d/networking -> it does an "ifconfig eth0 down" Then WOL then will never work, since the LAN-port is without power.
You may check for: martin@htpc:/etc$ ll rc?.d |grep network lrwxrwxrwx 1 root root 20 2006-06-07 20:45 S35networking -> ../init.d/networking lrwxrwxrwx 1 root root 20 2006-06-07 20:45 S35networking -> ../init.d/networking lrwxrwxrwx 1 root root 20 2006-06-07 20:45 S40networking -> ../init.d/networking
Try this: go into single user mode with "init 1" - check, if there is still power at your network port. If not, your LAN is shut down.
Martin
-----Ursprüngliche Nachricht----- Von: vdr-bounces@linuxtv.org [mailto:vdr-bounces@linuxtv.org] Im Auftrag von Bernd Juraschek Gesendet: Samstag, 3. März 2007 18:53 An: vdr@linuxtv.org Betreff: Re: [vdr] Wakeup On LAN
Hi!
Now I've patched my kernel with suspend2. Now after hibernating to suspend-to-ram or ACPI S4 WOL is working perfectly. Hibernating to the poweroff mode disables WOL again. Is WOL never possible if the PC is soft powered off?
After powering off the PC per long-pressing the power button WOL works perfectly. The normal shutdown seems to disable wakeup :-(
Greetings, Bernd
_______________________________________________ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr