October 11, 20232 yr Hi everyone. I'm trying to get wol working with a fresh install of unraid. The motherboard is compatible with Wol (it was from my previous Windows PC where I used it). I tried to follow the guide but I'm stuck here: root@GIANNAS-BACKUP:~# ifconfig bond0: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST> mtu 1500 ether d8:cb:8a:c5:7c:dd txqueuelen 1000 (Ethernet) RX packets 21566 bytes 3596911 (3.4 MiB) RX errors 0 dropped 31 overruns 0 frame 0 TX packets 7860 bytes 7847314 (7.4 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 br0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.1.249 netmask 255.255.255.0 broadcast 192.168.1.255 ether d8:cb:8a:c5:7c:dd txqueuelen 1000 (Ethernet) RX packets 20157 bytes 3140121 (2.9 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 7853 bytes 7840489 (7.4 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 docker0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255 ether 02:42:6b:49:52:27 txqueuelen 0 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 eth0: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST> mtu 1500 ether d8:cb:8a:c5:7c:dd txqueuelen 1000 (Ethernet) RX packets 21566 bytes 3596911 (3.4 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 7860 bytes 7847314 (7.4 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 19 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 1000 (Local Loopback) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 virbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255 ether 52:54:00:8c:1e:87 txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 root@GIANNAS-BACKUP:~# ethtool br0 Settings for br0: Supported ports: [ ] Supported link modes: Not reported Supported pause frame use: No Supports auto-negotiation: No Supported FEC modes: Not reported Advertised link modes: Not reported Advertised pause frame use: No Advertised auto-negotiation: No Advertised FEC modes: Not reported Speed: 1000Mb/s Duplex: Unknown! (255) Auto-negotiation: off Port: Other PHYAD: 0 Transceiver: internal Link detected: yes root@GIANNAS-BACKUP:~# ethtool -s br0 wol g netlink error: Operation not supported
October 11, 20232 yr Community Expert br0 is a vitual interface only. You cannot wake up this one. Try to enable WOL on eth0 instead. (And Pray 😇) Edited October 11, 20232 yr by MAM59
October 11, 20232 yr Author 10 minutes ago, MAM59 said: br0 is a vitual interface only. You cannot wake up this one. Try to enable WOL on eth0 instead. (And Pray 😇) Same on eth0
October 11, 20232 yr Community Expert too bad, maybe a driver issue then. (But I admit, I never have used WOL before, I dont power down servers)
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.