alexmasso96 Posted December 2, 2020 Posted December 2, 2020 Hello, I am trying to get wifi to work for BCM4352 and until now I didn't find any solutions... Things I have tried: Removing AirportBrcm4360_injector.kext Adding it in Device ID 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 MaLd0n Posted December 2, 2020 Administrators Posted December 2, 2020 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
alexmasso96 Posted December 3, 2020 Author Posted December 3, 2020 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)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now