Contribute
Register

[?] Azurewave AW-CE123H + SierraOS ... confused

Status
Not open for further replies.
Joined
Oct 24, 2015
Messages
18
Motherboard
ASROCK H81TM
CPU
i7-4770
Graphics
Quadro K620
[?] Azurewave AW-CE123H + SierraOS ... confused

i am having a hardtime getting it to work, even following:
"[Guide] Airport - PCIe Half Mini v2"

can someone give me a simpler version? on what exactly i need to do? or is there already compiled or drop in kext i can just use?
 
AW-CE123H
DPCIManager Report:
Vender: 14E4
Device: 43B1
Sub Ven: 1A3B
Sub Dev: 2B23


problem... i did install the following:


FakePCIID.kext
FakePCIID_Broadcom_Wifi.kext
BrcmFirmwareRepo.kext
BrcmPatchRAM2.kext

but... only difference is that now i have BT, but still no Wifi
 
Last edited:
AW-CE123H
DPCIManager Report:
Vender: 14E4
Device: 43B1
Sub Ven: 1A3B
Sub Dev: 2B23


problem... i did install the following:


FakePCIID.kext
FakePCIID_Broadcom_Wifi.kext
BrcmFirmwareRepo.kext
BrcmPatchRAM2.kext

but... only difference is that now i have BT, but still no Wifi

Assuming 10.12.x...
Sounds like you forgot the 'fcvo' patch by the-darkvoid.
 
where do i find the patch...?
 
found it!
Add the following in config.plist

<dict>
<key>Comment</key>
<string>AirPortBrcm4360 - fcvo</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>81F952AA00007529</data>
<key>Name</key>
<string>AirPortBrcm4360</string>
<key>Replace</key>
<data>81F952AA00006690</data>
</dict>
 
found it!
Add the following in config.plist

<dict>
<key>Comment</key>
<string>AirPortBrcm4360 - fcvo</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>81F952AA00007529</data>
<key>Name</key>
<string>AirPortBrcm4360</string>
<key>Replace</key>
<data>81F952AA00006690</data>
</dict>

The patch you show is wrong. <data> values must be specified with base64.
 
what do you mean? can you tell me the "right" format? as it is working now... but has issue with sleep
 
what do you mean? can you tell me the "right" format? as it is working now... but has issue with sleep

What "issue with sleep"?

Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
 
here is the file, i look it over, the sleep issue is the kernal panic i got, can you see why i keep getting the kernal panic
 

Attachments

  • imac.zip
    1.9 MB · Views: 52
Status
Not open for further replies.
Back
Top