bb-qq / r8152

Synology DSM driver for Realtek RTL8152/RTL8153/RTL8156 based adapters
GNU General Public License v2.0
2.07k stars 184 forks source link

Any chance to activate WOL Support? #178

Closed HebeROF closed 2 years ago

HebeROF commented 2 years ago

Driver runs great! Thanks so far :)

Is there any way to activate Wake on LAN? I can only see LAN 1 and 2 in Synology Settings? there might be a config file or ssh command to enable it?

bb-qq commented 2 years ago

You can enable the WOL flag to the eth2 interface by sudo ethtool -s eth2 wol g, but I do not confirm whether it works. If it does not work, Synology hardware may not support waking up by USB devices.

HebeROF commented 2 years ago

As I am using the Club 3D ethernet adapter which is WOL certified, I am unfortunately not able to get it to work. Seems like Synology doesn't support WOL over USB.