From owner-freebsd-questions@FreeBSD.ORG Wed Nov 2 23:46:56 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A9E41065674 for ; Wed, 2 Nov 2011 23:46:56 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [94.23.254.147]) by mx1.freebsd.org (Postfix) with ESMTP id 40C818FC16 for ; Wed, 2 Nov 2011 23:46:55 +0000 (UTC) Received: from baby-jane.lamaiziere.net (63.9.74.86.rev.sfr.net [86.74.9.63]) by smtp.lamaiziere.net (Postfix) with ESMTPA id A8513FAA31A5; Thu, 3 Nov 2011 00:46:54 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 9B3127311FA; Thu, 3 Nov 2011 00:46:53 +0100 (CET) Date: Thu, 3 Nov 2011 00:46:52 +0100 From: Patrick Lamaiziere To: noc@hdk5.net Message-ID: <20111103004652.644541fb@davenulle.org> In-Reply-To: <4EB1C007.4040607@hdk5.net> References: <4EB1C007.4040607@hdk5.net> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: How to remove ACPI from boot ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2011 23:46:56 -0000 Le Wed, 02 Nov 2011 12:11:19 -1000, Al Plant a écrit : > Aloha, Bonjour, > I have a box that wont shut down with ACPI setting activated. Anyone > point me to a how to on keeping ACPI from being set to on at boot. in /boot/loader.conf hint.acpi.0.disabled=1 man acpi (DISABLING ACPI) Regards.