pawo99 wrote:
I have still problem with sleep function in Lion DP4

.
It show this message when booting:
Code:
Jun 16 21:58:23 localhost kernel[0]: ACPI_SMC_PlatformPlugin::pushCPU_CSTData - _CST evaluation failed
Jun 16 21:58:23 localhost kernel[0]: ACPI_SMC_PlatformPlugin::registerLPCDriver - WARNING - LPC device initialization failed: C-state power management not initialized
Seems Like your AppleLPC.kext it's not loading...
Try adding your DeviceID on the kext...
Use this app to get your LPC DeviceID >
viewtopic.php?f=18&t=63&hilit=systeminfoCopy the kext to desktop, ctrl+click, show package contents, open info.plist with textedit, find the key "IONameMatch", and add a string like this...
<string>pci8086,XXXX</string>
Replace XXXX for your DeviceID...
Save, check if the file name is "info.plist" and not "info.txt", install the kext, repair permissions and rebuild caches then reboot...