From owner-freebsd-acpi@FreeBSD.ORG Wed Aug 27 16:54:45 2008 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EA81106567C for ; Wed, 27 Aug 2008 16:54:45 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.224]) by mx1.freebsd.org (Postfix) with ESMTP id 26C458FC19 for ; Wed, 27 Aug 2008 16:54:44 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so4029402rvf.43 for ; Wed, 27 Aug 2008 09:54:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=aClyxNtUz0+gfBxTOK/PsVPAomINUmCammhPbIhKiGI=; b=ntwxKVLmfyCXGtoHFxGNj8vcTPMT0l5jRgLcboVAQFIW0PGF2okC3SutHUxlFJowj2 hzyOd/uSrwdcaQynoDH6g7+0eYiR3UqjGkFZ7ctOgNF59h3bFIpN6mRKsZsmluFgHpPG Ld5widAI1jVr0AmFPZgv0AwMjolZtP8mhZgG0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=NcCTOxdOyc72yziYtHSHnHK1IfqHhvTUHYOWsmrVpn7lOtfbCYwg4gAj0JiGX+8okp KmXV79hV9zAYT0K5+1BfRHKQewrm8ZQuNf9LUzX2LRPefH89vJEQby2/JbjSdLAmSKfB mF4Vv+bKaCJtLVDmQWG74/pMExhR4IgwoX90s= Received: by 10.141.142.15 with SMTP id u15mr81594rvn.171.1219854564117; Wed, 27 Aug 2008 09:29:24 -0700 (PDT) Received: by 10.141.28.19 with HTTP; Wed, 27 Aug 2008 09:29:24 -0700 (PDT) Message-ID: <11167f520808270929h6d53d2c9u496aca0ff0789306@mail.gmail.com> Date: Wed, 27 Aug 2008 11:29:24 -0500 From: "Sam Fourman Jr." To: "Lars Stokholm" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080825144003.GB13550@rebelion.Sisis.de> <20080825192727.GA1874@rebelion.Sisis.de> <20080825202841.GA67541@alpha.local> Cc: freebsd-acpi@freebsd.org Subject: Re: device acpi_asus doesn't seem to be working for me X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2008 16:54:45 -0000 On Wed, Aug 27, 2008 at 11:18 AM, Lars Stokholm wrote: > On Mon, Aug 25, 2008 at 10:28 PM, Rui Paulo wrote: >> Are you running FreeBSD-STABLE and not FreeBSD-RELEASE? I had the same trouble with device acpi_asus in a 8-current kernel I just simply added device acpi_asus to my kernel config, then cd /usr/src/ && make buildworld && make installworld && reboot but it works if i kldload it Sam Fourman Jr.