
10-13-2009, 04:23 AM
|
Cheetah
|
|
Join Date: Oct 2009
Posts: 14
|
|
88e8056 marvell driver
Hi,
All installed, sound, video, everything is running fine except for the Gigabit network card which is a marvell 88e8056. I intalled Yukon2 from the ideneb driver list but it seems not working.
Anyone knows how to go about fixing this issue?
I googled around and found this.
/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleYukon2.kext/Contents/Info.plist
Edit the content to this.
<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>
<key>NetworkNumber</key>
<integer>1</integer>
<key>Vendor</key>
<string>Marvell</string>
</dict>
(press Control-O)
(press Y and Enter)
(press Control-X)
sudo chown -R root:wheel IONetworkingFamily.kext
cd /System/Library
sudo rm -rf Extensions.mkext Extensions.kextcache
not sure if this will do the trick, but hoping someone here can show the correct way.
TIA.
-------------------------------------
IDeneb V1.6 OSX 10.5.8
MSI G33m-FL
C2D E7400
Nvidia 9800GT 512MB
4GB DDR800
(Poor man's system)
|