* RE: Patching 2.6.9 for custom DSDT
@ 2004-10-22 9:17 Zhu, Yi
2004-10-22 9:39 ` Patrick Ale
0 siblings, 1 reply; 6+ messages in thread
From: Zhu, Yi @ 2004-10-22 9:17 UTC (permalink / raw)
To: Patrick Ale, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Patrick Ale wrote:
> In the later case I have a problem since I get the following
> error when applying the patch:
> juliana:/usr/src/linux-2.6.9# patch -p1 -i ../osl.diff
> patching file drivers/acpi/osl.c
> patch: **** malformed patch at line 21: }
You don't need to patch it since 2.6.9 include this patch.
You are supposed to set your dsdt path in make menuconfig.
Thanks,
-yi
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: Patching 2.6.9 for custom DSDT 2004-10-22 9:17 Patching 2.6.9 for custom DSDT Zhu, Yi @ 2004-10-22 9:39 ` Patrick Ale [not found] ` <8d158e1f04102202391faa7907-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 6+ messages in thread From: Patrick Ale @ 2004-10-22 9:39 UTC (permalink / raw) To: Zhu, Yi; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Lookit, I am a fruitcake and totaly overlooked the "include Custom DSDT" option in make menuconfig... :s Thanks! :) On Fri, 22 Oct 2004 17:17:48 +0800, Zhu, Yi <yi.zhu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> wrote: > Patrick Ale wrote: > > In the later case I have a problem since I get the following > > error when applying the patch: > > juliana:/usr/src/linux-2.6.9# patch -p1 -i ../osl.diff > > patching file drivers/acpi/osl.c > > patch: **** malformed patch at line 21: } > > You don't need to patch it since 2.6.9 include this patch. > You are supposed to set your dsdt path in make menuconfig. > > Thanks, > -yi > ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <8d158e1f04102202391faa7907-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: Patching 2.6.9 for custom DSDT [not found] ` <8d158e1f04102202391faa7907-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2004-10-23 21:08 ` Micha Feigin 0 siblings, 0 replies; 6+ messages in thread From: Micha Feigin @ 2004-10-23 21:08 UTC (permalink / raw) To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f On Fri, 22 Oct 2004, Patrick Ale wrote: > Lookit, I am a fruitcake and totaly overlooked the "include Custom > DSDT" option in make menuconfig... :s > Couldn't find it until I looked into the Kconfig file. I have to admit I didn't expect it to depend on standalone. > Thanks! :) > > > On Fri, 22 Oct 2004 17:17:48 +0800, Zhu, Yi <yi.zhu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> wrote: > > Patrick Ale wrote: > > > In the later case I have a problem since I get the following > > > error when applying the patch: > > > juliana:/usr/src/linux-2.6.9# patch -p1 -i ../osl.diff > > > patching file drivers/acpi/osl.c > > > patch: **** malformed patch at line 21: } > > > > You don't need to patch it since 2.6.9 include this patch. > > You are supposed to set your dsdt path in make menuconfig. > > > > Thanks, > > -yi > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Acpi-devel mailing list > Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/acpi-devel > > +++++++++++++++++++++++++++++++++++++++++++ > This Mail Was Scanned By Mail-seCure System > at the Tel-Aviv University CC. > ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl ^ permalink raw reply [flat|nested] 6+ messages in thread
* Patching 2.6.9 for custom DSDT
@ 2004-10-22 9:07 Patrick Ale
[not found] ` <8d158e1f041022020763faf71a-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Patrick Ale @ 2004-10-22 9:07 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Good morning all!
I'd like to try the custom Acer Aspire 1703 DSDT found on the acpi.sf.net site.
in drivers/acpi/osl.c I see the folloiwing
#ifdef CONFIG_ACPI_CUSTOM_DSDT
#include CONFIG_ACPI_CUSTOM_DSDT_FILE
#endif
Does this mean I can add the following to the top of the c file?
#define CONFIG_ACPI_CUSTOM_DSDT_FILE "/path/to/dsdt.file"
#define CONFIG_ACPI_CUSTOM_DSDT
Or do I need the kernel patch mentioned on
http://acpi.sourceforge.net/wiki/index.php/HowToOverrideTable
In the later case I have a problem since I get the following error
when applying the patch:
juliana:/usr/src/linux-2.6.9# patch -p1 -i ../osl.diff
patching file drivers/acpi/osl.c
patch: **** malformed patch at line 21: }
Thanks in advance for the replies :D
Patrick
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
^ permalink raw reply [flat|nested] 6+ messages in thread[parent not found: <8d158e1f041022020763faf71a-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: Patching 2.6.9 for custom DSDT [not found] ` <8d158e1f041022020763faf71a-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2004-10-22 10:03 ` Luca Capello 2004-10-23 21:01 ` Micha Feigin 1 sibling, 0 replies; 6+ messages in thread From: Luca Capello @ 2004-10-22 10:03 UTC (permalink / raw) To: ML ACPI-devel -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, on 10/22/04 11:07, Patrick Ale wrote: > I'd like to try the custom Acer Aspire 1703 DSDT found on the acpi.sf.net site. > > in drivers/acpi/osl.c I see the folloiwing > > #ifdef CONFIG_ACPI_CUSTOM_DSDT > #include CONFIG_ACPI_CUSTOM_DSDT_FILE > #endif > > > Does this mean I can add the following to the top of the c file? > > #define CONFIG_ACPI_CUSTOM_DSDT_FILE "/path/to/dsdt.file" > #define CONFIG_ACPI_CUSTOM_DSDT no, you should configure make [config|menuconfig|xconfig] your kernel to use a custom DSDT. The voice is - Power management otions (ACPI, APM) - ACPI ([...]) - Include Custom DSDT - Custom DSDT Table file to include /path/to/dsdt.file NB, the DSDT should be in the AmlCode declaration. Thx, bye, Gismo / Luca -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using GnuPG with Debian - http://enigmail.mozdev.org iD8DBQFBeNrmVAp7Xm10JmkRAjnoAJ4mbdstsLABos+ib78gcQgB59evJACcDx6f HbKKuQQ+i9JlncV3/kRZJZI= =Q0am -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Patching 2.6.9 for custom DSDT [not found] ` <8d158e1f041022020763faf71a-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2004-10-22 10:03 ` Luca Capello @ 2004-10-23 21:01 ` Micha Feigin 1 sibling, 0 replies; 6+ messages in thread From: Micha Feigin @ 2004-10-23 21:01 UTC (permalink / raw) To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f On Fri, 22 Oct 2004, Patrick Ale wrote: > Good morning all! > > I'd like to try the custom Acer Aspire 1703 DSDT found on the acpi.sf.net site. > > in drivers/acpi/osl.c I see the folloiwing > > #ifdef CONFIG_ACPI_CUSTOM_DSDT > #include CONFIG_ACPI_CUSTOM_DSDT_FILE > #endif > > > Does this mean I can add the following to the top of the c file? > > #define CONFIG_ACPI_CUSTOM_DSDT_FILE "/path/to/dsdt.file" > #define CONFIG_ACPI_CUSTOM_DSDT > You can do that (thats what I do). I think though that there should be a menu item in make config if this is already in the source. > Or do I need the kernel patch mentioned on > http://acpi.sourceforge.net/wiki/index.php/HowToOverrideTable > > In the later case I have a problem since I get the following error > when applying the patch: > juliana:/usr/src/linux-2.6.9# patch -p1 -i ../osl.diff > patching file drivers/acpi/osl.c > patch: **** malformed patch at line 21: } > > > Thanks in advance for the replies :D > > Patrick > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Acpi-devel mailing list > Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/acpi-devel > > +++++++++++++++++++++++++++++++++++++++++++ > This Mail Was Scanned By Mail-seCure System > at the Tel-Aviv University CC. > ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-10-23 21:08 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-22 9:17 Patching 2.6.9 for custom DSDT Zhu, Yi
2004-10-22 9:39 ` Patrick Ale
[not found] ` <8d158e1f04102202391faa7907-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2004-10-23 21:08 ` Micha Feigin
-- strict thread matches above, loose matches on Subject: below --
2004-10-22 9:07 Patrick Ale
[not found] ` <8d158e1f041022020763faf71a-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2004-10-22 10:03 ` Luca Capello
2004-10-23 21:01 ` Micha Feigin
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox