Jump to content

New: Intel Pro 2200ABG Wireless Driver Work 100%


syriamagic
 Share

4 posts in this topic

Recommended Posts

Intel Pro Wireless Driver Work 100% on Leo4All

 

 

Step 1

Extract the Folder After Download and put it in mac Directory then make this command

Open Terminal:

1. Sudo -s

Enter password

 

"Now I am going to copy the new files to the Extensions folder"

cp -R /Intel\ Pro\ 2200\ Wireless/System/Library/Extensions/iwi2200.kext /System/Library/Extensions

cp -R /Intel\ Pro\ 2200\ Wireless/Applications/networkSelector /Applications

cp -R /Intel\ Pro\ 2200\ Wireless/Applications/nsGUI /Applications

 

"Now I am going to fix the permissions"

chown -R root:wheel /System/Library/Extensions/iwi2200.kext

chmod -R 755 /System/Library/Extensions/iwi2200.kext

 

"Now I am going to remove the kext cache"

rm -f /System/Library/Extensions.kextcache

rm -f /System/Library/Extensions.mkext

 

"Now you have to reboot you computer..."

 

After Reboot Goto Applications and Run nsGUI ,select your network and enjoy yourself :)

Link to comment
Share on other sites

"Now I am going to remove the kext cache"

rm -f /System/Library/Extensions.kextcache

rm -f /System/Library/Extensions.mkext

That is an old recommendation that you don't have to do on Leopard anymore. All you have to do is this:

 

touch /System/Library/Extensions

 

... and OSX takes care of updating the caches.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...