Wake On Lan

I searched Wake On Lan in the forum but couldn’t find similar topic.
Is it possible to add Wake On Lan to S905?

CoreELEC:~ # ethtool eth0
Settings for eth0:
    Supported ports: [ TP MII ]
    Supported link modes:   10baseT/Half 10baseT/Full
                            100baseT/Half 100baseT/Full
    Supported pause frame use: Symmetric Receive-only
    Supports auto-negotiation: Yes
    Supported FEC modes: Not reported
    Advertised link modes:  10baseT/Half 10baseT/Full
                            100baseT/Half 100baseT/Full
    Advertised pause frame use: Symmetric Receive-only
    Advertised auto-negotiation: Yes
    Advertised FEC modes: Not reported
    Link partner advertised link modes:  10baseT/Half 10baseT/Full
                                         100baseT/Half 100baseT/Full
    Link partner advertised pause frame use: Symmetric
    Link partner advertised auto-negotiation: Yes
    Link partner advertised FEC modes: Not reported
    Speed: 100Mb/s
    Duplex: Full
    Port: MII
    PHYAD: 0
    Transceiver: external
    Auto-negotiation: on
    Supports Wake-on: ug
    Wake-on: d
    Current message level: 0x0000003d (61)
                           drv link timer ifdown ifup
    Link detected: yes

CoreELEC:~ # ethtool -s eth0 wol g
Cannot set new wake-on-lan settings: Operation not supported
  not setting wol

There is a kodi addon, https://kodi.wiki/view/Add-on:Advanced_Wake_On_Lan

but it doesn’t wake my nas. so not sure how good it is.

I have an IOS app on my phone to wake my nas

https://kodi.wiki/view/Add-on:Advanced_Wake_On_Lan

Sends a WOL magic packet to a remote device using its ethernet MAC address and displays a notification if and when the device is available.

What I want is to wake up a S905 device

so, what device do you propose to send wol, from?

phone? pc? another s905? or ssh?

I appreciate your help but this question is a bit above your knowledge.
So please let the developers of CoreElec do the talking.

@anon88919003 What do you think about waking up an S905 device (MeCool KII Pro) using a WOL packet? Is it possible?

ethtool says:

Supports Wake-on: ug
Wake-on: d

eth0 Supports Wake-on: ug (unicast activity and magic packet activity),
but Wake-on: d (disabled)

I think you are right.

Would a systemd wol@.service work in CE like described here (in 13)?

WoL depends on support in u-boot and u-boot is specific on a per device basis.

1 Like