Jump to content

Recommended Posts

Posted

Hi all !

I just tried to autopach my Dell Inspiron N5010 R15 DSDT but I got this errors

09:05:54: Pack Dell - Inspiron N5010 15R selected.
09:05:55: Trying to download patch...
09:05:57: Patch file successfully downloaded.
09:05:57: Extracting system DSDT...
09:05:57: Decompiling DSDT...
09:05:58: Parsing DSL code...
09:05:59: Applying patches...
09:06:00: Saving the new DSL file...
09:06:01: Compiling and checking compiler errors...
09:06:01: First compile errors: 12
09:06:01: Fixing errors...
09:06:01: Second compile errors: 2
09:06:01: Compiling again...
09:06:01: Third compile errors: 2
09:06:01: Errors persisted all fixing tentatives, please post this log at Olarila.com forums
[[Line 5344 type Error message Min/Max/Length/Gran are all zero, but no resource tag ], [Line 5351 type Error message Min/Max/Length/Gran are all zero, but no resource tag ]]
09:06:01: Aborted, compilation failed

DSDT.rar

Posted

Hi MaLd0n


Thanks for the DSDT file, but it's not working.


Vanilla 10.7 with Nullcpupm and ati boot i get

working HD full


no sound

no keyboard

no trackpad

No speedstep


with the DSDT and no nullcpum I got a kernel panic in applecpupm, just before it says :


HSF+ file: hd(0,2) Extra/DSDT.aml

ACPI table not found:SSDT.aml

FADT restart Fix applied!

FADT using costum DSDT

ACPI CPUs not found c-states not generated

ACPI CPUs not found p-states not generated


Thanks for your help

  • Administrators
Posted

no sound --> HDEF + LEGACY + APPLEHDA


no keyboard --> in DSDT? you need a kext


no trackpad --> in DSDT? you need a kext


No speedstep --> Chameleon RC5


post a Photo of KP

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted

Hi MaLd0n


Thank you, patched my AICPM and don't need to use nullcpupowermanagement,

But i still don't have the 740qm to speedstep, the frequency is always to the max 1.7 Mhz

Tried Macbookpro6,1 and Macbookpro8.1 but no difference.


Elliott

Posted
Hi MaLd0n


Thank you, patched my AICPM and don't need to use nullcpupowermanagement,

But i still don't have the 740qm to speedstep, the frequency is always to the max 1.7 Mhz

Tried Macbookpro6,1 and Macbookpro8.1 but no difference.


Elliott

 


Hi Maldon


The laptop is running very hot, cpu at 75 degrees on idle.


Been investigating why speepstep is broken and the i7-740QM does not scale down, but could not fix it.


Is it possible the CPU definitions for power management are missing in the DSDT file?

Thanks Elliott.

  • Administrators
Posted

add in boot.plist

<key>GeneratePStates</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>Yes</string>

use smbios MacBookPro6,x

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted
add in boot.plist

<key>GeneratePStates</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>Yes</string>

use smbios MacBookPro6,x

 


Have the P and C states already in boot.plist.

I am using macbookpro6,1 (tried 6,2 and 8,1 - After installation of lion it was IMac11,1)

Posted



Have the P and C states already in boot.plist.

I am using macbookpro6,1 (tried 6,2 and 8,1 - After installation of lion it was IMac11,1)

 

On boot I still have

HSF+ file: hd(0,2) Extra/DSDT.aml

ACPI table not found:SSDT.aml

FADT restart Fix applied!

FADT using costum DSDT

ACPI CPUs not found c-states not generated

ACPI CPUs not found p-states not generated

Posted

maldon


Been looking closely to the DSDT you made in editor, there is no Scope-PR :

 

    Scope (_PR)
   {
       Processor (CPU0, 0x00, 0x00000410, 0x06)
       {
       }
       Processor (CPU1, 0x01, 0x00000410, 0x06)
       {
       }
       Processor (CPU2, 0x02, 0x00000410, 0x06)
       {
       }
       Processor (CPU3, 0x03, 0x00000410, 0x06)
       {
       }
       Processor (CPU4, 0x04, 0x00000410, 0x06)
       {
       }
       Processor (CPU5, 0x05, 0x00000410, 0x06)
       {
       }
       Processor (CPU6, 0x06, 0x00000410, 0x06)
       {
       }
       Processor (CPU7, 0x07, 0x00000410, 0x06)
       {
       }

 

Should I ad those?

Posted

Extracting the tables I found the DSDT does not have all the scope for the processor, and two ssdt tables come along.

It's similar problem as the dell Vostro 3300.

Finaly change in my DSDT the scope_PR with

 

Scope (_PR)
   {
       Processor (P001, 0x01, 0x00000410, 0x06)
       {
       }
       Processor (P002, 0x02, 0x00000410, 0x06)
       {
       }
       Processor (P003, 0x03, 0x00000410, 0x06)
       {
       }
       Processor (P004, 0x04, 0x00000410, 0x06)
       {
       }
       Processor (P005, 0x05, 0x00000410, 0x06)
       {
       }
       Processor (P006, 0x06, 0x00000410, 0x06)
       {
       }
       Processor (P007, 0x07, 0x00000410, 0x06)
       {
       }
       Processor (P008, 0x08, 0x00000410, 0x06)
       {
       }
       Method (PNOT, 0, Serialized)
       {
           Notify (P001, 0x80)
           Sleep (0x64)
           Notify (P001, 0x81)
           Notify (P002, 0x80)
           Sleep (0x64)
           Notify (P002, 0x81)
           Notify (P003, 0x80)
           Sleep (0x64)
           Notify (P003, 0x81)
           Notify (P004, 0x80)
           Sleep (0x64)
           Notify (P004, 0x81)
           Notify (P005, 0x80)
           Sleep (0x64)
           Notify (P005, 0x81)
           Notify (P006, 0x80)
           Sleep (0x64)
           Notify (P006, 0x81)
           Notify (P007, 0x80)
           Sleep (0x64)
           Notify (P007, 0x81)
           Notify (P008, 0x80)
           Sleep (0x64)
           Notify (P008, 0x81)
       }
   }

 

Now with the mod I have at boot Pstate and cstates generated but still the cpu is on max.


ioreg -lw0 | grep CSTInfo returns nothing

ioreg -lw0 | grep PerformanceStateArray returns the array ok


I tried to create a ssdt.aml from the two but it makes no difference.


Not sure where to from now?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...