美文网首页MAC实用文章收藏
macOS mojave 10.14.1 WI-FI crash

macOS mojave 10.14.1 WI-FI crash

作者: sssskkk | 来源:发表于2019-03-07 18:39 被阅读0次

参考:https://www.v2ex.com/t/505737

法一:

删掉了 /Library/Preferences/SystemConfiguration/ 下的:
com.apple.airport.preferences.plist
com.apple.wifi.message-tracer.plist
NetworkInterfaces.plist
preferences.plist

法二:

如果不想重启的话,可以试试在卡住时运行:sudo kill -9 `ps aux | grep -v grep | grep /usr/libexec/airportd | awk '{print $2}'`

相关文章

网友评论

    本文标题:macOS mojave 10.14.1 WI-FI crash

    本文链接:https://www.haomeiwen.com/subject/zluhpqtx.html