Hello!
I am trying to get Wake-On-Lan to work on my setup:
Dual boot of LibreELEC 7.0.3 and Ubuntu 16.04
In Ubuntu I am using the standard kernel version 4.4.0 and to get Wake-On-Lan to work I had to recompile a patched version of the alx driver and load it with dkms as shown in this bugreport (comments #40 and #55). Now it is working as a charm (only in Ubuntu though).
In LibreELEC it is not working out of the box as showed by this command output (there is no Supports Wake-on line)
Code
KODINO:~ # ethtool 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 Receive-only
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: Symmetric
Advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
MDI-X: Unknown
Current message level: 0x000060e4 (24804)
link ifup rx_err tx_err hw wol
Link detected: yes
Display More
What I am asking is if I need to recompile the module also for LibreELEC (and in case which one and how?) or if there is some other way to get WOL to work.
Thank you a lot in advance for any help!
Giorgio from Italy