Jump to content

Marvell 88E8040 cause Kernel Panic (try everything)


lenamdn
 Share

1 post in this topic

Recommended Posts

Hi everybody, can anyone help me about Kernel Panic that caused by Marvell 88E8040. When I install Mavericks, I removed IONetworkingFamily.kext from USB stick (because if not, it will cause Kernel Panic).

After installation's successful ,I try to modifi Info.plist in AppleYukon2.kext. It still Panic.

 

Even when I try to change default MacAddress 00 11 22 33 44 55 to my MacAddress by HexEdit. Still Panic.

 

This is my change in Info.plist. I add the below text between

<key>Yukon-88E804Y</key><dict>...</dict>

and (text here)

<key>Yukon-88E804Z</key><dict>...</dict>

 

<key>Yukon-88E8040</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>0x435411ab</string>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>MACNumber</key>
<integer>1</integer>
<key>Model</key>
<string>Yukon Gigabit Adapter 88E8040 Singleport Copper SA</string>
<key>NetworkNumber</key>
<integer>1</integer>
<key>RxDeadman</key>
<integer>0</integer>
<key>RxRingGrowOnPause</key>
<integer>10</integer>
<key>RxRingSize</key>
<integer>0</integer>
<key>RxRingSize_100MBit</key>
<integer>128</integer>
<key>RxRingSize_10MBit</key>
<integer>64</integer>
<key>RxRingSize_GigaBit</key>
<integer>256</integer>
<key>TxRingSize</key>
<integer>256</integer>
<key>Vendor</key>
<string>Marvell</string>
</dict>

This is my Kernel Panic ScreenShot.

28ch.jpg

Sr if my English was so bad :P

Link to comment
Share on other sites

 Share

×
×
  • Create New...