Jump to content

Power Management not working


HardcoreQ
 Share

3 posts in this topic

Recommended Posts

Hi all. This is my first topic in this forum. Sorry for my language, but I use google translate. My problem is that the power management is not working. My specifications are:
Acer Aspire M5810
Mobo: Acer FMP55
Core i3 530 (2.93 GHz)
GPU: GeForce G210 (512MB)
Sound: Realtek 888
BIOS: AMI P01-B0
Mavericks 10.9.1
Bootloader: Clover 2377

 
In my BIOS does not have the "Intel SpeedStep". I tried to create SSDT tables using the script Pike, but the terminal appeared the following records:
 
sdtPRGen.sh v7.0 Copyright © 2013 by R. Pike Alpha
-------------------------------------------------- --------------
Warning: Unexpected brandstring> "Intel ® Core i3 CPU 530@2.93GHz"
Declaration Processor (s) Found in DSDT (ACPI 1.0 compliant)
Generating ssdt_pr.dsl for a iMac12, 2 [Mac-942B59F58194171B]
Unknown Core i3 processor [0x20652] setup [0x0901]
Number logical CPU's: 4 (Core Frequency: 2925 MHz)
 
Error: 'MaxTurboFrequency' must be in the range of 2925-6300 ... exiting
 
imac-david: ~ David $
 
HWMonitor Screen:
 

nyeer6.jpg

 

IOregistery screen:

4r55ra.jpg

 

SMC Monitor Screen:

2nq62qt.jpg

 

 

Please help. 

Link to comment
Share on other sites

I did as you wrote, but still the same. NullCpuPM removed.

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>ACPI</key> 
    <dict> 
        <key>DropTables</key> 
        <array> 
            <dict> 
                <key>Signature</key> 
                <string>DMAR</string> 
            </dict> 
            <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>PatchAPIC</key> 
        <false/> 
        <key>SSDT</key> 
        <dict> 
            <key>DoubleFirstState</key> 
            <false/> 
            <key>DropOem</key> 
            <false/> 
            <key>Generate</key> 
            <dict> 
                <key>CStates</key> 
                <true/> 
                <key>PStates</key> 
                <true/> 
            </dict> 
        </dict> 
    </dict> 
    <key>Boot</key> 
    <dict> 
        <key>Arguments</key> 
        <string>npci=0x2000 -v</string> 
        <key>Fast</key> 
        <false/> 
        <key>Log</key> 
        <false/> 
        <key>Timeout</key> 
        <integer>5</integer> 
    </dict> 
    <key>Devices</key> 
    <dict> 
        <key>Audio</key> 
        <dict> 
            <key>Inject</key> 
            <string>12</string> 
        </dict> 
    </dict> 
    <key>GUI</key> 
    <dict> 
        <key>Theme</key> 
        <string>LightUp</string> 
        <key>TextOnly</key> 
        <false/> 
        <key>CustomIcons</key> 
        <true/> 
        <key>Language</key> 
        <string>pl:30788</string> 
        <key>Mouse</key> 
        <dict> 
            <key>Enabled</key> 
            <true/> 
        </dict> 
        <key>Scan</key> 
        <dict> 
            <key>Entries</key> 
            <true/> 
            <key>Legacy</key> 
            <false/> 
            <key>Tool</key> 
            <false/> 
        </dict> 
        <key>Custom</key> 
        <dict> 
            <key>Entries</key> 
            <array> 
                <dict> 
                    <key>Path</key> 
                    <string>\EFI\BOOT\BOOTX64.efi</string>
                    <key>VolumeType</key> 
                    <array> 
                        <string>External</string> 
                        <string>Internal</string> 
                    </array> 
                    <key>Hidden</key> 
                    <true/> 
                    <key>Disabled</key> 
                    <true/> 
                </dict> 
                <dict> 
                    <key>Path</key> 
                    <string>\EFI\BOOT\BOOTX64.efi</string> 
                    <key>Title</key> 
                    <string>CD/DVD</string> 
                    <key>FullTitle</key> 
                    <string>CD/DVD</string> 
                    <key>VolumeType</key> 
                    <string>Optical</string> 
                    <key>Hidden</key> 
                    <false/> 
                    <key>Disabled</key> 
                    <false/> 
                </dict> 
                <dict> 
                    <key>Path</key> 
                    <string>\EFI\Microsoft\Boot\bootmgfw.efi</string> 
                    <key>Title</key> 
                    <string>Windows</string> 
                    <key>FullTitle</key> 
                    <string>Windows</string> 
                    <key>Hidden</key> 
                    <false/> 
                    <key>Disabled</key> 
                    <false/> 
                </dict> 
            </array> 
        </dict> 
    </dict> 
    <key>Graphics</key> 
    <dict> 
        <key>Inject</key> 
        <dict> 
            <key>ATI</key> 
            <false/> 
            <key>Intel</key> 
            <false/> 
            <key>NVidia</key> 
            <true/> 
        </dict> 
        <key>PatchVBios</key> 
        <false/> 
    </dict> 
    <key>KernelAndKextPatches</key> 
    <dict> 
        <key>AppleRTC</key> 
        <true/> 
        <key>AsusAICPUPM</key> 
        <false/> 
        <key>Debug</key> 
        <false/> 
        <key>KernelCpu</key> 
        <false/> 
        <key>KernelLapic</key> 
        <false/> 
    </dict> 
    <key>SMBIOS</key> 
    <dict> 
        <key>ProductName</key> 
        <string>iMac11,2</string> 
    </dict> 
    <key>SystemParameters</key> 
    <dict>
        <key>DefaultBootVolume</key>
        <string>SYSTEM RESERVED</string>
        <key>InjectKexts</key> 
        <true/> 
    </dict> 
</dict> 
</plist>

Link to comment
Share on other sites

 Share

×
×
  • Create New...