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)

kjun5huo 07-27-2009 09:32 PM

Quote:

Originally Posted by lancelotu (Post 30090)
This is for P5K-E Wifi a/p Motherboard but it should work with other P5K models
Try this at your own risk. Thanks again to XyZ .

put the AD1988b.Fix.kext in /System/Library/Extensions repair it's permissions and replace your DSDT.aml with the one from the package and you're good to go . I attached also the .dsl file .

Attachment 394

I try to use your dsdt.aml file, but it doesn't work for me.
I add my graphic card to your dsdt.dsl file,and try to compile dsdt.aml file using iaslMe
I got 3 errors and don't make dsdt.aml.
So, I try to patch my dsdt.aml file.
I don't know which part you modified.
Can you explain to me ?
Thank you

kjun5huo 07-28-2009 12:21 AM

lancelotu !
Thank you for your information.
It works good.
I added Device (HDEF) parts of your dsdt.dsl file to my own dsdt.dsl file, and compile dsdt.dsl file using iaslMe.
No error.
Thank you again.

gmcouto 07-28-2009 02:07 AM

Quote:

Originally Posted by lancelotu (Post 30084)
Link is not valid anymore can you upload your kext in some other place for us please?

Link to post of jMicronATA (x64) remaked by markswell:
http://www.infinitemac.com/f57/how-t...post29542.html


I've made a mirror:
http://rapidshare.com/files/26081507....kext.zip.html

gmcouto 07-28-2009 02:16 AM

Quote:

Originally Posted by lancelotu (Post 30090)
This is for P5K-E Wifi a/p Motherboard but it should work with other P5K models
Try this at your own risk. Thanks again to XyZ .

put the AD1988b.Fix.kext in /System/Library/Extensions repair it's permissions and replace your DSDT.aml with the one from the package and you're good to go . I attached also the .dsl file .

Attachment 394

Have you got it fully working in x64?

If so, can you post more details of how did you got it? and, (if I'm not asking too much) can you please link some documentation for my understanding?


sorry, I have a very poor english

fabscher 07-29-2009 11:06 AM

Quote:

Originally Posted by gmcouto (Post 30065)
Thanks, Voodoo HDA x64 made my AD1998B from P5K-Premium work,

but SPDIF output makes crappy system sounds, and all other things goes mute(no sound at all).
I am using stereo output now, that is working fine.




and found a x64 Jmicron at the [how-to] topic, that works fine too
http://81.176.70.54/3780888/JMicronA...IDE.x86_64.zip

I'm not able to download the kext..... can you send it to me PM?

fabscher 07-29-2009 11:13 AM

Quote:

Originally Posted by fabscher (Post 30229)
I'm not able to download the kext..... can you send it to me PM?

nevermind I found it

kjun5huo 08-02-2009 05:23 AM

Hi! lancelotu!
I follow your guide for modify IONetworkingFamily.kext,and it works good in 32 bit and 64 bit kernel.
I have used Leopard 10.5.7 at another drive.I tried your modified method in Leopard system,but it doesn,t work.
Do I use different information in Leopard ?
Thank you in advance.

kjun5huo 08-02-2009 06:51 AM

Hi! lancelotu!
Never mind.
I found my mistake.
When I mdae Extensions.mkext,I made mistake.
I fixed my mistake,and now everything works fine.
Your guide is correct.
Thanks again.

Epal 08-07-2009 10:43 PM

i did the same trcik for a DLINK DGE 528T, adding 0x43001186 device in the plist of applertl8168 like in tiger and leopard.

Here's, its not working... did you something else ?


Quote:

Originally Posted by lancelotu (Post 29505)
I am not using -x64 because I have a lot of Panics

For working Marvell 88E8056 Ethernet you have to edit the Info.plist inside :

IONetworkingFamily.kext/Contents/PlugIns/AppleYukon2.kext/Contents/

sudo -s

Your password, then
nano /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleYukon2.kext/Contents/Info.plist

find this string : [Tip: if you use nano it's easier to find this string if you press ctrl+w (whereis option) and type "53" then press Enter.]

Code:

<string>Marvell</string>
                </dict>
                <key>Yukon-88E8053</key>
                <dict>
                        <key>CFBundleIdentifier</key>


and replace 3 with 6

then find :

Code:

<key>IOPCIPrimaryMatch</key>
                        <string>0x436211ab</string>

and replace 0x436211ab with 0x436411ab (2 with 4)


then finally replace the "3" from

Code:

<key>Model</key>
                        <string>Yukon Gigabit Adapter 88E8053 Singleport Copper$</string>


with "6" so it will look like this:

Code:

<key>Model</key>
                        <string>Yukon Gigabit Adapter 88E8056 Singleport Copper$</string>


save the file, chown and chmod the extensions:

Code:

chown -R root:wheel /System/Library/Extensions/*
chmod -R 755 /System/Library/Extensions/*


and reboot

Please report if working in -x64

Regards


lancelotu 08-08-2009 07:59 AM

Quote:

Originally Posted by Epal (Post 30603)
i did the same trcik for a DLINK DGE 528T, adding 0x43001186 device in the plist of applertl8168 like in tiger and leopard.

Here's, its not working... did you something else ?


This tutorial is for Marvell 88E8056 Ethernet Connector but if you had this trick working in tiger and leopard than it should work in Snow too. Make sure you repair the permissions, and maybe but with the -f flag function to refresh the extensions

to repair permissions type in terminal
sudo chown -R root:wheel /System/Library/Extensions/*
sudo chmod -R 755 /System/Library/Extensions/*


reboot with -f flag