Contribute
Register

[Guide] Acer S3-391 Ivy Bridge

Status
Not open for further replies.
OK, done (thanks for your help)...

- No Mavericks; Yosemite 10.10

- Patchmatic folder attached

- ioregexplorer 2.1 file attached

Code:
Carstens-MacBook-Pro:Downloads username$ kextstat|grep -y acpiplat
   12    2 0xffffff7f80add000 0x5f000    0x5f000    com.apple.driver.AppleACPIPlatform (3.1) <11 10 7 6 5 4 3 1>
Carstens-MacBook-Pro:Downloads username$ kextstat|grep -y appleintelcpu
   15    0 0xffffff7f80b53000 0x2b000    0x2b000    com.apple.driver.AppleIntelCPUPowerManagement (216.0.0) <7 6 5 4 3 1>
   27    0 0xffffff7f80c40000 0x3000     0x3000     com.apple.driver.AppleIntelCPUPowerManagementClient (218.0.0) <7 6 5 4 3 1>


Cpt.Fly
 

Attachments

  • ioregexp_3.iore.ioreg
    3.5 MB · Views: 124
  • RehabMan.zip
    29.3 KB · Views: 91
OK, done (thanks for your help)...

- No Mavericks; Yosemite 10.10

- Patchmatic folder attached

- ioregexplorer 2.1 file attached

Code:
Carstens-MacBook-Pro:Downloads username$ kextstat|grep -y acpiplat
   12    2 0xffffff7f80add000 0x5f000    0x5f000    com.apple.driver.AppleACPIPlatform (3.1) <11 10 7 6 5 4 3 1>
Carstens-MacBook-Pro:Downloads username$ kextstat|grep -y appleintelcpu
   15    0 0xffffff7f80b53000 0x2b000    0x2b000    com.apple.driver.AppleIntelCPUPowerManagement (216.0.0) <7 6 5 4 3 1>
   27    0 0xffffff7f80c40000 0x3000     0x3000     com.apple.driver.AppleIntelCPUPowerManagementClient (218.0.0) <7 6 5 4 3 1>


Cpt.Fly

Power management is not implemented correctly (no SSDT generated for your CPU). Check everything on the power management checklist.

Yosemite questions should be posted in the Yosemite forum.

Make sure you're using the latest DPCIManager, or use AppleIntelCPUPowerManagementInfo.kext.
 
Hi,

please see the attached dsdt and assist with a patch for the battery as it does not work.
I am a newbie.

MOBO : X46F
Battery pack : Render
CPU: intel celeron 1037u on BGA 1023 socket

thank you,

Theks.

View attachment DSDT.aml.zip
 
Hy,

i generated a new ssdt.aml file with "ssdtPRGen.sh-13.4.zip", rebooted and used MSRDumper.kext with Konsole Output to see the p-States: Only 8,17

Attached my new ioregexplorer file.

Is it better now?

Big Thanks for your time...


Cpt.Fly
 

Attachments

  • ioregexp_4.iore.ioreg
    1.2 MB · Views: 130
Hy,

i generated a new ssdt.aml file with "ssdtPRGen.sh-13.4.zip", rebooted and used MSRDumper.kext with Konsole Output to see the p-States: Only 8,17

Attached my new ioregexplorer file.

Is it better now?

Big Thanks for your time...


Cpt.Fly

Download patchmatic: https://github.com/RehabMan/OS-X-MaciASL-patchmatic.
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
rm -Rf ~/Downloads/RehabMan
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Post contents of Downloads/RehabMan directory (as ZIP).
 
Download patchmatic: https://github.com/RehabMan/OS-X-MaciASL-patchmatic.
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
rm -Rf ~/Downloads/RehabMan
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Post contents of Downloads/RehabMan directory (as ZIP).


Zip-File Attached

Thanks
 

Attachments

  • RehabMan.zip
    27.5 KB · Views: 85
Zip-File Attached

Thanks

Your generated SSDT is incorrect. DSDT shows Processor objects in Scope (_PR):
Code:
    Scope ([B]_PR[/B])
    {
        Processor (CPU0, 0x01, 0x00000410, 0x06) {}
        Processor (CPU1, 0x02, 0x00000410, 0x06) {}
        Processor (CPU2, 0x03, 0x00000410, 0x06) {}
        Processor (CPU3, 0x04, 0x00000410, 0x06) {}
        Processor (CPU4, 0x05, 0x00000410, 0x06) {}
        Processor (CPU5, 0x06, 0x00000410, 0x06) {}
        Processor (CPU6, 0x07, 0x00000410, 0x06) {}
        Processor (CPU7, 0x08, 0x00000410, 0x06) {}
    }

SSDT is, however, using Scope (_SB):
Code:
    Scope ([B]\_SB.[/B]CPU0)
    {
        Method (_INI, 0, NotSerialized)  // _INI: Initialize
        {
            Store ("ssdtPRGen version....: 13.4 / Mac OS X 10.10 (14A389)", Debug)
            Store ("target processor.....: i3-3217U", Debug)
            Store ("running processor....: Intel(R) Core(TM) i3-3217U CPU @ 1.80GHz", Debug)
            Store ("baseFrequency........: 1200", Debug)
            Store ("frequency............: 1800", Debug)
            Store ("busFrequency.........: 100", Debug)
            Store ("logicalCPUs..........: 4", Debug)
            Store ("maximum TDP..........: 17", Debug)
            Store ("packageLength........: 7", Debug)
            Store ("turboStates..........: 0", Debug)
            Store ("maxTurboFrequency....: 1800", Debug)
        }
...
 
Your generated SSDT is incorrect. DSDT shows Processor objects in Scope (_PR):
Code:
    Scope ([B]_PR[/B])
    {
        Processor (CPU0, 0x01, 0x00000410, 0x06) {}
        Processor (CPU1, 0x02, 0x00000410, 0x06) {}
        Processor (CPU2, 0x03, 0x00000410, 0x06) {}
        Processor (CPU3, 0x04, 0x00000410, 0x06) {}
        Processor (CPU4, 0x05, 0x00000410, 0x06) {}
        Processor (CPU5, 0x06, 0x00000410, 0x06) {}
        Processor (CPU6, 0x07, 0x00000410, 0x06) {}
        Processor (CPU7, 0x08, 0x00000410, 0x06) {}
    }

SSDT is, however, using Scope (_SB):
Code:
    Scope ([B]\_SB.[/B]CPU0)
    {
        Method (_INI, 0, NotSerialized)  // _INI: Initialize
        {
            Store ("ssdtPRGen version....: 13.4 / Mac OS X 10.10 (14A389)", Debug)
            Store ("target processor.....: i3-3217U", Debug)
            Store ("running processor....: Intel(R) Core(TM) i3-3217U CPU @ 1.80GHz", Debug)
            Store ("baseFrequency........: 1200", Debug)
            Store ("frequency............: 1800", Debug)
            Store ("busFrequency.........: 100", Debug)
            Store ("logicalCPUs..........: 4", Debug)
            Store ("maximum TDP..........: 17", Debug)
            Store ("packageLength........: 7", Debug)
            Store ("turboStates..........: 0", Debug)
            Store ("maxTurboFrequency....: 1800", Debug)
        }
...

OK and what did i made wrong?

Are the settings in ssdt.aml correct or the settings in dsdt.aml correct?

Is my /Extra/smbios.plist file wrong and i have to generate a new one with diffrent MacBook-Version or should i delete the dsdt.aml file witch is generated from DPCIManager (Extract DSDT)?

Sorry, but iam new to hackintosh.

Thanks, Cpt.Fly
 
Status
Not open for further replies.
Back
Top