starting NAS server at boot
#16
Mus_ Wrote:hm, not sure what's going on there, I would have expected some kind of difference here (obviously Wink ).
It's not just on a single machine: another one with Ubuntu 11.10 does the same thing - can't wake up from soft-off state. Huh
MINIX NEO U22-XJ | Denon AVC-X3800H | KEF Q750 | KEF Q250c | KEF Q150 | KEF Q50a | KEF Kube 10 MIE | LG OLED65G16LA | CoreELEC
Reply
#17
Found something; it appears to be a big in the netwprk driver in v11.10. Earlier version of tg3 (Broadcom) driver used to reset WOL on startup. Even with the recent driver, it seems that the network interface gets shutoff before power down. Manually shutting down the Ethernet interface and then issuing halt
Code:
ifconfig eth0 down
halt -f -p
fixes the problem. From this state, WOL works just fine. Trying to figure out a nice way of implementing this. Cheers!!
MINIX NEO U22-XJ | Denon AVC-X3800H | KEF Q750 | KEF Q250c | KEF Q150 | KEF Q50a | KEF Kube 10 MIE | LG OLED65G16LA | CoreELEC
Reply

Logout Mark Read Team Forum Stats Members Help
starting NAS server at boot0