Jump to content

Probleme Lan and Usb front


mystique38
 Share

3 posts in this topic

Recommended Posts

Hello,

 

My configuration

 

Shuttle SP35P2 Pro (Intel P35 + ICH9R)

Core2Quad Q9400

Sapphire HD 5670

2Go

500 Go SATA 2

 

Bios Setting

AHCI

ACPI S3

 

Method installation [url="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url] - Mac OS X 10.7.0

http://tonymacx86.blogspot.com/2011/10/[url="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url]-install-mac-os-x-lion-using.html

 

 

 

All work exept Lan (Marvell 88E8056) and front USB (Rear USB Work fine).

 

And i have a question, I don't understand this action :

"Remove Airport Device ini (ARPT) in /_SB/PCI0@0/HUB0"

 

 

I find a DSDT. aml ready on osx86.net

http://www.osx86.net/downloads.php?do=file&id=1726

 

And what's SSDT ?

It's important ?

 

Thanks for help

Link to comment
Share on other sites

Hi man :)

About the Lan card you should replace the name and your ID in the /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleYukon2.kext/Contents/Info.plist

 

The next is the patch that I used on Snow:

 

From:

 

 

<key>Yukon-88E8053</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.iokit.AppleYukon2</string>
<key>EnableLowPwr</key>
<integer>1</integer>
<key>IOClass</key>
<string>yukon2osx</string>
<key>IOPCIPrimaryMatch</key>
<string>0x436211ab</string>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>MACNumber</key>
<integer>1</integer>
<key>Model</key>
<string>Yukon Gigabit Adapter 88E8053 Singleport Copper SA</string>

 

to:

 

 

<key>Yukon-88E8056</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.iokit.AppleYukon2</string>
<key>EnableLowPwr</key>
<integer>1</integer>
<key>IOClass</key>
<string>yukon2osx</string>
<key>IOPCIPrimaryMatch</key>
<string>0x436411ab</string>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>MACNumber</key>
<integer>1</integer>
<key>Model</key>
<string>Yukon Gigabit Adapter 88E8056 Singleport Copper SA</string>

 

 

Talking about USB, ICH9 need a patch, I suggest you not to use someone else's DSDT.

Extract you unpatched DSDT using the terminal

 

perl -e 'open(CMD, "ioreg -lw0 \| grep DSDT|") or die; while(<CMD>)
{ chomp; if($_ =~ /\"DSDT\.?\d?\"=<([^>]*)>/) { $buff = $1; open(PIP,
"|xxd -r -p > ~/Desktop/dsdt.aml") or die; print PIP "$1"; } }' 

Link to comment
Share on other sites

  • 2 weeks later...

Hi man :)

About the Lan card you should replace the name and your ID in the /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleYukon2.kext/Contents/Info.plist

 

The next is the patch that I used on Snow:

 

From:

 

 

<key>Yukon-88E8053</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.iokit.AppleYukon2</string>
<key>EnableLowPwr</key>
<integer>1</integer>
<key>IOClass</key>
<string>yukon2osx</string>
<key>IOPCIPrimaryMatch</key>
<string>0x436211ab</string>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>MACNumber</key>
<integer>1</integer>
<key>Model</key>
<string>Yukon Gigabit Adapter 88E8053 Singleport Copper SA</string>

 

to:

 

 

<key>Yukon-88E8056</key>

 

 

 

How i can know my Lan Card ID?

Link to comment
Share on other sites

 Share

×
×
  • Create New...