Page 1 of 1

[App] Wake on LAN for D series (arm)

Posted: Sat Nov 10, 2012 3:48 pm
by juusso
Wake on LAN
Image

Widget to send magic WOL signal to wake up network device from sleep mode. Optional WOL has been included to SamyGO Extensions already, if you need to have autostart of this, you have to search for /mtd_rwcommon/widgets/user/SamyGO/SamyGO/etc/init.d/02_10_wakelan.init and configure it.

Installation:
1. extract archive
2. Copy WakeOnLan directory (use ftp connection) to:

Code: Select all

/mtd_rwcommon/widgets/user/
Requirements:
1. SamyGo friendly firmware (downgrade if needed...)
2. ftp client.
3. Set your goal device to be waked up from network (check bios settings or configuration).

How to use:
1. You have to write proper MAC of your LAN device. Edit file /mtd_rwcommon/widgets/user/WakeOnLan/mac_address (you can use any text editor) and write there mac address:

Code: Select all

xx:xx:xx:xx:xx:xx
Curently supported only one device(mac).

2. Start WakeOnLan widget.
References
1. viewtopic.php?f=21&t=3447&p=27473#p26733
2. viewtopic.php?f=6&t=171#p1105
3. http://wiki.samygo.tv/index.php5/Conten ... ake_On_Lan

Re: [App] Wake on LAN for D series (arm)

Posted: Sun Nov 11, 2012 12:21 am
by jarod73
Thank you very much for this porting.

J.