Toybrick

安装HoRNDIS 时遇到安装失败问题

will

注册会员

积分
102
楼主
发表于 2021-1-25 09:59:07    查看: 9267|回复: 1 | [复制链接]    打印 | 只看该作者
本帖最后由 will 于 2021-1-25 10:03 编辑

mac系统11.1 安装HoRNDIS遇到问题,请问这个问题大家遇到过吗?如何解决的?



本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
回复

使用道具 举报

will

注册会员

积分
102
沙发
 楼主| 发表于 2021-1-25 12:50:15 | 只看该作者
已经安装成功
I come back with good news: I finally made it work ! Thank a lot to Prophetia086 and to others tips I collected here, here and there to make it work. Here is my path :

First, we need to get the developer ID and check whether that extension has been notarized. One easy way to do this is to type most of the command
• spctl -a -vv -t install
then drag and drop the extension from your Downloads folder to the end of that line, where its path and name should appear, e.g. /Users/Downloads/Horndis.kext
Then press Return, and you should see three lines of response:
• mykext.kext: accepted
• source=Developer ID
• origin=Developer ID Application: DeveloperName (54GTJ2AU36)
If the extension is notarized already, they will instead look like
• mykext.kext: accepted
• source=Notarized Developer ID
• origin=Developer ID Application: DeveloperName (54GTJ2AU36)
Make a note on paper or your iOS device of the developer ID provided in parentheses, as you’ll need those in a few moments.

Close your apps down and restart your Mac in Recovery mode. There, open Terminal and type in the command
• csrutil disable
• /usr/sbin/spctl kext-consent list
If 54GTJ2AU36 is not in the list, enter
• /usr/sbin/spctl kext-consent add 54GTJ2AU36.
Press Return, wait for the command prompt to appear again, then quit Terminal and restart in normal mode.

Remove Allow permission you provided earlier to Horndis (54GTJ2AU36). This is important to let your OS accept the device again. Follow these steps carefully:
• sudo su
(enter your password if prompted), then enter these four lines by sequence:
• sqlite3 /var/db/SystemPolicyConfiguration/KextPolicy
• delete from kext_load_history_v3 where team_id='54GTJ2AU36';
• delete from kext_policy where team_id='54GTJ2AU36';
• .quit

Manually erase any previous horndis.kext remained in library/extensions (just to be sure). Install Horndis 9.2 Catalina Install pkg). Now you will be prompt to Allow this driver in System Preferences -> Security & Privacy.

Restart in recovery mode to enable csrutil
• csrutil enable

Restart in normal mode and enjoy it working (at least, for me it did work)

I am so happy I hope this walkthrough will help others people with the same issue on Big Sur. Yes, I almost forgot : I upgraded to Big Sur 11.1 before doing this whole process. It may have be helping.

链接:https://github.com/jwise/HoRNDIS/issues/132
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

产品中心 购买渠道 开源社区 Wiki教程 资料下载 关于Toybrick


快速回复 返回顶部 返回列表