Deskmini H310 IntelMausiEthernet working with WOL

黑果开启 WOL,UEFI 中 Advance→ACPI→i219v 及 boot→wake on line 改为 enable。
Deskmimi H310 网卡型号为 I219V,使用驱动 IntelMausiEthernet。

git clone https://github.com/Mieze/IntelMausiEthernet.git
Change line 174 and 175 of IntelMausiEthernet.cpp to TRUE
wolCapable = true;
wolActive = true;

Recompiled the kext and replace in /EFI/efi/clover/kext/other

编译过程:
App Store 搜索 Xcode 安装,打开项目文件 IntelMausiEthernet.xcodeproj,Product → Build ,Product → Archive,在生成文件中找到 IntelMausiEthernet.kext。

参考自:
https://github.com/Mieze/IntelMausiEthernet/issues/17#issuecomment-424290662

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据