Date: Wed, 27 Sep 2006 21:59:38 +0100 From: "Alexandre Vieira" <nullpt@gmail.com> To: freebsd-current@freebsd.org Subject: Re: Acer Aspire 1644WLMi -CURRENT Message-ID: <755cb9fc0609271359u50adfd0es5245a87791126fad@mail.gmail.com> In-Reply-To: <20060927080017.GA4945@poupinou.org> References: <755cb9fc0609251042h163ff7f1l4e96369ed7bd0106@mail.gmail.com> <20060926083828.GZ4945@poupinou.org> <755cb9fc0609261524k15b096afofa06f40a4002cd49@mail.gmail.com> <20060927080017.GA4945@poupinou.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 9/27/06, Bruno Ducrot <ducrot@poupinou.org> wrote: > > On Tue, Sep 26, 2006 at 11:24:02PM +0100, Alexandre Vieira wrote: > > Hello, > > > > Thanks for your reply. > > > > You can find the .asl here: > > > > http://nullpt.googlepages.com/Acer_Aspire_1644WLMi.asl > > > > A diff is now available at > http://www.poupinou.org/Acer_Aspire_1644WLMi.asl.diff > > It correct those errors: > - The two missing 'Z00A' are replaced by 'Ones' (note that you won't > need it when ACPICA will be upgraded to the latest version, this won't > happens in -stable in the short term, though). > - Eliminate all the ResourceSourceIndex when there is no ResourceSource > onto a Ressource descriptor. This one actually is not a real issue, > but it's more clean now. > > > Ok now do that: > 1- patch your Acer_Aspire_1644WLMi.asl, > 2- invoke > iasl Acer_Aspire_1644WLMi.asl > That will create a DSDT.aml file. > 3- copy this DSDT.aml to /boot > 4- add those lines to your /boot/loader.conf: > > acpi_dsdt_load="YES" > acpi_dsdt_name="/boot/DSDT.aml" > > reboot, and now you should be able to see the battery via > sysctl hw.acpi > > Also look at 11.16.5.3 "Overriding the Default AML" in the handbook > for more details about this procedure: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html > > Cheers, > > -- > Bruno Ducrot > > -- Which is worse: ignorance or apathy? > -- Don't know. Don't care. > Hello, Thanks for the tip, It worked (not sure if it's 100% tough). Here is the output of the isl loading the new .asl: Intel ACPI Component Architecture ASL Optimizing Compiler version 20051021 [Sep 25 2006] Copyright (C) 2000 - 2005 Intel Corporation Supports ACPI Specification Revision 3.0 Acer_Aspire_1644WLMi.asl 410: Store (0x99, P80H) Warning 2098 - Statement is unreachable ^ ASL Input: Acer_Aspire_1644WLMi.asl - 5848 lines, 194483 bytes, 2109 keywords AML Output: DSDT.aml - 19339 bytes 526 named objects 1583 executable opcodes Compilation complete. 0 Errors, 1 Warnings, 0 Remarks, 676 Optimizations dmesg: http://nullpt.googlepages.com/dmesg.txt It has one or two pending acpi errors. I've been testing powerd and is working flawessly. I had to add cpufreq_load to loader.conf in order to powerd work, isn't there a way to include it in the kernel? Also my sound (HDA) card works fine with a new driver at multimedia@ . In terms of hardware it seems almost "supported" :) Thanks in advance. Regards, -- Alexandre Vieira - nullpt@gmail.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?755cb9fc0609271359u50adfd0es5245a87791126fad>