Jump to content
12 posts in this topic

Recommended Posts

That kext, could you forward to me or attach? I've tried 10.4.8 and 10.4.6 to no avail. 10.4.3 seems to be the winner according to other folk.

 

BTW, did you do the following before reboot:

 

sudo -s

cd /

cd /System/Library/Extensions/

ln -s IONetworkingFamily.kext com.apple.iokit.IONetworkingFamily.kext

rm /System/Library/Extensions.kextcache

rm /System/Library/Extensions.mkext

chown -R root:wheel /System/Library/Extensions

kextcache -k /System/Library/Extensions

rm /System/Library/Caches/com.apple.kernelcaches/*

kextcache -c

@kuliand : Actually flushing the kextcache using the console commands seems to be important after replacing/adding kexts. Please try the steps Jon mentioned and check in system profiler (about this mac->more info) ->extensions if the dependencies of the kext is resolved.

check this link also

http://forum.insanelymac.com/index.php?showtopic=42782

 

@Jon : the 10.4.3 networking files can be downloaded along with many other useful files if you just check the link I have posted

http://forum.insanelymac.com/index.php?showtopic=36886

I think I'm having a similar issue, I have a PCI based Intel Pro 10/100 that worked fine in 10.4.6... just made another thread on it actually. I tried copying some kexts but not IONetworkingFamily. Should it appear in the system profiler as an unidentified PCI device if it's not installed as a network card, though?

@kuliand : Actually flushing the kextcache using the console commands seems to be important after replacing/adding kexts. Please try the steps Jon mentioned and check in system profiler (about this mac->more info) ->extensions if the dependencies of the kext is resolved.

check this link also

http://forum.insanelymac.com/index.php?showtopic=42782

 

@Jon : the 10.4.3 networking files can be downloaded along with many other useful files if you just check the link I have posted

http://forum.insanelymac.com/index.php?showtopic=36886

 

Thank you very much! I ended up finding a copy, but that link has alot of other useful information as well. Good find!

×
×
  • Create New...