From owner-freebsd-acpi@FreeBSD.ORG Wed Aug 17 03:01: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 A614316A41F for ; Wed, 17 Aug 2005 03:01:47 +0000 (GMT) (envelope-from colazelli@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D3AC43D48 for ; Wed, 17 Aug 2005 03:01:47 +0000 (GMT) (envelope-from colazelli@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so54876nzo for ; Tue, 16 Aug 2005 20:01:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=G6uQ4Xw9NXi/benkFE1hOFD3VHIYEz3ak7qFFbuzFZcRa9CKW644NgigQ1UK+766I1ki5Ii3fAQeaplGsYuEH7HPCGVccnVninF2pNlyLswfNBXub8l9lzhHRWpN3Hi0meiGfnj3AKElp3A1DXTtkFP+18FR7AbBetMb05cBDWc= Received: by 10.36.146.20 with SMTP id t20mr128797nzd; Tue, 16 Aug 2005 20:01:44 -0700 (PDT) Received: by 10.37.20.11 with HTTP; Tue, 16 Aug 2005 20:01:44 -0700 (PDT) Message-ID: Date: Wed, 17 Aug 2005 00:01:44 -0300 From: Wesley Gentine To: Nate Lawson In-Reply-To: <4300E0D5.5090409@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <42FCFFAB.9060006@gmail.com> <42FD1079.3020607@root.org> <42FDF2C0.8040100@gmail.com> <42FDF3CF.9060605@gmail.com> <4300C821.6000803@root.org> <4300E0D5.5090409@root.org> 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: Wed, 17 Aug 2005 03:01:47 -0000 Thank you Nate! But, my acpi is FUJ FJNB18B as above: acpi0: on motherboard acpi0: Power Button (fixed) Thanks for all! Wesley On 8/15/05, Nate Lawson 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! > >> > >> 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) > > } >=20 > I looked a little more. It appears that your device is detected > properly but acpi_fujitsu_update() is failing for some reason. Your > system doesn't support the GVOL method (volume control). Just remove > the first "return (FALSE)" line from acpi_fujitsu_update() and it will > continue to probe other things even if it can't find volume control. >=20 > -- > Nate >