https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208343
--- Comment #4 from Eric van Gyzen <vangy...@freebsd.org> --- I get the same behavior as Guido. I'm running head r297219 (24 March) on a Dell XPS 8900 with an onboard NIC. To send the WOL packet, I run this on a neighboring 10.2-RELEASE machine: wake bridge0 64:00:6a:80:be:cd As I mentioned in the mail thread: In em_get_wakeup(), the eeprom_data is zero, so adapter->wol stays zero, so ifconfig doesn't show any WOL capabilities. When I ignore the eeprom_data by commenting out the "if" condition, WOL capabilities appear in ifconfig. However, even when I enable WOL with ifconfig, WOL still doesn't work after a "shutdown -p now". em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=4219b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MAGIC,VLAN_HWTSO> ether 64:00:6a:80:be:cd inet a.b.c.d netmask 0xffffff80 broadcast e.f.g.h nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (1000baseT <full-duplex>) status: active em0@pci0:0:31:6: class=0x020000 card=0x06b81028 chip=0x15b88086 rev=0x31 hdr=0x00 vendor = 'Intel Corporation' device = 'Ethernet Connection (2) I219-V' class = network subclass = ethernet smbios.system.maker="Dell Inc." smbios.system.product="XPS 8900" smbios.bios.reldate="11/12/2015" smbios.bios.version="2.1.0" -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-amd64@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"