From owner-freebsd-stable@FreeBSD.ORG Mon Sep 8 00:44:28 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 901271065672 for ; Mon, 8 Sep 2008 00:44:28 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.239]) by mx1.freebsd.org (Postfix) with ESMTP id 5785C8FC13 for ; Mon, 8 Sep 2008 00:44:28 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1808447rvf.43 for ; Sun, 07 Sep 2008 17:44:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from :to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=JX2K/yv7V9/VOw+4IAfqEtKj9BjfeCMm+m/lXrQC8ko=; b=aExXEVAbklO8Y3JOMuu/jzhh1Z75cKT9Nb3ykghGUxfS7kH9VqCAhmXGB6g2wN8Ycx +JUd8sIrZWZKsC/3xaRBPzRF+X2I6G+hqPZbPkP4S3CeBU3+syVhk+MJJbdo1dQQzF/z 5KorqXjMHLW9SeLcOrreaTpR4udFOSGqgh+JI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=uo7sKwAZXFnz6BLeF5qqqEIxc/WXZIu6D5xtPw0RiC0yPgwWuOPqT7ddaqYYGiqK+x DcVNbnfjh84wy4zbPSZrmN4HkexMfrEYLHPpBR5Q5lz2wlFx/+zN/a0LyXZE3ioIot7T TYPKqB2A4cjvdHsmB7TGfLFlr4nmen4e97ZJU= Received: by 10.141.193.1 with SMTP id v1mr8448872rvp.73.1220834667714; Sun, 07 Sep 2008 17:44:27 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id b8sm6425500rvf.4.2008.09.07.17.44.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 07 Sep 2008 17:44:26 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id m880iMPs077607 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 8 Sep 2008 09:44:22 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m880iMTY077606; Mon, 8 Sep 2008 09:44:22 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Mon, 8 Sep 2008 09:44:22 +0900 From: Pyun YongHyeon To: Walker Message-ID: <20080908004422.GB77346@cdnetworks.co.kr> References: <6293ba970809071213q3d50d46aoaddfead349f90039@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6293ba970809071213q3d50d46aoaddfead349f90039@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@freebsd.org Subject: Re: WOL (Wake On LAN) no longer working X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2008 00:44:28 -0000 On Sun, Sep 07, 2008 at 03:13:47PM -0400, Walker wrote: > Somewhere along the road from 7.0 to 7.1 WOL stopped working for me. > I have an "82546EB Dual Port Gigabit Ethernet Controller" which, after > shutdown, has link lights on the card and switch. Nothing has changed > on the PC or NIC BIOS. I noticed new wol ifconfig settings, and add > "wol" to my rc.conf, with no effect. > I don't know what caused the issue but both em(4) and igb(4) implements WOL with its own way and does not honor interface capability configuration of ifconfig. -- Regards, Pyun YongHyeon