InfiniteMac OSx86  


 
 
Thread tools Display modes
Prev Previous Post   Next Post Next
  #1  
Old 08-30-2009, 05:06 PM
chenalias chenalias is offline
Cheetah
 
Join Date: May 2009
Posts: 1
Dsdt patch failed reed need someone to help me out.

Hi all. I recently got my DSDT patched using fassl`s latest patcher known as DSDT PATCHER 1.0.1e. But it reported more than 200 errors. I reported this issue to fassl and he teach me this tip below solved the compiling errors. But strangely the when I compiled the patched DSDT and put it into the EXTRA folder the next time I started my laptop the CPU speed changed from 1.73GHZ to 4.1GHZ and the sound control gone. Any fix of this issue?
Greetings.
fassl`s tips.

Code:
Change:
External (PDC1)
External (PDC0)
External (CFGD)
External (^CPU0._PPC)
External (\_PR_.CPU0._PPC)
To:
External (PDC1)
External (PDC0)
External (CFGD)
// External (^CPU0._PPC)
External (\_PR_.CPU0._PPC)

Or remove the line that starts with //

And Change:
If (GPIC)
{
Return (Package (0x00) {})
}

To:
If (GPIC)
{
Return (Package (0x01) { 0x00 })
}

Sound info using HDAenbler

Code:
Intel High Definition Audio:

  Device ID:    0x101990A6
  Audio ID:    883
  Available Devices:
  Headphone:
  Connection:    Combo
  Speaker:
  Connection:    Internal
  Line In:
  Connection:    Combo
  Internal Microphone:
  Connection:    Internal
  S/P-DIF Out:
  Connection:    Combo
Attached Files
File Type: zip untitled folder.zip (87.6 KB, 11 views)
Reply With Quote