I tried enabling Wake on LAN for ‘eth1’ port of Xavier Nx board. Using ethtool, i found that the supported mode is ‘g’.
Enabled it using ‘sudo ethtool -s eth1 wol g’ command.
Default value is : ‘d’ has changed to ‘g’
Command “sudo systemctl suspend” kept the board in Deep Sleep State.
Command "sudo etherwake -i <mac_Address_jetson_eth1> woke up the system.
Second method i tried is added netplan.yaml file and added the following: eth1: match: macaddress: <mac_Address_of_eth1> wakeonlan: true
This is part of netplan file i created. Then i need to call “sudo netplan apply” command.
This commands enables Wake-On-LAN for eth1.
In both cases, after suspend systems wakes up normally.
But if i restart/shutdown the jetson, then wake on LAN value is set to ‘d’ only for eth1.
Do i need add service during every boot up to enable the WOL?
is there any way to enable the WOL once using netplan.yaml file? I am using networkd as the renderer
is this possible to enable WOL using Device Tree file ?
I changed the port to eth0.
Settings for eth0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supported pause frame use: Symmetric
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: Symmetric
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Speed: 100Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
MDI-X: on (auto)
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes
Then i entered into suspend state using :
sudo systemctl suspend.
After that wake up is not happening. Wake-up is possible manually by moving keyboard or mouse.
Command for wake from host:
sudo etherwake -i interface-name mac_Address_of_Eth0
Board: Xavier NX
Jetpack: 5
I tried the command given above. it is not working.
eth0 is configured to dhcp. Host and Jetson board is connected via Network switch. if i wake up the Jetson manually, I could able to access the host PC from jetson box. Both host and Jetson is in the same network.
Broadcast address and Gateway is same for both host and Jetson.
There is no update from you for a period, assuming this is not an issue any more.
Hence we are closing this topic. If need further support, please open a new one.
Thanks
Is this still an issue to support? Any result can be shared?