黑果开启 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