From owner-freebsd-stable@FreeBSD.ORG Sun Sep 7 19:35:56 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 907BE1065676 for ; Sun, 7 Sep 2008 19:35:56 +0000 (UTC) (envelope-from zflyer@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5F6478FC18 for ; Sun, 7 Sep 2008 19:35:56 +0000 (UTC) (envelope-from zflyer@gmail.com) Received: by py-out-1112.google.com with SMTP id p76so638759pyb.10 for ; Sun, 07 Sep 2008 12:35:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=tEXTNYNp4fk0wiwhvOVs+a0BHePMrAwkwtYtUO2W5oE=; b=jS4WG7EToFSjPjsKmu2N5tPjA/jbdKPe9jf5zGiZxX6jvmb+RRuLaGwWrfSqTl6Fto CxyUAb4lq27fiGfEpD+7+qcKR8sdEaCOBxB4zyTgob4S9slzX59IFEKvnvoIIyUycq9c VPuWyMoG2wB11G0ocJVk53gVJ75RTTtnNYlpc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=bWLggwxGGoemKevB58yC2JVun/cIK+XK0BxoAvR0cLe722pgrvB70Z2awF+0nd4QZV GVvn5GyFl4Pg5e/c4/64/FA1aAp+rUzTq4utFS8uv6P8iS61OGrv+Ls6t36ruws+jItL IgUAs0LBdnDl/gddUOHsnI+iLNDjt0SMqwAa8= Received: by 10.65.97.18 with SMTP id z18mr29382381qbl.83.1220814827528; Sun, 07 Sep 2008 12:13:47 -0700 (PDT) Received: by 10.65.23.4 with HTTP; Sun, 7 Sep 2008 12:13:47 -0700 (PDT) Message-ID: <6293ba970809071213q3d50d46aoaddfead349f90039@mail.gmail.com> Date: Sun, 7 Sep 2008 15:13:47 -0400 From: Walker To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: WOL (Wake On LAN) no longer working X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2008 19:35:56 -0000 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. ********** $pciconf -vl em0@pci0:0:8:0: class=0x020000 card=0x118a8086 chip=0x10798086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82546EB Dual Port Gigabit Ethernet Controller' class = network subclass = ethernet ********** Thanks for any help.