[20181114]Intel i350 完美驱动10.14/10.13 非AppleIGB
本帖最后由 tanpengsccd 于 2018-11-14 23:09 编辑AppleIGB.kexts 使用拔插网线老是panic重启,而且开机后几分钟就断网了
---------10.13, 10.14 都可以。
sudo log show|grep - SmallTree 查看驱动加载问题
1. 已经patch好的 kexts,直接放clover,这个可以解决 EERROM 校验问题
然后kextstopatch 里填上
<dict>
<key>Comment</key>
<string>Intel i350 Lan</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>D7eLdA0AAIP5Cg==</data>
<key>InfoPlistPatch</key>
<false/>
<key>MatchOS</key>
<string>10.13.x,10.14.x</string>
<key>Name</key>
<string>SmallTreeIntel82576</string>
<key>Replace</key>
<data>D7eLdA0AADnJkA==</data>
</dict>
这个Clover patch 解决 subsystem id 校验问题。
参考:
https://www.tonymacx86.com/threads/intel-network-adapters-on-os-x-small-tree-drivers.156135/page-23
https://www.insanelymac.com/forum/topic/324392-ryzen-clover-installation-guide-macos-sierra/?p=2460269
关键句
The probe function checks 0xa.If this patched to nop, it might work as well.
0000000000001b40 movzwl0xd74(%rbx), %ecx
0000000000001b47 cmpl $0xa, %ecx
0000000000001b4a movw 0xd76(%rbx), %ax
0000000000001b51 jne 0x1cff <------- patch to nop
0000000000001b57 cmpw $0x8086, %ax
Here you go, patched Smalltree82576.kext, replacing "cmpl $0xa, %ecx" with
cmpl %ecx, %ecx
nop
,no need for FakePCIID anymore.
Replace
0fb7 8b74 0d00 0083 f90a
with
0fb7 8b74 0d00 0039 c990
然后这里最新的版三方驱动https://www.small-tree.com/support/download_category?cat_id=5
多谢分享,棒棒哒 多谢分享,棒棒哒 试试看 怎么样 感谢分享正找这驱动呢
下东西很受伤,,,多弄点pb是正事
反复扣费还下载不了,等60秒好歹返还PB 论坛老大改改好不 下来试试 希望能用 看的有点懵原谅我小白一枚 仿冒I210就好了 这个可以用在i211上吗? 这个10.11.6能用不???? 10.15有没有办法驱动啊? 需要这个下载试试 非常好用,谢谢分享 谢谢楼主分享 不错貌似没发加载驱动现在 我打一下patch看看 貌似直接打补丁不行我试试你的驱动 楼主你好,能提供一下10.15.2的补丁吗?万分感谢 收下了,谢谢
页:
[1]
2