From owner-freebsd-acpi@FreeBSD.ORG Thu Aug 18 22:20:39 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 39D7716A41F for ; Thu, 18 Aug 2005 22:20:39 +0000 (GMT) (envelope-from colazelli@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3DD943D45 for ; Thu, 18 Aug 2005 22:20:38 +0000 (GMT) (envelope-from colazelli@gmail.com) Received: by wproxy.gmail.com with SMTP id i4so460246wra for ; Thu, 18 Aug 2005 15:20:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=TLaVk/kb7h7WelfQ9tgVnGWz9D84gpjXv6uChS5KN65Z0Ip02R8+Wjdt8J6KLUpaNS9sKVUpPQrzRUTm6ueR2BzZqVm9PNLMshRsFw2zAVPgFmureH427+Kj5gsCcHbyc9Rfx2y/qfO5dnMRJckJquZtlzGthBCw7E3laYZpKQE= Received: by 10.54.43.63 with SMTP id q63mr1503837wrq; Thu, 18 Aug 2005 15:20:38 -0700 (PDT) Received: from localhost.localdomain ([200.158.148.119]) by mx.gmail.com with ESMTP id 6sm5709156wrl.2005.08.18.15.20.36; Thu, 18 Aug 2005 15:20:38 -0700 (PDT) From: Wesley Gentine To: Anish Mistry In-Reply-To: <200508181046.08517.amistry@am-productions.biz> References: <42FCFFAB.9060006@gmail.com> <4300E0D5.5090409@root.org> <200508181046.08517.amistry@am-productions.biz> Content-Type: text/plain Date: Thu, 18 Aug 2005 19:10:09 -0300 Message-Id: <1124403009.760.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port 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: Thu, 18 Aug 2005 22:20:39 -0000 Hello Anish! Unfortunally nothing works. Thanks, Wesley Gentine On Thu, 2005-08-18 at 10:46 -0400, Anish Mistry wrote: > On Tuesday 16 August 2005 11:01 pm, Wesley Gentine wrote: > > Thank you Nate! > > > > But, my acpi is FUJ FJNB18B as above: > > > > acpi0: on motherboard > > acpi0: Power Button (fixed) > > > > Thanks for all! > > > So is this working now for you? What functions work (eg. Backlight, > pointer enable,etc.)? What functions do not work? Let me know and > I'll try to fix the driver to handle your laptop. > > > 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) > > > > } > > > > > > 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. > > > > > > -- > > > Nate > > > > _______________________________________________ > > 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" >