InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   Snow Leopard 10.6 (http://infinitemac.com/forumdisplay.php?f=87)
-   -   [How-To] Snow Leopard Retail (10A432) on P5K-E Wifi A/P -64 bit mode (http://infinitemac.com/showthread.php?t=3380)

Snoc 09-14-2009 08:39 AM

1 Attachment(s)
Quote:

Originally Posted by adrianmak (Post 34785)
I'm using the same motherboard p5k-e wifi/ap.

I installed SL and boot into desktopsuccessfully.
Then I extract attached file AppleYukon2Injector.kext.zip posted from 1st post and put under /Extra/Extensions/ and reboot

Now, SL can recgonize the network card, but it still got some issue.

It cannot get IP address from local dhcp server.
Then I manually assign an local ip but I cannot ping to other PC on the local network or access the Internet.

I ensure that the dhcpd server, router is working properly since with the same machine, booting in Windows XP or Leopard 10.5.8 is without this problem.


any help ?



Hi!
This is a new AppleYukon2Injector.kext with DHCP Fixed (based on OG-Phantom's AppleYukon2Injector.kext)

kind regards,
Snoc

adrianmak 09-14-2009 09:32 AM

Quote:

Originally Posted by Snoc (Post 34809)
Hi!
This is a new AppleYukon2Injector.kext with DHCP Fixed (based on OG-Phantom's AppleYukon2Injector.kext)

kind regards,
Snoc

Thx!!!! I'll try this one later on even network is now working fine by editing the plist directly.


Beside, My display card work properly too with EFI string generated by EFI Studio instead of Universal OSx Installer 1.2.

How do I know QE and CI is enabled since no information provided by System profiler in SL. and how do I know opencl is work properly too ?

Snoc 09-14-2009 10:25 AM

Quote:

Originally Posted by adrianmak (Post 34810)
Thx!!!! I'll try this one later on even network is now working fine by editing the plist directly.


Beside, My display card work properly too with EFI string generated by EFI Studio instead of Universal OSx Installer 1.2.

How do I know QE and CI is enabled since no information provided by System profiler in SL. and how do I know opencl is work properly too ?

If you get a menu bar translucent then QE/CI is working. Also you can check if you get nice effects when adding a widget in dashboard like a water wave. If yes then QE/CI should be working.

fishcow 09-15-2009 01:54 AM

Quote:

Originally Posted by Chrisb27 (Post 34804)
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

adrianmak 09-15-2009 05:28 AM

Confirmed that the AppleYukon2Injector.kext posted on #181 is worked.

Just put it under /E/E and reboot with -f :)

Chrisb27 09-15-2009 06:45 AM

Quote:

Originally Posted by fishcow (Post 34881)
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.

ezshooter 09-15-2009 06:45 AM

What about WiFi?
 
Hi guys!

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

fishcow 09-15-2009 08:30 AM

Quote:

Originally Posted by ezshooter (Post 34911)
Hi guys!

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

I have Wifi working on P5K-E wifi/AP . . . using realtek drivers.
But only in 32 bit.

adrianmak 09-15-2009 08:45 AM

is the ADI988b.Fix.kext work on both 32 and 64bit kernel boot ?


Besides, are you guys with Asus P5K-E wifi/ap motherboard, under the Serial-ATA of System profiler
my information of Serial-ATA shown like this
http://i36.photobucket.com/albums/e2...5at45602PM.png

is it shown correctly ?
The jmicroATA shown as unknown. How to fix it ? My jmicro is configured as AHCI mode in bios.

Snoc 09-15-2009 10:00 AM

Quote:

Originally Posted by adrianmak (Post 34918)
is the ADI988b.Fix.kext work on both 32 and 64bit kernel boot ?

DSDT sound Fix plus ADI988b.Fix.kext are required to get audio working. Also they work on both 32 and 64 bit kernel.

Remember create /Extra/Extensions.mkext if you changed any kext in /Extra/Extensions to avoid booting with -f flag. This can be done with Kext Utility 2.3.2

Kind regards,
Snoc