From owner-freebsd-questions@FreeBSD.ORG Thu Oct 14 07:18:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24BF016A4CE for ; Thu, 14 Oct 2004 07:18:00 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC05D43D54 for ; Thu, 14 Oct 2004 07:17:59 +0000 (GMT) (envelope-from subhro.kar@gmail.com) Received: by mproxy.gmail.com with SMTP id 80so307578rnk for ; Thu, 14 Oct 2004 00:17:59 -0700 (PDT) Received: by 10.38.8.35 with SMTP id 35mr94712rnh; Thu, 14 Oct 2004 00:17:59 -0700 (PDT) Received: by 10.38.206.40 with HTTP; Thu, 14 Oct 2004 00:17:59 -0700 (PDT) Message-ID: Date: Thu, 14 Oct 2004 12:47:59 +0530 From: Subhro To: rchopra@cal.berkeley.edu In-Reply-To: <20041014043925.34640.qmail@web52101.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041013175012.GA23062@lori.mine.nu> <20041014043925.34640.qmail@web52101.mail.yahoo.com> cc: Geert Hendrickx cc: questions@freebsd.org Subject: Re: Shutdown And User Intervention X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Subhro List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Oct 2004 07:18:00 -0000 On Wed, 13 Oct 2004 21:39:25 -0700 (PDT), Rishi Chopra wrote: > Thanks to Mick, Andreas, Geert and Dee for their > suggestions. > > I tried adding the suggested line (I'm running 5.2.1) > but the response is: > > config: Error: device "acpica" is unknown > config: 1 errors > > Do I need to be running a special kernel to enable > acpica? Is there any other way to enable ACPI? Will > I have to start a daemon after compiling the kernel to > enable ACPI? There are two ways to do it. One of them is to add the line device acpi to the kernel config and recompile the kernel. The second option is to load acpi as a module. kldload acpi.ko Alternatively you can put acpi_enable="YES" in /boot/loader.conf to automate the process. And there is no daemon like apmd for acpi. It is a KLM. Regards S. -- Subhro Sankha Kar School of Information Technology Block AQ-13/1 Sector V ZIP 700091 India