InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #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
  #2  
Old 10-01-2009, 09:49 PM
estravagancia estravagancia is offline
Cheetah
 
Join Date: Aug 2009
Location: Spain
Posts: 9
i tried to compile your dsdt with dsdtse from evosx86..

you must to delete this:

=

at the end of the dsdt you have


Method (KILL, 0, Serialized)
{
Or (HCON, 0x02, HCON)
Or (HSTS, 0xFF, HSTS)
}
}
}
}
}=


and you'll have:
Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 44 Optimizations

best regards from Spain

Asus P6T Deluxe V2 - Audio working with AD2000b.kext & HDAEnabler.kext in 5.1 mode - Marvell 88E8056 working with plist edit - Intel ICH10R AHCI mode working with fix by THe KiNG on DSDT - Intel Core i7 920 - 6GB Mushkin PC3-16000 - Gigabyte nVidia GTX 275 working with EFI string - Seagate 160 GB ST3160827AS - Snow Leopard 10.6.1 + Backup - Seagate 160 GB ST3160827AS - Leopard 10.5.6 - Western Digital Velociraptor 150 GB WDC WD1500HLFS-01G6U0 - Win7 - HL-DT-ST BDDVDRW GGC-H20L
Reply With Quote
  #3  
Old 01-21-2010, 11:32 PM
bhokuto bhokuto is offline
Puma
 
Join Date: Dec 2009
Location: California
Posts: 15
Quote:
Originally Posted by estravagancia View Post
i tried to compile your dsdt with dsdtse from evosx86..

you must to delete this:

=

at the end of the dsdt you have


Method (KILL, 0, Serialized)
{
Or (HCON, 0x02, HCON)
Or (HSTS, 0xFF, HSTS)
}
}
}
}
}=


and you'll have:
Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 44 Optimizations

best regards from Spain
estravagancia,

Would it be possible for you to look at my DSDT errors? I have no idea what I'm doing as far as how fix the errors. I have all these tools but, I'm no code minded person.

I tried using manual method, GUI method and the result is the same.

I get the similar errors as the person above.

Thank you
Bhoku



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.


iDeneb 10.5.7 -cpus=4
Windows Vista x32 H.P.
Btldr: Chameleon 2 RC4 PCEFI 10_5
Legacey Kernel 10.2.0

PC SPEC:
AMD P2 X4 955 @3.5GHz - MB: MSI 785GM-E65 - Graphics: MSI R5670 1 GB DDR5 - HDD SataII 500Gb + 320Gb - USB SataII 300Gb Seagate; 4Gig DDR3 1333Mhz; Antec 550w True Power PSU
Reply With Quote
Reply