Piker-Alpha / ssdtPRGen.sh

Script to generate a SSDT for Power Management
714 stars 156 forks source link

APLF Question #75

Closed osxfr33k closed 9 years ago

osxfr33k commented 9 years ago

With the newest version I get Zero instead of 0x4 for APLF.

Store ("ssdtPRGen version....: 12.7 / Mac OS X 10.9.2 (13C64)", Debug) I get 0x4

Store ("ssdtPRGen version....: 14.1 / Mac OS X 10.10 (14A389)", Debug) I get Zero

    Name (APLF, Zero)
    Name (APSN, 0x08)
    Name (APSS, Package (0x18)
    {
        Package (0x06)
        {
            0x0DAC, 
            0x0001FBD0, 
            0x0A, 
            0x0A, 
            0x2300, 
            0x2300
        }, 

Asus X79-Deluxe Motherboard and Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz

Piker-Alpha commented 9 years ago

I presume that you can solve this by using the -w [n] argument, but without knowing the processor model and script arguments… I have to guess.

osxfr33k commented 9 years ago

I listed the processor at the end of my post

Piker-Alpha commented 9 years ago

Try:

sudo ./ssdtPRGen.sh -x 0 -w [2/3]

That should give you the same output (one of the values) because the value of APLF changes when you use:

-w 1 -w 2 -w 3

Closing issue...