robi62 Posted July 25 Share Posted July 25 Hi Im trying to make dw 1560 work in Sequoia on my hp 1030 g1 but no joy wifi does not start.. any ideas?? I attach my config file config.plist.zip Link to comment Share on other sites More sharing options...
Administrators Hervé Posted July 25 Administrators Share Posted July 25 -> moved to Sequoia beta section. As clearly indicated, no support requests in our Technical Info threads please. I don't understand that screenshot. Just how do you run Sequoia beta here? Or is it a screenshot of a screenshot? Did you apply OCLP 1.6.0 root patching? What did the app show in terms of patches when you ran it? Basically, if you were able to patch Sonoma for that DW1560 and obtain wireless + Bluetooth services, it's the exact same process and with the exact same parameters + add-on kexts for Sequoia beta. See this thread on the matter. I noticed in your config that you inject AMFIPass kext but that you do not use the -amfipassbeta boot arg as expected and stated in Jake's guide for Sonoma. Is that deliberate? Strange that the card shows in SysInfo but not in Hackintool. What do you see in SysInfo->Software->Extensions for the injected kexts? What about in IOReg? Link to comment Share on other sites More sharing options...
robi62 Posted July 25 Author Share Posted July 25 Hi I use last kext amfipass which you dont need to specify it on boot args I have never had it working in Sonoma which I have too Ill post my ioreg later Link to comment Share on other sites More sharing options...
Administrators Hervé Posted July 25 Administrators Share Posted July 25 DW1560 never was supported (OOB) with its native BCM4352 device id. See this very old thread going back to the good old days... So, you need to fake the device id of a BCM4360 chipset, i.e. inject the following additional device property in your config: compatible pci14e4,43a0 STRING If it still does not work, try injecting the following kexts in that order: AirPortBrcmNIC_Injector.kext + AirportBrcmFixup but I doubt you'd need this today. Remember that, before Apple decided to drop all the Broadcom legacy cards in Sonoma, the only remaining Broadcom cards still supported in Big Sur, Monterey and Ventura were: <key>IONameMatch</key> <array> <string>pci14e4,43ba</string> <string>pci14e4,43a3</string> <string>pci14e4,43a0</string> </array> i.e., BCM43602, BCM4350 and BCM4360 chipsets. That's all that the IO80211FamilyLegacy kext you inject supports. Link to comment Share on other sites More sharing options...
robi62 Posted July 25 Author Share Posted July 25 hi I manage to make it work some how but only 2.4 ghz not 5??? Cannot find my 5g wifi??? I enclose ioreg MacBook 2.zip Link to comment Share on other sites More sharing options...
Administrators Hervé Posted July 25 Administrators Share Posted July 25 I really don't know how you managed to obtain working wifi considering I'm seeing a significant error in the property you inject which makes it invalid : You need to fix this and, ideally, describe the actions you took, the settings you applied. You probably got by thanks to AirportBrcmFixup which I now see injected. NB: to avoid scoring out personal info in your PrefPane screenshot, just scroll down the menu on the left before taking the shot! Link to comment Share on other sites More sharing options...
robi62 Posted July 26 Author Share Posted July 26 Hi I adjusted card info in dp but now when I boot no wifi and no card installed Link to comment Share on other sites More sharing options...
Administrators Hervé Posted July 26 Administrators Share Posted July 26 So you: inject the property "compatible pci14e4,43a0 STRING" against your card's location/address in your config? block/exclude vanilla IOSkywalkFamily in your config? inject IO802FamilyLegacy + replacement IOSkywalkFamily kexts? apply OCLP "modern wireless networking*" root patching? What about AirportBrcmFixup kext? I wouldn't use it to begin with. Injecting the compatibility statement normally removes the need for it. What is showing in SysInfo->Software->Extensions as injected kexts? Can you post a new IOReg extract? Edit: Oh, I had forgotten that, for 5GHz networks, as stated in the old BCM4352 thread I linked above, DW1560 used to require to binary patch AirportBrcm4360, then AirportBrcmNIC PlugIn kexts. I guess this is most likely still required. AirportBrcmFixup used to take care of that but I don't know how things operate now with OCLP. Maybe the patcher handles it all. https://www.insanelymac.com/forum/topic/292542-airport-pcie-half-mini/ https://github.com/acidanthera/AirportBrcmFixup Link to comment Share on other sites More sharing options...
robi62 Posted July 26 Author Share Posted July 26 Got it working Link to comment Share on other sites More sharing options...
Administrators Hervé Posted July 26 Administrators Share Posted July 26 For the benefits of others, would you care to explain how you met success? It looks like you use what I guess is a Sequoia-specific, yet unpublished version 2.1.9 of AirportBrcmFixup. Link to comment Share on other sites More sharing options...
Recommended Posts