From owner-freebsd-questions@FreeBSD.ORG Sat Jul 22 12:41:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 66C0616A4E1 for ; Sat, 22 Jul 2006 12:41:49 +0000 (UTC) (envelope-from jhorne@dfwlp.com) Received: from zeus.int.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C89143D64 for ; Sat, 22 Jul 2006 12:41:43 +0000 (GMT) (envelope-from jhorne@dfwlp.com) Received: from athena.int.dfwlp.com (athena.int.dfwlp.com [192.168.125.83]) (authenticated bits=0) by zeus.int.dfwlp.com (8.13.6/8.13.6) with ESMTP id k6MCfg7x031067 for ; Sat, 22 Jul 2006 07:41:42 -0500 (CDT) (envelope-from jhorne@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sat, 22 Jul 2006 07:41:39 -0500 User-Agent: KMail/1.9.3 References: <20060722122458.CFEF1B825@shodan.nognu.de> In-Reply-To: <20060722122458.CFEF1B825@shodan.nognu.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607220741.39583.jhorne@dfwlp.com> X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on zeus.int.dfwlp.com Subject: Re: ACPI isn't loaded anymore on 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: Sat, 22 Jul 2006 12:41:49 -0000 On Saturday 22 July 2006 07:24, Frank Steinborn wrote: > Hello, > > after rebuilding a new kernel (though I'm in doubt it has to do with > that), the ACPI module isn't loaded any longer automatically on boot. > If I boot the old GENERIC, it won't load the module either. > > I have no clue at the moment, any hints? :-) > > Thanks in advance, > Frank > _______________________________________________ i dont know whats causing the problem, but i have a newer hp computer, and my only option to have acpi is to add this to /boot/loader.conf: acpi_load="YES" otherwise, i get the same thing (doesnt work no matter what kernel i load). hth, jonathan