From owner-freebsd-questions@FreeBSD.ORG Mon Jun 4 20:08:20 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0CC2716A41F for ; Mon, 4 Jun 2007 20:08:20 +0000 (UTC) (envelope-from zflyer@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by mx1.freebsd.org (Postfix) with ESMTP id C30ED13C44B for ; Mon, 4 Jun 2007 20:08:19 +0000 (UTC) (envelope-from zflyer@gmail.com) Received: by wx-out-0506.google.com with SMTP id h28so1168706wxd for ; Mon, 04 Jun 2007 13:08:19 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=CakbffGEOGi09hA/BucyBM3Hs4YN6RbnKgsjzDAR6qvNCgxb+GO/I4wTaDdx/U5d2Su46soMcGMZOEYoxB3cV8U9QhGpKmwejLwnMAqHfmpG09pxbGv8vMB0W7kJAlwqzOvGmMzE4n2w9OLuYPkmt3bmWIHmetvwKDv4pJCVo+Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=jAWjVapUH+t8TzFvBGKfqL3VMetzRmXyDSJYTVZWGQDPxjCYrCoad/KxXAQSRhkmqoq5eWfosjhAki7IPr4AtB0KqT2aNQDi5TxzjzvIWYs5VWsia+0BNJ75+k5HJjTWZLREhSajiox54qHBEZilZZKK6l8J19aimOT+0kgZC2Y= Received: by 10.70.16.6 with SMTP id 6mr7742935wxp.1180985971250; Mon, 04 Jun 2007 12:39:31 -0700 (PDT) Received: by 10.70.20.2 with HTTP; Mon, 4 Jun 2007 12:39:31 -0700 (PDT) Message-ID: <6293ba970706041239ufdd41f0m45964e8d4930249c@mail.gmail.com> Date: Mon, 4 Jun 2007 15:39:31 -0400 From: Steve To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Wake-on-LAN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2007 20:08:20 -0000 I need some help getting WOL working. I have two boxes with Freebsd 6.2 and WOL doesn't work on either one. Both have capable Intel NICs (pro/100 and pro/1000) and capable PC BIOS (with WOL and PME enabled). When the boxes are shutdown I don't have any link lights, which I believe is an indication of a problem. I'm wondering if this is an ACPI issue where the PCI bus has no power after shutdown, or perhaps an em driver issue? Any ideas on this? Thanks. S.