Sorry for my poor english but i'm italian.
I'm using Jas 10,4,8 with ppf2 patch ( http://forum.insanelymac.com/index.php?showtopic=38125 )
As many of you already know that bcm has a lot of problems with the new kext... (the famous IONetworkingFamily.kext 1.5.1)
So the target is very simple...
Expert people solution (basically if you know Mac OS Terminal Language
You need two files, the previous version of IONetworkingFamily.kext and IOPCIFamily.kext U can find them below, there's the link.
Now u just have to drag n' drop them in /System/Library/Extensions, repair disk permissions, do kextload and kextcache for both of them (first load and cahce the first, then the second) and then reboot... Et voila, it just works
Noobs solution (the one i used too
download IOPCIFamily.kext here ( http://forum.insanelymac.com/index.php?act...ost&id=6293 ) and IONetWorkingFamily.kext. here ( http://forum.insanelymac.com/index.php?act...ost&id=1733 )
(Credit goes to Billy for PCI, to dell700m for IONEt and to Rammjet for his compilation
they are the old version of these kext.
place them in ur mac desktop
open /System/Library/Extensions
and drag n' drop them in that folder... a message will appear telling u the operation can't be done, ignore it and click on the button Autentication (I dunno if it't the same in english, i'm using mac in italian, u just have two buttons, a OK and the other, click the other)
and insert ur password if requested. Both files already exist so if it asks you to replace them (again a bare translation from italian).
Open Finder>Application>Utility>Disk Utility , click on your mac disk and on the button "repair Disk Permissions"
then close it
I hope everything it's ok till now
Now open finder>application>utility>Terminal
now follow me (i hope i will not make any mistake, i'll be grateful if anyone more expert will correct me
Type
CODE
sudo -s
and then insert ur password
now type
CODE
kextload -t /System/Library/Extensions/IONetWorkingFamily.kext
then type
CODE
kextcache -k /System/Library/Extensions/
and do the same with IOPCIFamily, like this
CODE
kextload -t /System/Library/Extensions/IOPCIFamily.kext
and then
CODE
kextcache -k /System/Library/Extensions/
in the end type reboot
Ur mac will reboot and if we both didn't make any error, the game will be over...
Hope it will work, tell me if it does, and please correct me if i made mistakes...
