Reference Manual

Table Of Contents
RS9116 n-Link Linux and Android Technical Reference Manual
Version 2.0
August 2019
106
#systemctl suspend
This step will suspend the system and system goes to power save mode.
18.2.5 Trigger wakeup
To initiate trigger packet, connect a PC or laptop to AP through LAN/WLAN. Get IP and check ping to AP is working
or not.
Copy WOWLAN applications 'wakeonlan' or 'etherwake' to this third party PC. Issue below command to issue
trigger.
1. wakeonlan <MAC_addr_of_our_device>
Or
2. etherwake <MAC_addr_or_our_device>
For eatherwake application, please edit ether-wake.c and go to main() function, update the ifname with the
interface name of our device. Compile the application using below command.
3. gcc ether-wake.c –o etherwake
Upon issuing this trigger, system should resume in 2 to 5 seconds.