From owner-freebsd-stable@FreeBSD.ORG Sat Oct 11 02:54:14 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 11E011065686 for ; Sat, 11 Oct 2008 02:54:14 +0000 (UTC) (envelope-from zanchey@ucc.gu.uwa.edu.au) Received: from mailext2.its.uwa.edu.au (mailext2.its.uwa.edu.au [130.95.128.60]) by mx1.freebsd.org (Postfix) with ESMTP id 749868FC16 for ; Sat, 11 Oct 2008 02:54:13 +0000 (UTC) (envelope-from zanchey@ucc.gu.uwa.edu.au) Received: from kas30pipe.localhost (localhost.localdomain [127.0.0.1]) by panacea.uwa.edu.au (Postfix) with ESMTP id 5116687E70 for ; Sat, 11 Oct 2008 18:53:41 +0800 (WST) Received: from panacea (localhost.localdomain [127.0.0.1]) by panacea.prekas (Postfix) with SMTP id D794788035 for ; Sat, 11 Oct 2008 18:53:40 +0800 (WST) X-UWA-Client-IP: 130.95.13.9 (UWA) Received: from mooneye.ucc.gu.uwa.edu.au (mooneye.ucc.gu.uwa.edu.au [130.95.13.9]) by panacea.extinput (Postfix) with ESMTP id C198987E70 for ; Sat, 11 Oct 2008 18:53:40 +0800 (WST) Received: by mooneye.ucc.gu.uwa.edu.au (Postfix, from userid 801) id 95807367D3; Sat, 11 Oct 2008 10:53:40 +0800 (WST) Received: from martello.ucc.gu.uwa.edu.au (martello.ucc.gu.uwa.edu.au [130.95.13.23]) by mooneye.ucc.gu.uwa.edu.au (Postfix) with ESMTP id 64B2D367D2; Sat, 11 Oct 2008 10:53:40 +0800 (WST) Received: by martello.ucc.gu.uwa.edu.au (Postfix, from userid 11251) id 1169C6C09E; Sat, 11 Oct 2008 10:53:40 +0800 (WST) Received: from localhost (localhost [127.0.0.1]) by martello.ucc.gu.uwa.edu.au (Postfix) with ESMTP id 040586C096; Sat, 11 Oct 2008 10:53:40 +0800 (WST) Date: Sat, 11 Oct 2008 10:53:39 +0800 (WST) From: David Adam To: Pyun YongHyeon In-Reply-To: <20081010060013.GB99376@cdnetworks.co.kr> Message-ID: References: <596673353.20081006181334@pulsar.bg> <20081010060013.GB99376@cdnetworks.co.kr> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SpamTest-Envelope-From: zanchey@ucc.gu.uwa.edu.au X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 5371 [Oct 11 2008] X-SpamTest-Info: {HEADERS: header Content-Type found without required header Content-Transfer-Encoding} X-SpamTest-Method: none X-SpamTest-Rate: 10 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0278], KAS30/Release Cc: Georgi Iovchev , freebsd-stable@freebsd.org Subject: Re: can not wake on lan after halt -p (or shutdown -p now) on releng_7 and releng_7_0 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: Sat, 11 Oct 2008 02:54:14 -0000 On Fri, 10 Oct 2008, Pyun YongHyeon wrote: > On Fri, Oct 10, 2008 at 11:41:59AM +0800, David Adam wrote: > > On Mon, 6 Oct 2008, Georgi Iovchev wrote: > > > I have a shutdown problem. I have a machine with gigabyte GA-G33M-DS2R > > > motherboard. Integrated network card is Realtek 8111B. > > > I can not wake the computer after I shutdown it from FreeBSD. > > > It is a dualboot system - windows xp and freebsd. If I shutdown the > > > computer from windows - later I can wake it up with magic packet. Even > > > if i shutdown the machine on the boot menu with the power button - than > > > later I can wake on lan. The only situation where I CANNOT wake it is > > > when I shutdown the machine from freebsd (halt -p). > > > > > > First I tested with 7.0-RELEASE-p5 amd64 (RELENG_7_0) and than I > > > upgraded to 7.1 PRERELASE amd64 (RELENG_7). I also tested with two > > > network cards - the integrated one Realtek 8111B and another one Intel > > > PRO1000PT PCI-E with WOL enabled. > > > > > > With both nics and both freebsd versions the situation is the same - > > > after shutdown from bsd the computer is not able to wake on lan. The > > > indication on the switch port says that after shut down there is > > > active link. > > > > I have a similar problem with an Intel SR1200 Pentium 3-class system, > > using fxp(4) cards, although I haven't yet tried the `halt -p` command. > > > > fxp(4) should be taught to support WOL. Also note, not all fxp(4) > hardwares support WOL. Both of the fxp(4) interfaces on my development system certainly support WOL, so although I'm no kernel programmer I'd be more than happy to test patches or provide developer access. David Adam zanchey@ucc.gu.uwa.edu.au