10.12.1 - Using Info.plist patching instead of DeviceID injection#9
10.12.1 - Using Info.plist patching instead of DeviceID injection#9bpresles wants to merge 1 commit into
Conversation
|
Patch added to config-bcm94352-120.plist and README updated. Thanks. |
|
I have removed all patches from config.plist and reset fake id to 0x0 but still "no hardware installed". Below kexts are placed inside EFI/CLOVER/kexts/10.12:- I have same device as yours. |
|
@ezeeyahoo |
|
Yes, I think I am doing something wrong because only with above patch in config.plist and removing all BCM4352 related kexts,FakeID,patches do not change anything for me. I have not installed a single kext in S/L/E or L/E. Can you please elaborate little more the process or tell me if you find the problem? |
|
DSDT edits are Atheros 9285, why? |
|
I had taken it from someone who had the same model but probably with Atheros. Using system generated DSDT, cpu fan run at top speed..I have to do patches to disable Optimus Graphics card, etc and I don't know how to do that as I am first timer since it worked fine so continued with it till now. |
|
Never a good idea to install a dsdt from a different machine. No WiFi injection, see README. |
|
I have AW-CE123H and I'm on 10.12.2. Tried many things and this is how it worked for me...
Everything worked perfectly, including 5GHz |
|
FakePCIID does what Info.plist does; one or the other, not both. |
With AzureWave AW-CE123H, the Clover DSDT FixAirport_4000 and AddDTGP_0001 + WIFI FakeID doesn't work correctly anymore on 10.12.1.
To fix that, removing all the above patches/FakeID and using a Info.plist patch to inject the real device id in the IONameMatch list seems to be the cleaner solution (avoid DSDT patching and Kext alteration) by a dying the following patch to KernelAndKextPatches -> KextsToPatch section of Clover's config.plist:
This patch simply replace the existing pci14e4,43ba by pci14e4,43b1.
The replace value should be modified according to the real device id used.