From owner-freebsd-hackers@FreeBSD.ORG Tue Aug 11 15:37:50 2009 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 745101065670 for ; Tue, 11 Aug 2009 15:37:50 +0000 (UTC) (envelope-from vince@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id D68868FC4A for ; Tue, 11 Aug 2009 15:37:49 +0000 (UTC) Received: from vhoffman.lon.namesco.net (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.14.3/8.14.3) with ESMTP id n7BFeb26038341 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 11 Aug 2009 16:40:38 +0100 (BST) (envelope-from vince@unsane.co.uk) Message-ID: <4A819049.6030806@unsane.co.uk> Date: Tue, 11 Aug 2009 16:37:45 +0100 From: Vincent Hoffman User-Agent: Thunderbird 2.0.0.22 (Macintosh/20090605) MIME-Version: 1.0 To: Matthew Hagerty References: <4A80EBA6.40908@digitalstratum.com> <06A3B5AF-D3DA-4446-84EF-93314B2EA636@gid.co.uk> <4A818B0E.7090609@digitalstratum.com> In-Reply-To: <4A818B0E.7090609@digitalstratum.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: Tracing Wake on Lan problem? 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: Tue, 11 Aug 2009 15:37:50 -0000 Matthew Hagerty wrote: > Bob Bishop wrote: >> Hi, >> >> On 11 Aug 2009, at 04:55, Matthew Hagerty wrote: >> >>> I'm trying to get the Wake on Lan feature working on a 7.2-release >>> box. [etc] >> >> You may need to turn WoL on in the BIOS, have a look in the same >> place as the LAN boot settings. >> >> -- >> Bob Bishop >> rb@gid.co.uk > I guess I assumed that, since the WoL works with my Intel Pro/100 NIC, > that the APCI and wake-up settings in the BIOS were set correctly. It > is only when I try the Pro/1000 that I'm having problems; and it seems > to be a driver or config issue. > > Matthew I think you are out of luck as yet. according to http://wiki.freebsd.org/WakeOnLan grep -l IFCAP_WOL /usr/src/sys/dev/*/*.c should get a list of drivers that support WOL. 16:28:19 <~>) [jhary@crab] 0 $ grep -l IFCAP_WOL /usr/src/sys/dev/*/*.c /usr/src/sys/dev/ae/if_ae.c /usr/src/sys/dev/age/if_age.c /usr/src/sys/dev/alc/if_alc.c /usr/src/sys/dev/ale/if_ale.c /usr/src/sys/dev/fxp/if_fxp.c /usr/src/sys/dev/jme/if_jme.c /usr/src/sys/dev/nge/if_nge.c /usr/src/sys/dev/re/if_re.c /usr/src/sys/dev/stge/if_stge.c /usr/src/sys/dev/txp/if_txp.c /usr/src/sys/dev/vr/if_vr.c (16:28:21 <~>) [jhary@crab] 0 $ uname -r 7.2-STABLE The Pro/1000 driver is if_em (or if_igb) So i think you are out of luck on 7.x Vince > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to > "freebsd-hackers-unsubscribe@freebsd.org"