- Joined
- Mar 13, 2011
- Messages
- 75
- Motherboard
- Gigabyte GA-P55-UD3L
- CPU
- Intel Core i7 860
- Graphics
- ATI Radeon HD 6570
- Mac
-
- Classic Mac
-
- Mobile Phone
-
XLR said:I'd look for errors in kernel.log, look at ioreg, and fix the relevant sections of dsdt accordingly.
Your motherboard may be perfect for PT, especially if it works in Win but doesn't works in OSX. So the problem is most probably with the way you installed OSX.
OK, so I managed to update my BIOS to the latest version, extract my DSDT (see attachment) and compile it, resulting in the following warnings:
Intel ACPI Component Architecture
ASL Optimizing Compiler version 20091214 [Dec 16 2009]
Copyright (C) 2000 - 2009 Intel Corporation
Supports ACPI Specification Revision 4.0
/Users/jk/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 2613: Acquire (MUT0, 0x0FFF)
Warning 1105 - Possible operator timeout is ignored ^
/Users/jk/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 3536: Acquire (MUT0, 0x0FFF)
Warning 1105 - Possible operator timeout is ignored ^
/Users/jk/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 6930: Name (_T_0, Zero)
Remark 5111 - Use of compiler reserved name ^ (_T_0)
/Users/jk/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 6991: Name (_T_0, Zero)
Remark 5111 - Use of compiler reserved name ^ (_T_0)
/Users/jk/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 7399: Name (_T_0, Zero)
Remark 5111 - Use of compiler reserved name ^ (_T_0)
/Users/jk/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 7506: Name (_T_1, Zero)
Remark 5111 - Use of compiler reserved name ^ (_T_1)
/Users/jk/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 7607: Name (_T_0, Zero)
Remark 5111 - Use of compiler reserved name ^ (_T_0)
/Users/jk/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 7714: Name (_T_1, Zero)
Remark 5111 - Use of compiler reserved name ^ (_T_1)
/Users/jk/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 7774: Method (_OSC, 4, NotSerialized)
Warning 1088 - Not all control paths return a value ^ (_OSC)
/Users/jk/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl 7774: Method (_OSC, 4, NotSerialized)
Warning 1081 - Reserved method must return a value ^ (_OSC)
ASL Input: /Users/jk/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/dsdt.dsl - 7925 lines, 259620 bytes, 3080 keywords
AML Output: /Users/jk/Library/Application Support/EvOSoftware/DSDT/DSDTFiles/./dsdt.aml - 27652 bytes, 961 named objects, 2119 executable opcodes
Compilation complete. 0 Errors, 4 Warnings, 6 Remarks, 135 Optimizations
Which ones should I fix and how?