From owner-freebsd-hackers@FreeBSD.ORG Fri Aug 15 21:39:33 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 3E30C106566B for ; Fri, 15 Aug 2008 21:39:33 +0000 (UTC) (envelope-from stsp@stsp.name) Received: from einhorn.in-berlin.de (einhorn.in-berlin.de [192.109.42.8]) by mx1.freebsd.org (Postfix) with ESMTP id D02418FC1A for ; Fri, 15 Aug 2008 21:39:32 +0000 (UTC) (envelope-from stsp@stsp.name) X-Envelope-From: stsp@stsp.name Received: from stsp.name (ted.stsp.name [217.197.84.186]) (authenticated bits=128) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id m7FLdTEu003901 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 15 Aug 2008 23:39:30 +0200 Received: from ted.stsp.name (localhost [127.0.0.1]) by stsp.name (8.14.2/8.14.2) with ESMTP id m7FLeN36004700; Fri, 15 Aug 2008 23:40:23 +0200 (CEST) (envelope-from stsp@ted.stsp.name) Received: (from stsp@localhost) by ted.stsp.name (8.14.2/8.14.2/Submit) id m7FLeLGi004699; Fri, 15 Aug 2008 23:40:21 +0200 (CEST) (envelope-from stsp) Date: Fri, 15 Aug 2008 23:40:21 +0200 From: Stefan Sperling To: Vincent Hoffman Message-ID: <20080815214021.GA1620@ted.stsp.name> References: <48A5EBF6.5060908@telenix.org> <48A5EE69.7030504@unsane.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48A5EE69.7030504@unsane.co.uk> User-Agent: Mutt/1.5.18 (2008-05-17) X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 Cc: FreeBSD-Hackers , Chuck Robey 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:39:33 -0000 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. Stefan