From owner-freebsd-acpi@FreeBSD.ORG Mon Aug 15 16:51:47 2005 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD6CF16A41F for ; Mon, 15 Aug 2005 16:51:47 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F92B43D49 for ; Mon, 15 Aug 2005 16:51:47 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.50] (adsl-64-171-187-230.dsl.snfc21.pacbell.net [64.171.187.230]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j7FGpmo5013924 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 15 Aug 2005 09:51:49 -0700 Message-ID: <4300C821.6000803@root.org> Date: Mon, 15 Aug 2005 09:51:45 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Wesley Gentine References: <42FCFFAB.9060006@gmail.com> <42FD1079.3020607@root.org> <42FDF2C0.8040100@gmail.com> <42FDF3CF.9060605@gmail.com> In-Reply-To: <42FDF3CF.9060605@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-acpi@freebsd.org Subject: Re: acpi_fujitsu doesnt work 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: Mon, 15 Aug 2005 16:51:48 -0000 Wesley Gentine wrote: > Wesley Gentine wrote: > >> Nate Lawson wrote: >> >>> Wesley Gentine wrote: >>> >>>> I have a Fujitsu FmV Biblo MG50H (japanese) and I tried to compile >>>> acpi_fujitsu inside kernel and nothing happened. But loading kernel >>>> module I have the following output: >>>> >>>> acpi_fujitsu0: on acpi0 >>>> acpi_fujitsu0: Couldn't query volume level >>>> acpi_fujitsu0: Couldn't init button states >>>> acpi_fujitsu0: Couldn't initialize button states! >>> >>> >>> >>> >>> It appears your system has a different version of the fujitsu button >>> hardware. Post the url of your ASL, acpidump -t -d > fmv-mg50h.asl >>> > > Use this file: http://crystalwall.sites.uol.com.br/fmv-mg50h.asl.html I don't see what's wrong. Your system has a FUJ02B1 device and that's what acpi_fujitsu looks for. Perhaps someone who has such a laptop can look at this further. You can also try inserting printfs in acpi_fujitsu_probe/attach() to see where the function is returning. Device (FJEX) { Name (_HID, "FUJ02B1") Method (_STA, 0, NotSerialized) { Return (0x0F) } -- Nate