View Single Post
 
Old 05-11-2008, 05:59 PM
Puttabong's Avatar
Puttabong Puttabong is offline
 
Join Date: Jan 2008
Location: South Korea
Posts: 933
Regarding your Realtek RTL8201CL LAN Controller:

Quote:
[cite]Common Sense[/cite]Try downloading this driver: http://www.sendspace.com/file/hdckvv

Scroll down and you will find the download link right under the google ads (with a red arrow pointing at it).
After downloading it and extracting the file you will see a directory containing a couple of files, one of them is a kext file (actually a directory).

Just copy the kext to /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns

If you dont know here is the instructions:
Start a terminal and go to the location where you downloaded and extracted the downloaded file, enter the directory that was unpacked and do the following:

sudo cp -rf PCGenUli526xEthernet.kext /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/

sudo rm -f /System/Library/Extensions.kextcache
sudo rm -f /System/Library/Extensions.mkext

chown -R root:wheel /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/PCGenUli526xEthernet.kext
chmod -R 755 /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/PCGenUli526xEthernet.kext

Now you only need to reboot. Hope it helps!
You could also use Kext Helper b7 instead of using the Terminal. Good luck!
Reply With Quote