View Single Post
 
Old 09-15-2009, 06:45 AM
Chrisb27's Avatar
Chrisb27 Chrisb27 is offline
Puma
 
Join Date: Aug 2009
Posts: 17
Quote:
Originally Posted by fishcow View Post
Hey Chrisb27
I'm by no means and expert. I managed to get my install working by using all the information in this thread.
One thing I would say, I doubt you will have much luck using other people's dsdt.aml files.
I would suggest the following:
1. Generate your own "patched" DSDT file using DSDT_Patcher1.0.1e or DSDTPatcherGUI.

2. Start off with the newly generated DSDT.dsl file - which is editable in a text editor.

3. You could either go back through this thread and copy all the relevant code and save as separate text files to add to your custom DSDT.dsl file . . . or decompile either of the 2 DSDT.aml files you downloaded from here, using either iasl or "drag and drop" version iaslMe. Then go through and cut and paste all the relevant sections.

FWIW, I started with a DSDT.dsl file generated by DSDTPatcherGUI.
Then I followed the thread and entered the following patches manually:

AUDIO:
walterav method:
http://www.infinitemac.com/f57/how-t...post31049.html

USB (a)
Omargoa method (zhell)
http://www.infinitemac.com/f57/how-t...post31592.html

USB (extras) + SATA (Intel ESB2 AHCI )
Snoc method
http://www.infinitemac.com/f57/how-t...post34233.html



I have the following kexts installed:
OpenHaltRestart
AD1988b.fix
SleepEnabler
PlatformUUID <---- edited with UUID of my boot partition
NullCPUPowerManagement
IONetworkingFamily <----- edited yukon
fakesmc
Disabler <----- edited to disable Nvidia DRM (mouse lag issue QT / iTunes) for NVIDIA 8XXX series and up (9800 GT used in my machine)

In the BIOS I have JMicron PATA /eSATA disabled.

In /EXTRA I just have a custom smbios.plist and a custom com.apple.Boot.plist with EFI strings for my GFX card and Ethernet.
AND my dsdt.aml file of course.

I hope that is helpful.
Fish
Awesome thanks - I did some more reading on those links you included, a bit of cutting and pasting and I am completely good to go. Everything works including sleep. Which is awesome because it never worked on 10.5.8 for me. Thanks for the help again.
Reply With Quote