From owner-freebsd-amd64@freebsd.org Mon Mar 28 00:17:15 2016 Return-Path: Delivered-To: freebsd-amd64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8336AE093D for ; Mon, 28 Mar 2016 00:17:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF1C616F6 for ; Mon, 28 Mar 2016 00:17:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2S0HF6R015073 for ; Mon, 28 Mar 2016 00:17:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-amd64@FreeBSD.org Subject: [Bug 208343] [em] wake on lan not working with Intel I219 V2 Date: Mon, 28 Mar 2016 00:17:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: vangyzen@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Mailman-Approved-At: Mon, 28 Mar 2016 02:54:11 +0000 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 00:17:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208343 --- Comment #4 from Eric van Gyzen --- 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=3D8843 metric 0 mtu 1500 =20=20=20=20=20=20=20 options=3D4219b ether 64:00:6a:80:be:cd inet a.b.c.d netmask 0xffffff80 broadcast e.f.g.h nd6 options=3D29 media: Ethernet autoselect (1000baseT ) status: active em0@pci0:0:31:6: class=3D0x020000 card=3D0x06b81028 chip=3D0x15b8808= 6 rev=3D0x31 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Ethernet Connection (2) I219-V' class =3D network subclass =3D ethernet smbios.system.maker=3D"Dell Inc." smbios.system.product=3D"XPS 8900" smbios.bios.reldate=3D"11/12/2015" smbios.bios.version=3D"2.1.0" --=20 You are receiving this mail because: You are on the CC list for the bug.=