From owner-freebsd-questions@FreeBSD.ORG Fri May 13 17:31:19 2005 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 4A13B16A4CE for ; Fri, 13 May 2005 17:31:19 +0000 (GMT) Received: from mail27.sea5.speakeasy.net (mail27.sea5.speakeasy.net [69.17.117.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07CC543D48 for ; Fri, 13 May 2005 17:31:18 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 14412 invoked from network); 13 May 2005 17:31:17 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail27.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 13 May 2005 17:31:17 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 78FC432; Fri, 13 May 2005 13:31:15 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "mojo fms" References: From: Lowell Gilbert Date: 13 May 2005 13:31:14 -0400 In-Reply-To: Message-ID: <44y8aj58yl.fsf@be-well.ilk.org> Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: dhclient issue with 5.4... ACPI problem.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2005 17:31:19 -0000 "mojo fms" writes: > I tryed loading the system with ACPI disabled and it worked just > fine. I have looked through the handbook but i cant seem to find a way > to permently disable it or how to fix the problem through it. Any help > on the issue would be great... According to "man acpi", putting hint.acpi.0.disabled="1" in /boot/loader.conf will disable ACPI completely. The Handbook also has a *very* extensive section on "Using and Debugging FreeBSD ACPI".