Hi. I have a Acer TimelineX 3830T. It has a i3-2310M processor. I have extracted and edited the DSDT and SSDT to the best of my knowledge. It is usable right now, but I have been trying to fix the kernel errors on boot up.
Also, I am having trouble making the Speedstep work and using the SSDT for C-states and P-states.
If someone knowledgable with DSDT and SSDT could look at my edits to see if I made any errors or missed something that would be much appreciated.
My smbios.plist is MacBookPro8,1.
My org.chameleon.Boot.plist has the following:
I'm not sure if I should use GenerateCStates = Yes and GeneratePStates = Yes. What are the Pros and Cons of using SSDT vs the Chameleon GenerateCStates and GeneratePStates? Also, what are the Pros and Cons of combining the SSDT into the DSDT?
<key>DSDT</key>
<string>/Extra/dsdt.aml</string>
<key>DropSSDT</key>
<string>Yes</string>
<key>SMBIOS</key>
<string>/Extra/smbios.plist</string>
I have used the following kexts:
AppleACPIBatteryManager, AppleACPIPS2Nub, AppleHDA, AppleIntelCPUPowerManagement, AppleIntelCPUPowerManagementClient, AppleIntelSNBGraphicsFB, ApplePS2Controller, AppleSmartBatteryManager, AtherosL1cEthernet, FakeSMC
The major errors I see in the kernel.log is listed below. Here is a link to my kernel.log (http://pastebin.com/VtMiCHWE).
Feb 19 04:27:49 localhost kernel[0]: ACPI_SMC_PlatformPlugin::pushCPU_CSTData - _CST evaluation failed
Feb 19 04:27:49 localhost kernel[0]: ACPI_SMC_PlatformPlugin::registerLPCDriver - WARNING - LPC device initialization failed: C-state power management not initialized
-->The laptop is able to sleep and wakeup but the power management problems remains unresolved.
Feb 19 04:27:43 localhost kernel[0]: AppleSmartBatteryManager:getBatteryBIF(0xE00002BC) failed
Feb 19 04:27:43 localhost kernel[0]: AppleSmartBatteryManager:getBatteryBST(0xE00002BC) failed
-->The Battery Manager does not work. All I have is a "X" in the battery icon on the taskbar. Doesn't know which power source is being used either.
-->I think there is a problem with my DSDT cause the battery problem. I don't see a BST or a BIF in my extracted DSDT so I do know what to do.
Feb 19 04:29:07 Stevens-MacBook-Pro kernel[0]: Sound assertion "0 == fAudioEngineArray" failed in AppleHDADriver at line 3163 goto Exit
-->Sound works but I'm not sure how to fix this error.
I would appreciate any help here. Thanks.
Extracted DSDT and SSDT.zip
DSDT.aml.zip