From owner-freebsd-net@freebsd.org Sun Mar 27 16:01:50 2016 Return-Path: Delivered-To: freebsd-net@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 8BEF3ADFC50 for ; Sun, 27 Mar 2016 16:01:50 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (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 4665C1882; Sun, 27 Mar 2016 16:01:49 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3qY1xc4DSKzZvX; Sun, 27 Mar 2016 18:01:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-type:content-type:in-reply-to :mime-version:user-agent:date:date:message-id:from:from :references:subject:subject:received:received; s=mail; t= 1459094499; x=1460908900; bh=0djEzxX0RjnAIhzrJVx6I4e6lZzanWgUj93 LXn102bA=; b=SP/e89DJshO6UGUOTqrkoPJsgjadFtVE+cegosUPC0ElqsbfPca pNYw0vt56AxFQ72yZCiuzfvwP52hnQ2hrM1sWsT0qZVD87W6Xr1PlXqm0hyKYJAI 4yPY2O2j2uPNdxjDuuc/YbTn+f/M0HM2kJJvNTC+zrq2qxS0iT1gyR8Q= Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id qOXEee0y9SIW; Sun, 27 Mar 2016 18:01:39 +0200 (CEST) Received: from tommy.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Sun, 27 Mar 2016 18:01:39 +0200 (CEST) Subject: Re: Intel I219 V2 (if_em) Wake on LAN not working To: Sean Bruno , freebsd-net@freebsd.org References: <56F284A0.4050900@madpilot.net> <56F489F3.7010208@FreeBSD.org> <56F7FD1E.8000806@freebsd.org> From: Guido Falsi Message-ID: <56F803E2.1040507@madpilot.net> Date: Sun, 27 Mar 2016 18:01:38 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <56F7FD1E.8000806@freebsd.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 16:01:50 -0000 On 03/27/16 17:32, Sean Bruno wrote: > > >>> From that, I see that eeprom_data is 0, 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". WOL only works after I >> power off using the power button before the kernel boots. > >> Eric > > > > I'm guessing that we have some kind of missing test case. Let's start > a bugzilla report so I can bring it to Intel's attention. I'm going to file a bug later, I'll CC you. > > I'll need a testcase as well so we can add this to regressions in the la > b. What do you need in the testcase? The only data I'm sure about is the chipset I have (PCI IDs) and the fact that I'm using head r297146. Is any further information needed? -- Guido Falsi