From owner-freebsd-hackers@FreeBSD.ORG Fri Aug 15 21:52:23 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 239F4106567D for ; Fri, 15 Aug 2008 21:52:23 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 07C468FC0A for ; Fri, 15 Aug 2008 21:52:22 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m7FLqLB5039201 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 15 Aug 2008 14:52:22 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <48A5FA95.2000902@freebsd.org> Date: Fri, 15 Aug 2008 14:52:21 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: Stefan Sperling References: <48A5EBF6.5060908@telenix.org> <48A5EE69.7030504@unsane.co.uk> <20080815214021.GA1620@ted.stsp.name> In-Reply-To: <20080815214021.GA1620@ted.stsp.name> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC--Metrics: ebb.errno.com; whitelist Cc: FreeBSD-Hackers , Chuck Robey , Vincent Hoffman Subject: Re: startup options X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2008 21:52:23 -0000 Stefan Sperling wrote: > On Fri, Aug 15, 2008 at 10:00:25PM +0100, Vincent Hoffman wrote: > >> Chuck Robey wrote: >> >>> I was wondering if it was possible, with a machine that has about 2 >>> year old >>> dual AMD64 processors and an up-to-date AMI BIOS, to get the machine >>> to be able >>> to start up from a power shutdown, after some sort of a network signal? >>> >>> If it might be possible, could you maybe put me onto the path of >>> whatever info >>> there might be on that subject? >>> >> Wake on LAN is I believe a work in progress. >> http://wiki.freebsd.org/WakeOnLan >> its not an area I have much knowledge of though so other might be able >> to help more. >> > > That page pretty much summarises the state of affairs, yes. > > Basically, you need a VIA-based ethernet card card (vr driver) > and -CURRENT, or a vr card with 7.0 and patches from here: > http://www.stsp.name/wol/FreeBSD-8-CURRENT-wol-backported-to-7.0/ > All of those. Except the patch for pxe.c, that's there by accident. > > If you don't have a vr card, you will likely need to do some > hacking. Follow the links from the wiki page for more information. > > trouble% cd sys/dev/ trouble% grep -l IFCAP_WOL */*.c age/if_age.c jme/if_jme.c re/if_re.c stge/if_stge.c vr/if_vr.c So 5 drivers right now support WOL. Jack said em had support a while back but he seems to have not hooked it up. Sam