资源作者:
管理员
IP 属地:
北京市
共被下载:1942 次
共被浏览:7288 次
文件名称:
ALXEthernet-1.0.22.zip
文件分类:
网卡驱动
资源大小:
下载积分:0
文件标签:
驱动
发布日期:2014-04-21 13:29:21
资源介绍:
之前发的那个帖子 不知道如何再补充编辑 所以就再发一个新贴
很久没去看那个论坛了 今天去看一下 发现有更新 还没试过怎么样 望用过的人 说下感受
链接密码: o1n2
原文:
Installing:
Use your favourite method of adding kexts to /System/Library/Extensions. Personally I prefer doing it manually from the terminal.
For testing or reporting bugs, please use the kext in the "Debug" subdirectory. This will output much more info to /var/log/system.log.
Remove any old version:
sudo rm -rf /System/Library/Extensions/ALXEthernet.kext
(Don't forget to also remove any potentially conflicting kexts from the Extensions directory, e.g. AtherosL1cEthernet.kext!)
Copy the new version from wherever you extracted it, such as Downloads:
sudo cp -r /Users/yourusername/Downloads/ALXEthernet/ALXEthernet.kext /System/Library/Extensions/
Update the kernel cache:
sudo touch /System/Library/Extensions
Then wait a couple of minutes or so before rebooting. This should trigger kextd to rebuild the cache.
(Alternatively you could completely remove the old cache first:
sudo rm -rf /System/Library/Caches/com.apple.kext.caches/*
But this is best ran from single user mode (-s) where kextd isn't active and watching for changes in the back