PDA

View Full Version : "No acpi version 2 found" when patching DSDT with DSDT patcher


nekkro-kvlt
03-06-2010, 06:21 PM
Hi all, I noticed a message from chameleon upon bootup that told me "no acpi version 2 found", press any key.... and then it boot and I can use the system without troubles. Any ideas to fix it ?

Thanks.
PS: i attached my dsdt here:

milanca
03-06-2010, 07:25 PM
nekkro-kvlt,

please stick to your first, original thread as it will be much easier to track it.

"No acpi version 2 found" means that your board isn't acpi 2.0 compliant. It is acpi 1, as well as mine ep35-ds3, but it doesn't mean you can't run OSX fine.

nekkro-kvlt
03-06-2010, 08:39 PM
Ok thanks.
Feel free to remove this post.
It's annoying as chameleon need me to press a key to boot OSX, it's not as cool as having directly the grey apple menu, something like a true mac but I think I would be able to deal with.

andyvand
04-17-2010, 01:34 PM
You can easily make your DSDT ACPI V2
at the top you can change something like this:
DefinitionBlock ("DSDT.aml", "DSDT", 1, "APPLE ", "MacBook", 0x00010001)
into this:
DefinitionBlock ("DSDT.aml", "DSDT", 2, "APPLE ", "MacBook", 0x00010001)
This will after compilation be a V2 DSDT...