From owner-freebsd-acpi@FreeBSD.ORG Thu Nov 13 19:06:34 2014 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72D4D10D for ; Thu, 13 Nov 2014 19:06:34 +0000 (UTC) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EBD4D7EB for ; Thu, 13 Nov 2014 19:06:33 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id hi2so494009wib.7 for ; Thu, 13 Nov 2014 11:06:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ZgaEjVBTDAxfrCTT2j9XJuxZZWGlTLjARDbM1/qKdOQ=; b=ehAlMdtgQQPlO3iKYzN5t+WbzOenGKSA1UHjS1VQxwbwFEIzvED7ycd3Gir8XUpfIE 4a0TmzC9bZgSbizIkVYsHTRjq9gPfmXyIjKvqRjeqToEA5ArU9kFeMMjaMvRV88ANMzr XtifqXo8QBLLGeUEtaiNwIP5RrrpF+8zAZJdZtZpvCoArvdDqFNaSwZt6F0Hrv5CeIiz pTyOY6i+CsOfkir+RBHoEMG3cFwCkZVHuSnUh7yrrghxOsO+uIbsneMgveSvZclI1JR6 uMVqsTitBKAPnockw3uQPqHi7SxzjWWJlJWcoosjxVW2SKbCXaqkJDeS5OgMKGRCDSCx LzzA== MIME-Version: 1.0 X-Received: by 10.181.5.6 with SMTP id ci6mr887583wid.35.1415905592297; Thu, 13 Nov 2014 11:06:32 -0800 (PST) Received: by 10.194.221.132 with HTTP; Thu, 13 Nov 2014 11:06:32 -0800 (PST) In-Reply-To: References: Date: Thu, 13 Nov 2014 21:06:32 +0200 Message-ID: Subject: Re: Fix issue with battery status update on HP Elitebook 8440p From: Juris Kaminskis To: freebsd-acpi@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2014 19:06:34 -0000 sorry for so many emails My battery status updates only after reboot, is there a way I can get the >>> fix for this? >>> >>> My system is 10.0-RELEASE-p11 >>> >> >> i have compiled kernel with debug acpi and I get following messages every >> 10 seconds, how is it possible to understand those? my loader.conf has: >> debug.acpi.layer="ACPI_ALL_COMPONENTS ACPI_ALL_DRIVERS" and >> debug.acpi.level="ACPI_LV_ALL_EXCEPTIONS" >> >> compiling my ASL as per Freebsd ACPI-debug manual, i get following compilation errors: $ iasl foo.asl Intel ACPI Component Architecture ASL Optimizing Compiler version 20130823-64 Copyright (c) 2000 - 2013 Intel Corporation Compiler aborting due to parser-detected syntax error(s) foo.asl 3703: If (CondRefOf (FPED)) Error 6126 - syntax error ^ foo.asl 25675: Error 6126 - syntax error and premature End-Of-File ASL Input: foo.asl - 25675 lines, 879034 bytes, 9572 keywords Compilation complete. 2 Errors, 0 Warnings, 0 Remarks, 0 Optimizations Details at line 3703: If (CondRefOf (FPED)) { FPED () } and searching on FPED give me following: External (FPED, MethodObj) // Warning: Unresolved Method, guessing 0 argu ments (may be incorrect, see warning above) Can you help me if this is way forward to correct the ASL code here and recompile? thanks Juris > I also noticed below message appear on booting the system, how I can read > this information? Is there a way I can search for what it means and if this > highlights actual error? > > Nov 13 19:33:49 kernel: evmisc-0181 [578222] EvQueueNotifyRequest : > Dispatching Notify on [BAT0] (Device) Value 0x80 (Device Speci > fic) Node 0xfffff80002abba40 > Nov 13 19:33:49 kernel: evmisc-0181 [578804] EvQueueNotifyRequest : > Dispatching Notify on [BAT0] (Device) Value 0x80 (Device Speci > fic) Node 0xfffff80002abba40 > >