From owner-freebsd-questions@FreeBSD.ORG Mon Mar 31 15:23:33 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B03C2106564A for ; Mon, 31 Mar 2008 15:23:33 +0000 (UTC) (envelope-from zflyer@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.250]) by mx1.freebsd.org (Postfix) with ESMTP id 72DB88FC15 for ; Mon, 31 Mar 2008 15:23:33 +0000 (UTC) (envelope-from zflyer@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so471001anc.13 for ; Mon, 31 Mar 2008 08:23:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=L3oq81SE73BtpJ0zdnyqde4AAjBtYNPmVTRw+IiJ3mk=; b=EkHGQ7yuZc/KGCvHS7Es/3qa+alz7lcgUrF8cTo9NeccE2K4Gjk7847/DcFNOkf1JPI4ZZWYvLYpg40haQsG91RXfybML7ueqX3o+j1qHtky7STjPcFBPvubtwhSVUhr0frXMFBZ/0LaWJG+rlwTePNtuNTYzI9d2+q9I4R5Hws= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BuVs5enBUk1yAcXEp/Qt77TQUxbVy2lxLbLf/yHRXN39UZ6MSQuDi0F5g3G5FWRGHBIS5jRpRXzvhrdqKTCdLXr0ao0MsLuy5Yf0xxRFDEuHmbD55p1Hfp4XrMbDzquFJZbgZKMehur9ZCzS6PQ/xMuJrmEH8E3CNy8l/rl0HnM= Received: by 10.100.105.15 with SMTP id d15mr16254644anc.32.1206977010896; Mon, 31 Mar 2008 08:23:30 -0700 (PDT) Received: by 10.100.196.1 with HTTP; Mon, 31 Mar 2008 08:23:30 -0700 (PDT) Message-ID: <6293ba970803310823w651de962v3db3bb5a14d5de4f@mail.gmail.com> Date: Mon, 31 Mar 2008 11:23:30 -0400 From: Walker To: "Kent Hauser" , freebsd-questions@freebsd.org In-Reply-To: <6004effe0803310331v66092dbag6026eb8903c75922@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6004effe0803310331v66092dbag6026eb8903c75922@mail.gmail.com> Cc: Subject: Re: Wake-on-LAN and the em driver (freebsd 7.x) 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, 31 Mar 2008 15:23:33 -0000 On Mon, Mar 31, 2008 at 6:31 AM, Kent Hauser wrote: > How can I get the WOL (wake-on-lan) feature to work on my 7-stable system? I > have a dual-boot system with an Intel PRO/1000 PT card that works great with > FreeBSD, but the WOL only works under XP. Is there an ifconfig option (or > similar) to enable WOL under FreeBSD? > > I notice that the LED on the gigibit hub for system is not lit after FreeBSD > "halt -p", but is lit (low-speed) after XP shutdown. > > Any help appreciated. FWIW; I have two 7.0-RELEASE boxes with single (on board) and dual (pro/1000) em NICs. WOL works fine on both. The link light must be on after FreeBSD shuts down for WOL to work. You might try using the latest proboot.exe from Intel which allows you to update the NIC firmware and change its settings. There might be FreeBSD sysctl knobs that might help as well.