From owner-freebsd-acpi@FreeBSD.ORG Tue Jun 29 07:53:23 2010 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 11E21106566C for ; Tue, 29 Jun 2010 07:53:23 +0000 (UTC) (envelope-from c.r.n.a@wanadoo.fr) Received: from smtp19.orange.fr (smtp19.orange.fr [80.12.242.17]) by mx1.freebsd.org (Postfix) with ESMTP id C867F8FC15 for ; Tue, 29 Jun 2010 07:53:22 +0000 (UTC) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf1911.orange.fr (SMTP Server) with ESMTP id 575BC2000631; Tue, 29 Jun 2010 09:53:21 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf1911.orange.fr (SMTP Server) with ESMTP id 35C4E2000940; Tue, 29 Jun 2010 09:53:21 +0200 (CEST) Received: from [192.168.2.102] (ABordeaux-551-1-70-201.w92-149.abo.wanadoo.fr [92.149.21.201]) by mwinf1911.orange.fr (SMTP Server) with ESMTP id CD1E42000631; Tue, 29 Jun 2010 09:53:20 +0200 (CEST) X-ME-UUID: 20100629075320840.CD1E42000631@mwinf1911.orange.fr X-ME-User-Auth: c.r.n.a Message-ID: <4C29A617.4080509@wanadoo.fr> Date: Tue, 29 Jun 2010 09:51:51 +0200 From: Nicolas User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; fr-FR; rv:1.9.1.9) Gecko/20100610 Thunderbird/3.0.4 MIME-Version: 1.0 To: Ian Smith , freebsd-acpi@freebsd.org References: <4C273FA2.4080601@wanadoo.fr> <20100627235809.Q9227@sola.nimnet.asn.au> In-Reply-To: <20100627235809.Q9227@sola.nimnet.asn.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Tue, 29 Jun 2010 08:33:13 +0000 Cc: Subject: Re: Strange acpi problem 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: Tue, 29 Jun 2010 07:53:23 -0000 Hello, Thank you for your reply. The problem is always present. In addition, there is my cpu fan running all the time, it does not stop. Do you have another idea? Thank you in advance, Nicolas. PS: for upowerd take a look here http://upower.freedesktop.org/ > I don't know upowerd. > > Looks like an Embedded Controller timeout issue. > > # sysctl -d debug.acpi.ec > > shows the controls related to EC polling behaviour you can adjust. > > # sysctl debug.acpi.ec.timeout=1000 > > increases the timeout from the default 750ms (here) to 1s for example. > > It may just need to be somewhat more than the default value, sometimes. > > cheers, Ian >