Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Aug 2005 00:01:44 -0300
From:      Wesley Gentine <colazelli@gmail.com>
To:        Nate Lawson <nate@root.org>
Cc:        freebsd-acpi@freebsd.org
Subject:   Re: acpi_fujitsu doesnt work
Message-ID:  <dc61434e05081620016f97e9d8@mail.gmail.com>
In-Reply-To: <4300E0D5.5090409@root.org>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
Thank you Nate!

But, my acpi is FUJ FJNB18B as above:

acpi0: <FUJ FJNB18B> on motherboard
acpi0: Power Button (fixed)

Thanks for all!

Wesley

On 8/15/05, Nate Lawson <nate@root.org> 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: <Fujitsu Function Buttons> 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
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?dc61434e05081620016f97e9d8>