rgitelman Posted April 4, 2007 Share Posted April 4, 2007 I have 3 drivers that i need to install, how do i do it? Link to comment https://www.insanelymac.com/forum/topic/47431-how-do-i-install-kext-files/ Share on other sites More sharing options...
theKid Posted April 4, 2007 Share Posted April 4, 2007 copy to /System/Library/Extensions, delete /System/Library/Extensions.kextcache nd Extensions.mcache Run sudo kextcache -k /System/Library/Extensions Reboot Regards, G. Link to comment https://www.insanelymac.com/forum/topic/47431-how-do-i-install-kext-files/#findComment-339577 Share on other sites More sharing options...
The Shaun Posted April 4, 2007 Share Posted April 4, 2007 It's always a good idea to repair permissions, too. diskutil repairPermissions / Link to comment https://www.insanelymac.com/forum/topic/47431-how-do-i-install-kext-files/#findComment-339587 Share on other sites More sharing options...
buddhafragt2 Posted December 10, 2007 Share Posted December 10, 2007 dear everybody, if I install a KEXT file (I repair permissions after install) I make a reboot and everything is OK. But after a next reboot, I take a error message that the KEXT file is not installed. I repair permissions again.... the same... what is wrong??? Please help me... Link to comment https://www.insanelymac.com/forum/topic/47431-how-do-i-install-kext-files/#findComment-534393 Share on other sites More sharing options...
SticMAC™ Posted December 10, 2007 Share Posted December 10, 2007 copy files to /System/Library/Extensions there are commands for each file you need to do: chmod -R 755 /system/Library/Extensions/XXXXXX.kext chown -R root:wheel /system/Library/Extensions/XXXXXX.kext the XXXXX is the file name for each file, then rm /system/Library/Extensions.kext if no KEXTCACHE Reboot IF YOU have KEXTCAHCE: rm /System/Library/Extensions.kextcache (few people have) rm Extensions.mcache sudo kextcache -k /System/Library/Extensions then reboot Link to comment https://www.insanelymac.com/forum/topic/47431-how-do-i-install-kext-files/#findComment-534403 Share on other sites More sharing options...
Recommended Posts