Jump to content
1 post in this topic

Recommended Posts

Hello. This is my notebook Medion X6811 config:

 

 
Intel Core i7-740QM 1.73 GHz 
Intel PM55 
NVIDIA GeForce GTX 460M 
FullHD 
Samsung SpinPoint M7 HM641JI, 640 GB 5400 rpm 
Realtek ALC888/1200 
Realtek PCIe GBE Family Controller (10/100/1000MBit) 
Realtek RTL8191SE Wireless LAN 802.11n PCI-E NIC (b g n ) 
 
 
I have already installed 10.9 Mavericks with clover from my usb key.
 
This is my config.plist
 
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Boot</key>
<dict>
<key>Arguments</key>
<string>-v npci=0x2000</string>
</dict>
<key>GUI</key>
<dict>
<key>Theme</key>
<string>bootcamp</string>
<key>Custom</key>
<dict>
<key>Entries</key>
<array>
<dict>
<key>Path</key>
<string>\EFI\BOOT\BOOTX64.efi</string>
<key>Hidden</key>
<true/>
</dict>
</array>
</dict>
</dict>
<key>SystemParameters</key>
<dict>
<key>InjectKexts</key>
<true/>
</dict>

<key>ACPI</key>
<dict>
<key>DropTables</key>
<array>
<dict>
<key>Signature</key>
<string>SSDT</string>
<key>TableId</key>
<string>CpuPm</string>
</dict>
<dict>
<key>Signature</key>
<string>SSDT</string>
<key>TableId</key>
<string>Cpu0Ist</string>
</dict>
</array>
<key>SSDT</key>
<dict>
<key>DropOem</key>
<false/>
<key>Generate</key>
<dict>
<key>CStates</key>
<false/>
<key>PStates</key>
<false/>
</dict>
</dict>
</dict>


<dict>
<key>DSDT</key>
<dict>
<key>Name</key>
<string>DSDT.aml</string>
</dict>
</dict>
<key>Devices</key>
<dict>
<key>Audio</key>
<dict>
<key>Inject</key>
<string>12</string>
</dict>
</dict>
<key>SMBIOS</key>
<dict>
<key>ProductName</key>
<string>MacBookPro6,2</string>
</dict>
</dict>
</plist>

I also have genarated DSTD dump in Clover with F4 key

https://www.dropbox.com/s/sowyzx28ftj6a91/origin.zip

 

 

 
My friends send me some fixed DSTD file, and I have got working LPC with that after typing "kextstat |grep -i AppleLPC"
 
I attached this in this post.
 
 I boot my system with this settings and my IORegistryExplorer gives me that results.
When I try to sleep my computer afters some seconds it reboots automaticly
I have also tried to enable C states, P stated ,drop SSDT in Clover settings.
What do I have to do to fix PowerManagement ?
Thank you for help  :)
 
 
 
zAGZLey.png

DSDTlpc.aml.zip

Edited by fantomas1
Only post your post once (1). This keeps the forum cleaner and makes it easier to find what you are looking for.
×
×
  • Create New...