u@jetson:~$ip link show
...
4: enP8p1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
link/ether aa:bb:cc:dd:ee:ff brd ff:ff:ff:ff:ff:ff
...
u@jetson:~$sudo ethtool -s enP8p1s0 wol g
u@jetson:~$sudo systemctl suspend
Compared to the referenced thread, I am seeing “Link detected: yes” with “Wake-on: g”. Maybe that part at least works fine because my device is an Orin Nano?
No worries. See previous post for dmesg log file, captured after a test. WoL did not wake the device, and I ended up using power button to ground to exit suspend mode.