I have an HP EliteBook and am trying to enable Wake-on-Lan but I was not able to get it to work. The BIOS doesn't have a WOL setting.
I did some searching and found this link: https://support.hp.com/ro-en/document/c04955641. My laptop is listed here. Is there a similar process I can follow on Ubuntu 20.04?
Thank you
Really it is possible by using
ethtool
application. I have just tested below method on Marvell 88E8057. For me it allows to wake device from suspend, your result may be different.You have to run the command similar to
where:
eth2
is a logical name of Ethernet interface (consult withlshw -C network
for exact name in your system);wol
For details consult with
man ethtool
locally or online.