[Bug 228302] [em] / [igb] wake on lan not working with Intel I210 / I219 on Mainboard ASRock Rack C236 WSI

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat May 26 17:10:29 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228302

--- Comment #16 from sandreas <andreas.schroden at gmail.com> ---
Ok, next step done, checked WOL on linux (ubuntu 18.04), no BIOS or EFI
changes, works like a charm:
- Booted Ubuntu 18.04
- Used ethtool to enable WOL on Magic Packet (Supports Wake-on: pumbg, see
below)
- shutdown -P now
- system is powered off, orange/left LAN LED is on (flashing)
- WOL powers on the machine like expected

# Next step (and last one;)
- Compile newer freebsd kernel and check, if problem is fixed, otherwise report
back

# ubuntu shell input
root at ubuntu:/etc/default# ifconfig enp2s0
enp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.8.9  netmask 255.255.255.0  broadcast 192.168.8.255
        inet6 fe80::fdf0:f12:a54e:ffab  prefixlen 64  scopeid 0x20<link>
        ether xxx  txqueuelen 1000  (Ethernet)
        RX packets 4614  bytes 3574528 (3.5 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 2310  bytes 217550 (217.5 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device memory 0xdf000000-df07ffff 

root at ubuntu:~# ethtool enp2s0
Settings for enp2s0:
        Supported ports: [ TP ]
        Supported link modes:   10baseT/Half 10baseT/Full 
                                100baseT/Half 100baseT/Full 
                                1000baseT/Full 
        Supported pause frame use: Symmetric
        Supports auto-negotiation: Yes
        Supported FEC modes: Not reported
        Advertised link modes:  10baseT/Half 10baseT/Full 
                                100baseT/Half 100baseT/Full 
                                1000baseT/Full 
        Advertised pause frame use: Symmetric
        Advertised auto-negotiation: Yes
        Advertised FEC modes: Not reported
        Speed: 1000Mb/s
        Duplex: Full
        Port: Twisted Pair
        PHYAD: 1
        Transceiver: internal
        Auto-negotiation: on
        MDI-X: off (auto)
        Supports Wake-on: pumbg
        Wake-on: g
        Current message level: 0x00000007 (7)
                               drv probe link
        Link detected: yes


root at ubuntu:~# ethtool -s enp2s0 wol g

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-net mailing list