From owner-freebsd-stable@FreeBSD.ORG Tue Oct 14 06:47:00 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 C708D1065678 for ; Tue, 14 Oct 2008 06:47:00 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.231]) by mx1.freebsd.org (Postfix) with ESMTP id 8D3878FC22 for ; Tue, 14 Oct 2008 06:47:00 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1844646rvf.43 for ; Mon, 13 Oct 2008 23:47:00 -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=l36INU40XpUXHynVXXQ24KuG+mmJcLCRiVdUuWhaJow=; b=qOQdQcY1OueYXU0QzZdZzdplUpE1F24kwC6ez67k1ylgvlYs3JCzq2LLy9ewxIXPFu tHjnxSQUo0WRJN9sie+a1h+fDwEWlV9TetlydirMgTKqumsoaRIVGl0PwbJJoaDbBbFc sTYQ/rpw0ugKFaOoG2nXM0QEG5ISnkPk1im78= 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=f7gi/m/K2YnhpwNBrq3HgEOsf32V+NBPNG75HoL4/7hZ1YD6h9eo1rLTyK7/imbp5N va+DSzGxwXY6QLQ91FmXFiLEfXhTV481x06ZaIugRf2SlKr4pSTFZSa3MxG1SKRD/Lrt dcp95WVEUJNWEoDYQhkjkMz84SsqsDWIxMW4A= Received: by 10.141.69.1 with SMTP id w1mr4541540rvk.185.1223966820027; Mon, 13 Oct 2008 23:47:00 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ([211.53.35.84]) by mx.google.com with ESMTPS id l31sm8444531rvb.2.2008.10.13.23.46.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 13 Oct 2008 23:46:58 -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 m9E6ivjr015967 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 14 Oct 2008 15:44:57 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m9E6iuX2015966; Tue, 14 Oct 2008 15:44:56 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Tue, 14 Oct 2008 15:44:56 +0900 From: Pyun YongHyeon To: Georgi Iovchev Message-ID: <20081014064456.GE14769@cdnetworks.co.kr> References: <596673353.20081006181334@pulsar.bg> <20081010012058.GA99376@cdnetworks.co.kr> <1948191744.20081010114326@pulsar.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1948191744.20081010114326@pulsar.bg> User-Agent: Mutt/1.4.2.1i Cc: freebsd-acpi@freebsd.org, 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 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: Tue, 14 Oct 2008 06:47:00 -0000 On Fri, Oct 10, 2008 at 11:43:26AM +0300, Georgi Iovchev wrote: > > > -- > Friday, October 10, 2008, 4:20:58 AM: > > > On Mon, Oct 06, 2008 at 06:13:34PM +0300, Georgi Iovchev wrote: > >> Hello list > >> > >> 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. > >> > > > Don't know WOL issue of em(4) but re(4) should respond to WOL. > > 7.0-RELEASE had no support for WOL so RELENG_7 or 7.1-PRERELEASE > > should be used to experiment WOL. > Now I am using 7.1-prerelase > > >> 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 > > > Because you can wake up your sytem from Windows shutdown I think > > your BIOS is already configured to allow wakeup from WOL. Would > > you compare ethernet address of re(4) to Winwods? Have you tried to > > send Magic packets to FreeBSD box? > I have tried sending magic packets from another bsd machine. I am > using net/wol. I also tried to send magic packets from windows machine > using 3 different programs. > > > You may also try suspend your box with acpiconf and resume from WOL. > I cant. > > [root@backup ~]# acpiconf -s 5 > acpiconf: invalid sleep type (5) > > Actually I cant enter in any sleep state > [root@backup ~]# acpiconf -s 4 > acpiconf: request sleep type (4) failed: Operation not supported > [root@backup ~]# acpiconf -s 3 > acpiconf: request sleep type (3) failed: Operation not supported > [root@backup ~]# acpiconf -s 2 > acpiconf: request sleep type (2) failed: Operation not supported > [root@backup ~]# acpiconf -s 1 > acpiconf: request sleep type (1) failed: Operation not supported > > I am using generic kernel with little modifications, (generally i have > commented many unused drivers - raid, if_....) Acpi is in generic > kernel now. > > I even tried to wake the machine with magic packet after shutdown -h. > But still no luck. > > > >> indication on the switch port says that after shut down there is > >> active link. > >> > > > That indicates the controller is alive so it shall respond to WOL > > if it was correctly configured to receive WOL packets. Have you > > tried to send Magic packets to FreeBSD box? > > >> Here is some information after last update: > >> > >> [root@backup ~]# uname -a > >> FreeBSD backup.pulsar.bg 7.1-PRERELEASE FreeBSD > >> 7.1-PRERELEASE #1: Mon Oct 6 17:01:26 EEST 2008 > >> root@backup.pulsar.bg:/usr/obj/usr/src/sys/MYCONF amd64 > >> > >> [root@backup ~]# pciconf -lv > >> ... > >> re0@pci0:3:0:0: class=0x020000 card=0xe0001458 > >> chip=0x816810ec rev=0x01 hdr=0x00 > >> vendor = 'Realtek Semiconductor' > >> device = 'RTL8168/8111 PCI-E Gigabit Ethernet NIC' > >> class = network > >> subclass = ethernet > >> ... > > > Show me dmesg output pertinent to re(4). > > re0: port 0xd000-0xd0ff mem 0xf2000000-0xf2000fff irq 17 at device 0.0 on pci3 > re0: turning off MSI enable bit. > re0: Chip rev. 0x38000000 > re0: MAC rev. 0x00000000 > miibus0: on re0 > rgephy0: PHY 1 on miibus0 > rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto > re0: Ethernet address: 00:1f:d0:24:19:e9 > re0: [FILTER] > It looks like your chip is RTL8168B and I don't see any errors in WOL related code of re(4). :-( Can you check the resolved link speed/duplex of FreeBSD box after shutdown?(You can enter to your switch menu and see the port status.) How about sending WOL packets over direct-connected UTP cable without using switch? -- Regards, Pyun YongHyeon