From owner-freebsd-acpi@FreeBSD.ORG Thu Nov 13 19:13:17 2014 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6246327C for ; Thu, 13 Nov 2014 19:13:17 +0000 (UTC) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (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 DAC238B9 for ; Thu, 13 Nov 2014 19:13:16 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id n3so3036396wiv.2 for ; Thu, 13 Nov 2014 11:13:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=V+5f5/lkBW4LirA0wkawux/hWTKVUSsvV1gEWULPUCM=; b=AexSVnCap/Ql7SzQxXTFun/fCH446AcMIviGsNMgV7NoPMDD2HM8hgqU4vMj/VYLOL oqUsDtwJObWja9+je6BOWEmm56EwW7bdq70iLUKLKH55l58UD2UxVR7PUcTQwcfx+6vt yEvJ2NNppeDnDk2yjFq8nbrqgI17tUofOV/Sz/ZqI9uYsCj54sZ/TYI29B0fhju/5jjk bSknscttlXQpEG0Oxob9s6weP4Qjswz5hpOYyz6EhriSMACSrNb5N6ON8BV2Rv6I2Dsy OB7FbYUsc6O05BtqXpjoOtl2wBNXmGoUk8jEGdE9oRh9zATCucsZKeG0x6TpYyRpCzPD +Wag== MIME-Version: 1.0 X-Received: by 10.194.80.100 with SMTP id q4mr6819830wjx.15.1415905994984; Thu, 13 Nov 2014 11:13:14 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.106.136 with HTTP; Thu, 13 Nov 2014 11:13:14 -0800 (PST) Received: by 10.216.106.136 with HTTP; Thu, 13 Nov 2014 11:13:14 -0800 (PST) In-Reply-To: References: Date: Thu, 13 Nov 2014 11:13:14 -0800 X-Google-Sender-Auth: p_8Gd-Z3fsN9V0IfX5uq1aNwplc Message-ID: Subject: Re: Fix issue with battery status update on HP Elitebook 8440p From: Adrian Chadd To: Juris Kaminskis Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-acpi@freebsd.org 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:13:17 -0000 Hm.. Have you disabled anything in the bios? Are there any bios updates available for that laptop? Can you upload the full acpidump output somewhere? Adrian On Nov 13, 2014 11:06 AM, "Juris Kaminskis" wrote: > 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 > > > > > _______________________________________________ > freebsd-acpi@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-acpi > To unsubscribe, send any mail to "freebsd-acpi-unsubscribe@freebsd.org" >