I’m trying to setup Wake-On-Lan for a Jetson AGX Orin running Jetpack r35.2.1.
I’ve learned that wol can be set by command below:
sudo ethtool -s eth0 wol g
However, the shell show the message:
Cannot set new wake-on-lan settings: Unknown error 524
not setting wol
The message is same with Cannot Enable Wake On Lan - Jetson & Embedded Systems / Jetson AGX Orin - NVIDIA Developer Forums
However, the Jetpack version of my orin is R35.2.1, which should be fixed according to Jetson-Linux r35.2.1 GA Release Notes (nvidia.com)
Thanks in advance for your help.