Jump to content

Recommended Posts

Posted

Hello, I am trying to get wifi to work for BCM4352 and until now I didn't find any solutions...

Things I have tried:

  1. Removing AirportBrcm4360_injector.kext
  2. Adding it in Device ID
  3. Adding boot arg "brcmfx-driver=0,1,2,3" have trie all of them and none work 

NOTE: with device id added and brcmfx-driver=2 the message wifi not configured disappeared.

 

Link to my EFI: https://drive.google.com/file/d/1hWbxX1pn_P_ub6SeYOYt60WmwhtcacQc/view?usp=sharing

 

Thanks in advance

 

My specs are: 

Model: Dell Vostro 15-3568

CPU: Intel Core i5 7200u

GPU: HD Graphics 620

OS Version: Big Sur 11.0.1

Open Core Version: 0.6.3

  • Administrators
Posted

use 43a0 id and brcmfix with no plugins

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

Posted

Hi it's not working...

I have deleted both patches and this is my kext now

<dict>
		<key>Arch</key><string>Any</string>
		<key>BundlePath</key><string>AirportBrcmFixup.kext</string>
		<key>Comment</key><string></string>
		<key>Enabled</key><true/>
		<key>ExecutablePath</key><string>Contents/MacOS/AirportBrcmFixup</string>
		<key>MaxKernel</key><string></string>
		<key>MinKernel</key><string></string>
		<key>PlistPath</key><string>Contents/Info.plist</string>
	</dict>

And this is in my device properties:

<dict>
	<key>PciRoot(0x0)/Pci(0x1C,0x0)/Pci(0x0,0x0)</key>
	<dict>
		<key>AAPL,slot-name</key><string>Internal@0,28,0/0,0</string>
		<key>compatible</key><string>pci14e4,43a0</string> // I have also tried with 43b1 and it still not working
		<key>device_type</key><string>Network controller</string>
		<key>model</key><string>BCM4352 802.11ac Wireless Network Adapter</string>
	</dict>
</dict>

and this is what Hackintool gives me in PCI

VID => 14E4
DID => 43B1
SVID => 103C
SDID => 2154
ASPM => L1
Vendor Name => Broadcom Inc. and subsidiaries
Device Name => BCM4352 802.11ac Wireless Network Adapter
Class Name => Network controller
SubClass Name => Network controller
IOReg Name => /RP05@1C/PXSX@0
IOReg IOName => pci14e4,43b1
Device Path => PciRoot(0x0)/Pci(0x1C,0x0)/Pci(0x0,0x0)


 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...