From owner-freebsd-acpi@FreeBSD.ORG Thu Jul 10 20:49:48 2014 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 03BD3F23 for ; Thu, 10 Jul 2014 20:49:48 +0000 (UTC) Received: from mail-ob0-x22d.google.com (mail-ob0-x22d.google.com [IPv6:2607:f8b0:4003:c01::22d]) (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 C449922E2 for ; Thu, 10 Jul 2014 20:49:47 +0000 (UTC) Received: by mail-ob0-f173.google.com with SMTP id va2so166100obc.32 for ; Thu, 10 Jul 2014 13:49:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=/1mF4Ooey6tqKWkdXQk+CR8YDFwkEnecnhkEDgy1x6I=; b=gH67/ZEONK4wJkHrTCd2M5QNxu7pb1CutmRuZTB65tz9r8XSILjGwnmp+ryh1gHJ+m Hhk+xdk5aCPg1MoNKrX0O2y+rXzKt9ys2xRmoIkDlEtGZez1B3t7lu/TND/Prkepb99i oUlc+WuU0syRtNR4jIf2UVc/7kmx0VSXYJ0blg1YqQ0LufMcaCVs6Zi7Wg2PuGyRavr/ /XRsWc1Ru+KM/NqLfluT3RJc42daKJMTOPKy6EVgO9khRgIKrtp4ePPTAjBBxrpF3uL3 bTDF18Dot7mlUuX70FGyheB3t4e+c2yNV8f6J22OxoMOfObdMFKHeu04NKyuXysbM0vj Sl7w== MIME-Version: 1.0 X-Received: by 10.182.60.65 with SMTP id f1mr6106562obr.78.1405025387109; Thu, 10 Jul 2014 13:49:47 -0700 (PDT) Received: by 10.182.29.9 with HTTP; Thu, 10 Jul 2014 13:49:47 -0700 (PDT) Date: Thu, 10 Jul 2014 22:49:47 +0200 Message-ID: Subject: ACPI support - Freebsd 10 on Sony Vaio VPCCA3C5E From: Daniele Mazzotti To: freebsd-acpi@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jul 2014 20:49:48 -0000 Hello there, it is been a while since I finished installing Freebsd 10 on my Sony Vaio PC and resolving (or at least I am trying to) one by one, all the problems this hardware is giving me. Actually I cannot find a solution to correctly display the battery level on my laptop. If I unplug my PC from the power and type 'sysctl hw.acpi.battery' this is the result I get: hw.acpi.battery.life: -1 hw.acpi.battery.time: -1 hw.acpi.battery.state: 7 hw.acpi.battery.units: 1 hw.acpi.battery.info_expire: 5 Moreover the suspend mode is giving me some problems as well, but this has definitely a lower priority. I either tried to search for a solution on the FreeBSD Handook with no luck, and google the problem a little bit, but I could not find any valuable help. I would be really interested to investigate the problem further. Is there anyone who can help me out with this and tell me what pieces of information are needed to better understand the problem? Cheers, Daniele.