![]() |
|
#1
|
|||
|
|||
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) |
#2
|
|||
|
|||
Hi all,
The procedure works for me... thought it might benefits these who has got this issue, try to download gigabyte_ds3-4pack.1.2.dmg and edit the kext as suggested. (this is due to gigabyte_ds3-4pack.1.2.dmg is for Yukon2 88e8053 kext). Hope it works for all off you... ------------------------------------- IDeneb V1.6 OSX 10.5.8 MSI G33m-FL C2D E7400 Nvidia 9800GT 512MB 4GB DDR800 (Poor man's system) |