InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #11  
Old 07-27-2009, 09:32 PM
kjun5huo kjun5huo is offline
Puma
 
Join Date: Jul 2009
Posts: 16
Quote:
Originally Posted by lancelotu View Post
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
Reply With Quote
  #12  
Old 07-28-2009, 12:21 AM
kjun5huo kjun5huo is offline
Puma
 
Join Date: Jul 2009
Posts: 16
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.
Reply With Quote
  #13  
Old 07-28-2009, 02:07 AM
gmcouto gmcouto is offline
Cheetah
 
Join Date: Sep 2008
Posts: 3
Quote:
Originally Posted by lancelotu View Post
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
Reply With Quote
  #14  
Old 07-28-2009, 02:16 AM
gmcouto gmcouto is offline
Cheetah
 
Join Date: Sep 2008
Posts: 3
Quote:
Originally Posted by lancelotu View Post
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
Reply With Quote
  #15  
Old 07-29-2009, 11:06 AM
fabscher fabscher is offline
Cheetah
 
Join Date: Jun 2009
Posts: 5
Quote:
Originally Posted by gmcouto View Post
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?
Reply With Quote
  #16  
Old 07-29-2009, 11:13 AM
fabscher fabscher is offline
Cheetah
 
Join Date: Jun 2009
Posts: 5
Quote:
Originally Posted by fabscher View Post
I'm not able to download the kext..... can you send it to me PM?
nevermind I found it
Reply With Quote
  #17  
Old 08-02-2009, 05:23 AM
kjun5huo kjun5huo is offline
Puma
 
Join Date: Jul 2009
Posts: 16
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.
Reply With Quote
  #18  
Old 08-02-2009, 06:51 AM
kjun5huo kjun5huo is offline
Puma
 
Join Date: Jul 2009
Posts: 16
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.
Reply With Quote
  #19  
Old 08-07-2009, 10:43 PM
Epal Epal is offline
Cheetah
 
Join Date: Aug 2009
Posts: 9
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 View Post
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
Reply With Quote
  #20  
Old 08-08-2009, 07:59 AM
lancelotu lancelotu is offline
Jaguar
 
Join Date: Jul 2009
Posts: 58
Quote:
Originally Posted by Epal View Post
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



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


Last edited by lancelotu; 08-08-2009 at 08:01 AM.
Reply With Quote
Reply
Thread Tools
Display Modes