View Single Post
 
Old 01-04-2009, 09:35 PM
lanceomni's Avatar
lanceomni lanceomni is offline
 
Join Date: Nov 2008
Location: Florida, US
Posts: 521
What option did you choose for your network drivers when you installed?

Do you have the model of the computer or the model of the motherboard you have?

There are a handful of nForce lan drivers out there. Look in /System/Library/Extensions for anything that says forcedeth, forcedeth-v or and anything like nForceLAN. There might be issues with having more than one installed. If you have any of these delete them from the folder. You may want to back them up someplace like the desktop. You can try the nForceLAN.kext in my signature first. http://rapidshare.com/files/17110232...ceLAN.kext.zip

After you have removed the files listed above:

1. Copy nForceLAN.kext to /System/Library/Extensions
2. In Terminal write:
Code:
chmod -R 755 /System/Library/Extensions && chown -R root:wheel /System/Library/Extensions
sudo rm -R /System/Library/Extensions.mkext
diskutil repairPermissions /
3. Restart using the boot flags:
Code:
-v -f
You can use the same method for installing other kexts.

MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1
Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M
Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9
Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves

Last edited by lanceomni; 01-04-2009 at 09:43 PM.
Reply With Quote