Zyxel NSA 320 wake on lan July 14, 2013 09:49AM |
Registered: 11 years ago Posts: 7 |
Re: Zyxel NSA 320 wake on lan July 14, 2013 03:18PM |
Registered: 12 years ago Posts: 149 |
Re: Zyxel NSA 320 wake on lan July 14, 2013 05:04PM |
Registered: 11 years ago Posts: 7 |
Re: Zyxel NSA 320 wake on lan July 14, 2013 09:21PM |
Registered: 12 years ago Posts: 149 |
Re: Zyxel NSA 320 wake on lan July 15, 2013 12:25AM |
Registered: 11 years ago Posts: 7 |
root@laptok:~# wakeonlan -i 192.168.220.255 b0:b2:dc:ee:d4:b3 Sending magic packet to 192.168.220.255:9 with b0:b2:dc:ee:d4:b3 root@laptok:~# wakeonlan b0:b2:dc:ee:d4:b3 Sending magic packet to 255.255.255.255:9 with b0:b2:dc:ee:d4:b3
Re: Zyxel NSA 320 wake on lan July 15, 2013 10:04AM |
Registered: 12 years ago Posts: 149 |
Re: Zyxel NSA 320 wake on lan July 15, 2013 10:35AM |
Registered: 11 years ago Posts: 91 |
Re: Zyxel NSA 320 wake on lan July 15, 2013 12:51PM |
Registered: 11 years ago Posts: 7 |
Re: Zyxel NSA 320 wake on lan July 15, 2013 01:40PM |
Registered: 12 years ago Posts: 149 |
U-Boot 2011.12 (May 03 2012 - 17:04:23) ZyXEL NSA320 2-Bay Power Media Server arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1 GNU ld (Sourcery G++ Lite 2009q3-67) 2.19.51.20090709 Hit any key to stop autoboot: 8 0 NSA320>
Re: Zyxel NSA 320 wake on lan July 15, 2013 01:44PM |
Registered: 11 years ago Posts: 91 |
Re: Zyxel NSA 320 wake on lan July 15, 2013 03:13PM |
Registered: 11 years ago Posts: 7 |
U-Boot 2011.12 (May 03 2012 - 17:04:23) ZyXEL NSA320 2-Bay Power Media Server SoC: Kirkwood 88F6281_A1 DRAM: 512 MiB WARNING: Caches not enabled NAND: 128 MiB In: serial Out: serial Err: serial Net: egiga0 MV88E1318 PHY initialized on egiga0 Using egiga0 device ping failed; host 192.168.220.50 is not alive Hit any key to stop autoboot: 0 NSA320>
NSA320> printenv arcNumber=3956 baudrate=115200 boot_sata1=mw 0x800000 0 1; setenv bootargs console=ttyS0,115200 root=/dev/sda1 rootdelay=10 $mtdparts; ide reset; ext2load ide 0:1 0x800000 /boot/uImage; ext2load ide 0:1 0x011000 boot_sata2=mw 0x800000 0 1; setenv bootargs console=ttyS0,115200 root=/dev/sdb1 rootdelay=10 $mtdparts; ide reset; ext2load ide 1:1 0x800000 /boot/uImage; ext2load ide 1:1 0x011000 bootcmd=run bootcmd_usb; usb stop; run boot_sata1; run boot_sata2; run bootcmd_rescue; reset bootcmd_usb=run usb_init; run usb_load_uimage; run set_bootargs_usb; run usb_boot; bootdelay=3 console=ttyS0,115200 ethact=egiga0 ethaddr=B0:B2:DC:EE:D4:B3 if_netconsole=ping $serverip ipaddr=192.168.220.3 mainlineLinux=yes mtdids=nand0=orion_nand mtdparts=mtdparts=orion_nand:1M(u-boot),512K(uboot_env),512K(key_store),512K(info),10M(etc),10M(kernel_1),48896K(rootfs1),10M(kernel_2),-(rootfs2) netmask=255.255.255.0 partition=nand0,2 preboot=run if_netconsole start_netconsole serverip=192.168.220.50 set_bootargs_usb=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; stderr=serial stdin=serial stdout=serial usb_boot=if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000;else bootm 0x800000;fi; usb_device=0:1 usb_init=usb start usb_load_uimage=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage usb_root=LABEL=USBROOT usb_rootdelay=10 usb_rootfstype=ext3 Environment size: 1722/131068 bytes NSA320>
Re: Zyxel NSA 320 wake on lan July 15, 2013 04:05PM |
Registered: 12 years ago Posts: 149 |
NSA320> printenv printenv arcNumber=3956 baudrate=115200 boot_sata1=mw 0x800000 0 1; setenv bootargs console=ttyS0,115200 root=/dev/sda1 rootdelay=10 $mtdparts; ide reset; ext2load ide 0:1 0x800000 /boot/uImage; ext2load ide 0:1 0x01100000 /boot/uInitrd; bootm 0x00800000 0x01100000 boot_sata2=mw 0x800000 0 1; setenv bootargs console=ttyS0,115200 root=/dev/sdb1 rootdelay=10 $mtdparts; ide reset; ext2load ide 1:1 0x800000 /boot/uImage; ext2load ide 1:1 0x01100000 /boot/uInitrd; bootm 0x00800000 0x01100000 bootcmd=run boot_sata1; run boot_sata2; run bootcmd_usb; usb stop; run bootcmd_rescue; reset bootcmd_usb=run usb_init; run usb_load_uimage; run set_bootargs_usb; run usb_boot; bootdelay=10 console=ttyS0,115200 ethact=egiga0 ethaddr=fc:f5:28:08:a8:a4 if_netconsole=ping $serverip ipaddr=192.168.0.78 mainlineLinux=yes mtdids=nand0=orion_nand mtdparts=mtdparts=orion_nand:1M(u-boot),512K(uboot_env),512K(key_store),512K(info),10M(etc),10M(kernel_1),48896K(rootfs1),10M(kernel_2),-(rootfs2) ncip=192.168.0.66 netmask=255.255.255.0 partition=nand0,2 preboot=run if_netconsole start_netconsole serverip=192.168.0.66 set_bootargs_usb=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; stderr=nc stdin=nc stdout=nc usb_boot=if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000;else bootm 0x800000;fi; usb_device=0:1 usb_init=usb start usb_load_uimage=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage usb_root=LABEL=USBROOT usb_rootdelay=10 Environment size: 1706/131068 bytes
Re: Zyxel NSA 320 wake on lan July 16, 2013 02:12PM |
Registered: 11 years ago Posts: 7 |
Re: Zyxel NSA 320 wake on lan February 03, 2014 02:44PM |
Registered: 11 years ago Posts: 7 |
Re: Zyxel NSA 320 wake on lan February 04, 2014 11:10AM |
Registered: 12 years ago Posts: 232 |
Eike
Re: Zyxel NSA 320 wake on lan August 21, 2014 08:19AM |
root@debian:~# ethtool eth0 Settings for eth0: Supported ports: [ TP MII ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Supported pause frame use: No Supports auto-negotiation: Yes Advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Advertised pause frame use: No Advertised auto-negotiation: Yes Speed: 1000Mb/s Duplex: Full Port: MII PHYAD: 1 Transceiver: external Auto-negotiation: on Supports Wake-on: g Wake-on: g Link detected: yes
NETDOWN=no
root@debian:~# cat /etc/network/interfaces auto lo eth0 iface lo inet loopback iface eth0 inet dhcp
Re: Zyxel NSA 320 wake on lan August 22, 2014 03:12AM |
Admin Registered: 14 years ago Posts: 19,422 |
Re: Zyxel NSA 320 wake on lan August 22, 2014 03:46AM |
Registered: 10 years ago Posts: 11 |
cat /etc/network/interfaces auto lo eth0 iface lo inet loopback #iface eth0 inet dhcp iface eth0 inet static address 192.168.178.35 netmask 255.255.255.0 gateway 192.168.178.1 pre-down ethtool -s eth0 wol g
Re: Zyxel NSA 320 wake on lan August 22, 2014 03:50AM |
Registered: 10 years ago Posts: 11 |
Re: Zyxel NSA 320 wake on lan August 22, 2014 04:42AM |
Admin Registered: 14 years ago Posts: 19,422 |
root@Nsa325:~# ethtool eth0 Settings for eth0: Supported ports: [ TP MII ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Supported pause frame use: No Supports auto-negotiation: Yes Advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Advertised pause frame use: No Advertised auto-negotiation: Yes Speed: 1000Mb/s Duplex: Full Port: MII PHYAD: 1 Transceiver: external Auto-negotiation: on Supports Wake-on: g Wake-on: g Link detected: yes
root@Nsa325:~# cat /etc/network/interfaces auto lo eth0 iface lo inet loopback #iface eth0 inet dhcp iface eth0 inet static address 192.168.0.247 netmask 255.255.255.0 gateway 192.168.0.1
root@Nsa325:~# grep -i netdown /etc/init.d/halt #NETDOWN=yes NETDOWN=no netdown="-i" if [ "$NETDOWN" = "no" ]; then netdown="" logger -s -i "Shutdown with Netdown = " $NETDOWN halt -d -f $netdown $poweroff $hddown
Kernel 3.16.0 and u-boot-2013.10 for NSA325.
shutdown -h now
WOL with etherwake <macaddr>
Re: Zyxel NSA 320 wake on lan August 22, 2014 05:01AM |
Admin Registered: 14 years ago Posts: 19,422 |
etherwake 00:50:43:00:02:02
Re: Zyxel NSA 320 wake on lan August 22, 2014 05:29AM |
Registered: 10 years ago Posts: 11 |
Re: Zyxel NSA 320 wake on lan August 22, 2014 05:42AM |
Admin Registered: 14 years ago Posts: 19,422 |
Re: Zyxel NSA 320 wake on lan August 22, 2014 07:42AM |
Registered: 10 years ago Posts: 11 |
Re: Zyxel NSA 320 wake on lan August 22, 2014 03:59PM |
Admin Registered: 14 years ago Posts: 19,422 |
Re: Zyxel NSA 320 wake on lan August 30, 2014 01:39PM |
Registered: 10 years ago Posts: 11 |
sunfire
Re: Zyxel NSA 320 wake on lan September 24, 2014 06:45AM |
Re: Zyxel NSA 320 wake on lan September 24, 2014 08:23AM |
Registered: 10 years ago Posts: 11 |
Re: Zyxel NSA 320 wake on lan September 24, 2014 11:12AM |
Admin Registered: 14 years ago Posts: 19,422 |
Re: Zyxel NSA 320 wake on lan October 20, 2014 06:46AM |
Registered: 10 years ago Posts: 3 |