InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #1  
Old 09-13-2009, 01:20 PM
lancelotu lancelotu is offline
Jaguar
 
Join Date: Jul 2009
Posts: 58
Quote:
Originally Posted by EnzoFX View Post
I got a quick question, so the DSDT SATA ESB2 FIX will work on ICH9 as well? I'm not on ICH9R. So I can get rid of BlockStorage and AHCIPort kexts. Thanks
Yes it works with ich 7/8/9
Reply With Quote
  #2  
Old 09-14-2009, 05:53 AM
adrianmak adrianmak is offline
Puma
 
Join Date: Aug 2009
Posts: 18
any one provided a DSDT.aml file
with all fix including audo fix and SATA ESB2 fix ?

Last edited by adrianmak; 09-14-2009 at 05:56 AM.
Reply With Quote
  #3  
Old 09-14-2009, 06:02 AM
fishcow fishcow is offline
Puma
 
Join Date: Aug 2009
Posts: 25
Quote:
Originally Posted by adrianmak View Post
any one provided a DSDT.aml file
with all fix including audo fix and SATA ESB2 fix ?
This one has all fixes you asked for - works on P5K-E Wifi/AP here.
Audio fixes by lancelotu and walterav
Extra USB ports and SATA ESB2 by Snoc
Attached Files
File Type: zip dsdt.aml.zip (14.3 KB, 63 views)
Reply With Quote
  #4  
Old 09-14-2009, 07:21 AM
Chrisb27's Avatar
Chrisb27 Chrisb27 is offline
Puma
 
Join Date: Aug 2009
Posts: 17
Quote:
Originally Posted by fishcow View Post
This one has all fixes you asked for - works on P5K-E Wifi/AP here.
Audio fixes by lancelotu and walterav
Extra USB ports and SATA ESB2 by Snoc
Hey guys, can I get some advice? I'm using the kexts listed below:
  • AD1988b.Fix.kext
  • AHCIPortInjector.kext
  • fakesmc.kext (2.0)
  • IOAHCIBlockStorageInjector.kext
  • IONetworkingFamily.kext
  • JMicronATA.kext
  • OpenHaltRestart.kext
I tried 2 of the DSDT's listed in this thread, after dropping the DSDT file in I remove IOAHCIBLockStorageInjector.kext and AHCIPortInjector.kext. Deleted the com.apple.kext.cahces folder. Then I boot with -f and -v. It haaangs. Below is where it hangs.

Edit: Forgot to add I'm using Chameleon RC3 as well. Thanks in advance!
Attached Images
File Type: jpg IMG_0766.JPG (555.7 KB, 33 views)

Last edited by Chrisb27; 09-14-2009 at 07:34 AM.
Reply With Quote
  #5  
Old 09-15-2009, 01:54 AM
fishcow fishcow is offline
Puma
 
Join Date: Aug 2009
Posts: 25
Quote:
Originally Posted by Chrisb27 View Post
Hey guys, can I get some advice? I'm using the kexts listed below:
  • AD1988b.Fix.kext
  • AHCIPortInjector.kext
  • fakesmc.kext (2.0)
  • IOAHCIBlockStorageInjector.kext
  • IONetworkingFamily.kext
  • JMicronATA.kext
  • OpenHaltRestart.kext
I tried 2 of the DSDT's listed in this thread, after dropping the DSDT file in I remove IOAHCIBLockStorageInjector.kext and AHCIPortInjector.kext. Deleted the com.apple.kext.cahces folder. Then I boot with -f and -v. It haaangs. Below is where it hangs.

Edit: Forgot to add I'm using Chameleon RC3 as well. Thanks in advance!
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
Reply With Quote
  #6  
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
  #7  
Old 09-15-2009, 11:05 AM
adrianmak adrianmak is offline
Puma
 
Join Date: Aug 2009
Posts: 18
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
could you pls post the Disabler.kext ? I noticed there is a mouse lag on my SL.
I'm using 8800GT.
Reply With Quote
  #8  
Old 09-14-2009, 06:53 AM
adrianmak adrianmak is offline
Puma
 
Join Date: Aug 2009
Posts: 18
my display card not fully work.
my display card XFX Nvidia 8800GT 512MB

I used Universal OSx86 Installer 1.2 to generate EFI String.
i checked "Apply EFI String for video card" and the video card I selected is "NVIDIA GeForce 8800GT 512MB"
After installed the EFI String, I checked com.apple.Boot.plist under /Library/Preferences/SystemConfiguration, the EFI string is written in the file.

Then reboot without any flag. The screen is still just 1024x768 32MB RAM @@



anything I did wrong ?
Reply With Quote
  #9  
Old 09-15-2009, 05:28 AM
adrianmak adrianmak is offline
Puma
 
Join Date: Aug 2009
Posts: 18
Confirmed that the AppleYukon2Injector.kext posted on #181 is worked.

Just put it under /E/E and reboot with -f
Reply With Quote
  #10  
Old 09-15-2009, 06:45 AM
ezshooter ezshooter is offline
Cheetah
 
Join Date: Sep 2009
Posts: 1
What about WiFi?

Hi guys!

Anyone had any luck making onboard WiFi work on a P5K Premium?
Reply With Quote
Reply