I'm trying to get the Marvell Yukon 88E8056 working, but I'm having problems.
My setup:
Gigabyte GA-965P-DS4 mainboard
E4300 @ 2.8GHz
Using iAKTOS v1.0i:


So, according to the instructions I found in this thread I downloaded and installed the gigabyte_ds3-4pack.1.2.dmg (installing only the network driver) and then altered the following file:
CODE
/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleYukon.kext/Contents/Info.plist
And replaced "53" with "56", and "0x436211AB" for "0x436411AB".
Then I ran:
CODE
sudo chmod -R 755 /System/Library/Extensions/IONetworkingFamily.kext/
sudo chown -R root:wheel /System/Library/Extensions/IONetworkingFamily.kext/
sudo chown -R root:wheel /System/Library/Extensions/IONetworkingFamily.kext/
Which worked. Then I tried:
CODE
rm -rf /System/Library/Extensions.mkext
rm -rf /System/Library/Extensions.kextcache
rm -rf /System/Library/Extensions.kextcache
Which gave a permissions error. How do I run these commands as admin? Sorry, I'm a MacOs n00b.
Then I ran:
CODE
diskutil RepairPermissions /
And rebooted. When I started up, I checked in prefs, and the network interface en0 says "Not Connected/Cable unplugged".

So I tried:
CODE
sudo -s
ifconfig en0 down
ifconfig en0 up
ifconfig en0 down
ifconfig en0 up
but this is how far I got:

….but en0 does exist, as shown in one of the above screenshots.
Any ideas?
I noticed the driver in the package was intended for use on 10.4.8, is this the likely cause? I'm using 10.5.1. And if so, does anyone know where I can get the 10.5.1 driver?
Any tips or advice would be greatly appreciated!
//Plankmeister
