Jump to content

WOL isn't working


unraided

Recommended Posts

When I originally built and setup the server, I had the same problem, and I used the 'ethtool -s eth0 wol g' command, powered off the server via webgui, and magic packets would wake up the server. I reset the bios and setup S3 STR and WOL Lan options, but still not working. I'm running 4.5.3 Pro on a Gigabyte motherboard with a Realtek 8111C NIC.

 

My 'go' script below:

 

#!/bin/bash

# Start the Management Utility

/usr/local/sbin/emhttp &

sleep 30

for i in /dev/md*

do

   blockdev --setra 2048 $i

done

nohup awk -W re-interval -f listen.awk >/dev/null 2>&1 &

CTRLALTDEL=YES LOGSAVE=30 installpkg /boot/packages/powerdown-1.02-noarch-unRAID.tgz

sysctl -w kernel.poweroff_cmd="/sbin/powerdown"

echo "powerdown" | at 23:59

ethtool -s eth0 wol g

 

my ethtool status below:

 

root@unraid:~# ethtool eth0

Settings for eth0:

       Supported ports: [ TP MII ]

       Supported link modes:   10baseT/Half 10baseT/Full

                               100baseT/Half 100baseT/Full

                               1000baseT/Half 1000baseT/Full

       Supports auto-negotiation: Yes

       Advertised link modes:  10baseT/Half 10baseT/Full

                               100baseT/Half 100baseT/Full

                               1000baseT/Half 1000baseT/Full

       Advertised auto-negotiation: Yes

       Speed: 1000Mb/s

       Duplex: Full

       Port: MII

       PHYAD: 0

       Transceiver: internal

       Auto-negotiation: on

       Supports Wake-on: pumbg

       Wake-on: g

       Current message level: 0x00000033 (51)

       Link detected: yes

root@unraid:~#

 

Is their anything that I'm missing? Thank-you.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...