public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Adrian Turcu <adriant_ie-YSGFQ8SKJZVDPfheJLI6IQ@public.gmane.org>
To: colinh-RZoC8ttgCzkAvxtiuMwx3w@public.gmane.org
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	iw3grx-u0TjAE20a3NeoWH0uzbU5w@public.gmane.org
Subject: Re: ACPI on the Compaq Presario 735CA
Date: Tue, 07 Jan 2003 09:43:55 +0000	[thread overview]
Message-ID: <3E1AA15B.2010104@myrealbox.com> (raw)
In-Reply-To: 200207120750.g6C7oMBc007838@webmail.dowco.com

Hi guys,

I have a Compaq 724EA (AMD Duron 1.2G, VIA chipset  VT8363/8365 
[KT133/KM133]) and a while ago I managed to make it work in linux 
finally with a bit of struggle. At the beginning I was using the kacpid 
patch as someone suggested and 2.4.18 kernel. It was doing the job quite 
well (the laptop was able to boot fine, the fan was somehow 
'controlled', but the whole thing was freezing after I'd say 8-10 hours 
of working). Then, I found starting with kernel 2.4.19 and the latest 
iasl from Intel that I don't need anymore kacpid patch. I still get the 
error during the boot ("SCI issues C2 disabled" and Compaq revisions and 
.... bla bla bla, which I don't like them but I didn't find yet how to 
get rid of them), but at least is working just fine. So, what I was 
doing, because tales and stories everyone can say:

- vanilla kernel 2.4.20 (www.kernel.org)
- acpi patch version 20021212 (http://sourceforge.net/projects/acpi/)
- iasl compiler - source code 
(http://www.intel.com/technology/iapc/acpi/downloads.htm)

Now:

- unpack kernel source code and apply acpi patch
- unpack iasl source tree, go to compiler subdirectory, and run make. 
You'll get iasl binary.
- cat /proct/acpi/dsdt > dsdt.dat
- ./iasl -d dsdt.dat . You'll get dsdt.dsl
- ./iasl -tc dsdt.dsl. You'll probably get some errors (at the end is a 
broken dsdt table you have to correct it). It seems that warnings are 
not too bad [gee... some one probably want to kill me for this :)]
- read through http://progs.fleischer.hu/dsdt/acpi-howto.html and 
correct the errors above (modify dsdt.dsl file)
- ./iasl -tc dsdt.dsl and copy dsdt.hex to 
<your_linux2420_source_tree>/drivers/acpi/tables/acpi_dsdt.c
- compile your kernel with:
        CONPIG_PM=Y
        CONFIG_APM=N
        CONFIG_ACPI=Y
            CONFIG_ACPI_AC=Y
            CONFIG_ACPI_BAT=Y
            CONFIG_ACPI_BUTTON=Y
            CONFIG_ACPI_FAN=Y
            CONFIG_ACPI_PROCESSOR=Y
            CONFIG_ACPI_THERMAL=Y
            CONFIG_ACPI_DEBUG=Y
- install your kernel and boot it up with 'pci=noacpi'

That's it. I hope you'll make your Compaqs work in linux. You'll have a 
lot of fun.

Cheers,
Adrian



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com

       reply	other threads:[~2003-01-07  9:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200207120750.g6C7oMBc007838@webmail.dowco.com>
2003-01-07  9:43 ` Adrian Turcu [this message]
     [not found]   ` <3E1ABEAD.2040607@sec.co.ro>
2003-01-07 13:52     ` ACPI on the Compaq Presario 735CA Adrian Turcu
     [not found]       ` <3E1ADBAE.6060303-YSGFQ8SKJZVDPfheJLI6IQ@public.gmane.org>
2003-01-07 18:03         ` Sérgio Monteiro Basto
     [not found]           ` <1041962623.3e1b167f608be-2RFepEojUI03ju2hA3itMQ@public.gmane.org>
2003-01-07 20:09             ` Sérgio Monteiro Basto
2003-01-08  8:33               ` Adrian Turcu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3E1AA15B.2010104@myrealbox.com \
    --to=adriant_ie-ysgfq8skjzvdpfhejli6iq@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=colinh-RZoC8ttgCzkAvxtiuMwx3w@public.gmane.org \
    --cc=iw3grx-u0TjAE20a3NeoWH0uzbU5w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox