Jump to content
XPEnology Community

furtech

Rookie
  • Posts

    2
  • Joined

  • Last visited

Everything posted by furtech

  1. Hi, here I own a HP N40L running DSM DSM 5.1-5055. I followed ALL the hints on how to enable WOL but it does not work. Here is the content of -rw-r--r-- 1 root root 7824 Jun 18 14:05 /etc/synoinfo.conf this is the content of -rwxr-xr-x 1 root root 6713 Jun 18 14:04 /etc.defaults/synoinfo.conf and here is the content of -rwxr-xr-x 1 root root 297 May 26 08:02 /usr/syno/etc/rc.d/S99zzz_Shitdown.sh #!/bin/sh case $1 in start) if [ -f /var/packages/shutdown_script/DSShutdown.sh ]; then /var/packages/shutdown_script/DSShutdown.sh & fi ;; stop) if [ -f /var/tmp/shut.down ]; then rm /var/tmp/shut.down fi ifconfig eth0 down ;; *) echo "Usage: $0 [start|stop]" ;; esac my BIOS is seen here and my BIOS-WOL-Options are seen here My MAC-Address can be seen here dmesg |grep MAC [ 5.257682] tg3 0000:02:00.0: eth0: Tigon3 [partno(BCM95723) rev 5784100] (PCI Express) MAC address a0:b3:cc:e3:f4:fd But whether I try to wake up my N40L via Synology Assistant or via any of these commands ether-wake -b a0:b3:cc:e3:f4:fd ether-wake a0:b3:cc:e3:f4:fd ether-wake -i eth0 a0:b3:cc:e3:f4:fd ether-wake -i eth0 -b a0:b3:cc:e3:f4:fd The N40L keeps sleeping. What have I missed? What can I do? Thanks in advance
×
×
  • Create New...