From owner-freebsd-acpi@FreeBSD.ORG Fri Sep 3 02:10:07 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 69D9010657AA for ; Fri, 3 Sep 2010 02:10:07 +0000 (UTC) (envelope-from kuba.g4@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 02BA78FC13 for ; Fri, 3 Sep 2010 02:10:06 +0000 (UTC) Received: by eyx24 with SMTP id 24so920351eyx.13 for ; Thu, 02 Sep 2010 19:10:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=Bf4mMiHMTJpmkn8xVY/g7TRDH9UMJWLImBFBftN6aAg=; b=ANpQPasQHXiWikj+ASR+ifaIzRqGS5szbIbKX6GgEFkE6B26SKE2C9Mg976Pgg04lZ NMamAbsERiLrgd8Xdfd4EQcn1Ik3d8dXy0yirUHlh/tVFL3x9LikI9TaxWgLu+ZLRmFT Eh6NtHc+ZXUdMs5ZWmttEnKA1z2e4XiSFCHN4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=QuuHT6jRK13QlnQBut6pAUgLMV88yyb0qhVam1onNWW2eDj/WBeMW2tJ2kyzfTGKVh nrOebsVdpolGGMOZMuQcYyZWVvpzmkHJ/gIfIogKVtuaOZT1tngD2/MRB3uUc+3YQCWr caF3igpQxfCh/L6VgyRwxTp/7aEA1OuOO+mys= MIME-Version: 1.0 Received: by 10.216.72.72 with SMTP id s50mr10138434wed.109.1283479805636; Thu, 02 Sep 2010 19:10:05 -0700 (PDT) Received: by 10.216.173.77 with HTTP; Thu, 2 Sep 2010 19:10:05 -0700 (PDT) Date: Fri, 3 Sep 2010 04:10:05 +0200 Message-ID: From: kuba guzik To: Jung-uk Kim , freebsd-acpi@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: acpi shows wrong battery state (fwd) 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: Fri, 03 Sep 2010 02:10:07 -0000 > To recap: > > 1. Add "pnp0c14" in sys/dev/acpi_support/acpi_wmi.c like this: > > static char *wmi_ids[] = {"PNP0C14", "PNP0c14", "pnp0c14", NULL}; > > Recompile, install, and reboot. > > 2. If #1 does not help, remove the following three lines from > sys/contrib/dev/acpica/utilities/uteval.c, which were added in 8.1: > > 149: {"Windows 2006.1", ACPI_OSI_WINSRV_2008}, ... > 150: {"Windows 2006 SP1", ACPI_OSI_WIN_VISTA_SP1}, ... > 151: {"Windows 2009", ACPI_OSI_WIN_7}, ... > > Recompile, install, and reboot. Well, that didn't work ;/ > 3. If #2 still does not help, you should complain to HP. Maybe it is true, but we both know that HP cares only about windows users. So, as I understand, there is little (or no?) chance that my problem will be sloved in next release. Thanks for everyone who tried to help me. I have last question- why linux implemenation of acpi works on this laptop? I thought that all unix based systems have similar acpi implementation... cheers, Kuba