While it was perfectly working on 10.12, the usual Clover FakeID injection as described in "Airport Injection Methods/Enable WiFi" method 5. of https://github.com/toleda/wireless_half-mini/blob/master/README.md file, doesn't work anymore on 10.12.1 at least with Azurewave AW-CE123H (DeviceID: 43b1).
To fix that, I use Info.plist patch, but not by editing it directly, and use Clover Kext patch feature instead, that allows dynamic Info.plist patching (see pull request #9).
This offers multiple advantages compared to usual FakeID/Clover's DSDT Fixes:
- Avoid direct edition of Kext (so should be update proof)
- Avoid DSDT patching
- Use real DeviceID instead of inject a fake one
While it was perfectly working on 10.12, the usual Clover FakeID injection as described in "Airport Injection Methods/Enable WiFi" method 5. of https://github.com/toleda/wireless_half-mini/blob/master/README.md file, doesn't work anymore on 10.12.1 at least with Azurewave AW-CE123H (DeviceID: 43b1).
To fix that, I use Info.plist patch, but not by editing it directly, and use Clover Kext patch feature instead, that allows dynamic Info.plist patching (see pull request #9).
This offers multiple advantages compared to usual FakeID/Clover's DSDT Fixes: