Jump to content

E7440: Probs with Clover 3994 and Sierra 10.12.3


Sorcerer

Recommended Posts

  • Replies 20
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Moderators

did you install latest FakePCIID?

Rebuild cache

https://bitbucket.org/RehabMan/os-x-brcmpatchram/downloads

https://bitbucket.org/RehabMan/os-x-fake-pci-id/downloads

 

* Installed latest version of FakePCIID.kext

* Installed latest version of FacePCIID_Broadcom_WiFi.kext

* Installed latest version of BrcmPatchRam2.kext

* Installed latest version of BrcmFirmwareRepo.kext

Link to comment
Share on other sites

ok installed those updated kexts to L/E and removed the old ones from S/L/E
rebuilt the cash.  and rebooted and now getting a KP
 
      Kernel Extensions in backtrace:
         com.apple.driver.AirPort.Brcm4360(1130.3.1a5)[0B58D249-D524-3A17-95E3-93D6E97AEBC3]@0xffffff7f81b57000->0xffffff7f82317fff
            dependency: com.apple.driver.corecapture(1.0.4)[48A77E3A-3C66-39EE-9285-F116DF59470C]@0xffffff7f81a2d000
            dependency: com.apple.driver.mDNSOffloadUserClient(1.0.1b8)[DFE569DA-088F-3773-95A7-1C98F4E80CEF]@0xffffff7f81a5f000
            dependency: com.apple.iokit.IO80211Family(1200.12.2)[A08E69B1-9559-358F-A363-9083B344DA10]@0xffffff7f81a67000
            dependency: com.apple.iokit.IOPCIFamily(2.9)[57960DC6-4099-31BC-9B47-52CD647779C7]@0xffffff7f80cb9000
            dependency: com.apple.iokit.IONetworkingFamily(3.2)[6326DB88-5330-3F0C-91F6-D478AB5E7503]@0xffffff7f80d06000
 
it eventually did boot after about 4 KP's but still no wi-fi :(   sound is working again though :) (have not tried HDMI yet but one step at a time.. need to resolve the Wi-Fi issue

Link to comment
Share on other sites

Well i solved the KP problem by relocating the 2 BRCM kexts to S/L/E from L/E and rebuilding the cache..  I am guessing they are looking for dependent kexts in the S/L/E folder (or same folder in which the BRCM kexts reside).
 
Still no wi-fi :(  system tells me the kexts have loaded so not sure. Applied your config.plist still no help. :(
 
Audio also seems intermittent.. every now and then after a reboot i have no audio, rebooting again often brings it back... its a little annoying but i remember having this issue with El Cap in the beginning too.. can't for the life of me remember what i did to resolve it.
 
Trackpad Preferences in settings brings up a blank page???

Link to comment
Share on other sites

Unfortunately that still failed to activate wi-fi.. :(
 
Track preferences are working (downloaded the build called Jake lo 2.zip).. not all gestures work but i am guessing that that is more or less to do with limitations of the trackpad hardware. 1 finger and 2 finger clicking is working. 2 finger scrolling is working but that is it..  edge scrolling does not work ( i found it annoying anyway so i am not overly concerned)
 
so only puzzle no to solve is wi-fi.

 

Further investigation shows that the AppleAirPort4360.kext was not loading.

So forced that to load under clover.config.

 

however FakePCIID_Broadcom_WIFI.kext is not loaded either (probably why AppleAirport4360.kext did not load.

 

Bluetooth is working.  But i get a greayed out Wi-Fi symble in task bar say no Wi-Fi hardware installed.

 

Looks like i am chasing something else.  Maybe a DSDT edit somewhere (but all was fine with El Cap 10.11.6 and that was using same DSDT.

 

and i can boot 10.11.6 from external drive with curent Clover config and Wi-Fi is working.  so a real mystery.. I am at a loss..

Link to comment
Share on other sites

FIXED WI-FI  YES!!!!

 

added the below code to Clover config.plist KextsToPatch and Wi-fi is working and it even connects to my 5G Access point :) so looks like i am back in business again :) Interestingly the FakePCIID_Broadcom_WIFI.kext is still not being loaded. but so long as Wi_Fi is working again all is good.

 

credit: Neo.aka.Darkman/Post #15/http://www.insanelym...0121/?p=2281834

			<dict>
				<key>Comment</key>
				<string>AirPortBrcm4360 - PCI Error 1</string>
				<key>Disabled</key>
				<false/>
				<key>Find</key>
				<data>
				QTnEdRs=
				</data>
				<key>Name</key>
				<string>AirPortBrcm4360</string>
				<key>Replace</key>
				<data>
				QTnEZpA=
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>AirPortBrcm4360 - PCI Error 2</string>
				<key>Disabled</key>
				<false/>
				<key>Find</key>
				<data>
				QQ+3zTnBdQw=
				</data>
				<key>Name</key>
				<string>AirPortBrcm4360</string>
				<key>Replace</key>
				<data>
				QQ+3zTnBZpA=
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>AirPortBrcm4360 - PCI Error 3</string>
				<key>Disabled</key>
				<false/>
				<key>Find</key>
				<data>
				g33EBHQG
				</data>
				<key>Name</key>
				<string>AirPortBrcm4360</string>
				<key>Replace</key>
				<data>
				g33EBGaQ
				</data>
			</dict>


Link to comment
Share on other sites


×
×
  • Create New...