Will514 Posted June 17, 2008 Share Posted June 17, 2008 Hi, I'm pretty knew to this. I'd like to install a LAN driver (AttansicL1Ethernet.zip) for my Asus P5K. I opened the file that i downloaded from InsanelyMac on their compatible components list but don't really know what to do with it. If some one can help, it would be much appreciated. Thanks. - Will Link to comment https://www.insanelymac.com/forum/topic/111122-how-to-install-driver/ Share on other sites More sharing options...
kytzu Posted June 17, 2008 Share Posted June 17, 2008 unzip the file (you should find a *.kext inside) copy kext file into /System/Library/Extensions/ open disk utility and choose "Repair Permission" for OSX partition delete /System/Library/Extensions.mkext reboot type -f at boot time (optional) OR: unzip your file and put kext on desktop open terminal sudo -s type your root pass cd Desktop cp -R yourkext.kext /System/Library/Extensions/ chown -R root:wheel /System/Library/Extensions/youkext.kext chmod -R 755 /System/Library/Extensions/youkext.kext rm /System/Library/Extensions.mkext reboot Link to comment https://www.insanelymac.com/forum/topic/111122-how-to-install-driver/#findComment-787165 Share on other sites More sharing options...
Will514 Posted June 17, 2008 Author Share Posted June 17, 2008 unzip the file (you should find a *.kext inside) copy kext file into /System/Library/Extensions/ open disk utility and choose "Repair Permission" for OSX partition delete /System/Library/Extensions.mkext reboot type -f at boot time (optional) OR: unzip your file and put kext on desktop open terminal sudo -s type your root pass cd Desktop cp -R yourkext.kext /System/Library/Extensions/ chown -R root:wheel /System/Library/Extensions/youkext.kext chmod -R 755 /System/Library/Extensions/youkext.kext rm /System/Library/Extensions.mkext reboot I just have one question. The patch worked fine but as soon as i "shut down" it no longer works. I have to do it over again and restart my machine. It seems like my computer does not fully shut down. Any idea how to fix this? Thanks so much for the advice and time. It's much appreciated. - Will Link to comment https://www.insanelymac.com/forum/topic/111122-how-to-install-driver/#findComment-787437 Share on other sites More sharing options...
Recommended Posts