Contribute
Register

macOS 14 Sonoma Public Beta is Now Available

There's progress with the BCM cards in Sonoma with the latest OCLP. I have Intel 9560NGW in my Dell 7400, and it's working well both WiFi and BT. Location services are also available.
Hi, Does Airdrop and handoff work too?
 
Has anyone had any trouble getting their USB audio devices, which are detected and accessible with their configuration applications, to show up in the audio output options?
 
Hi, Does Airdrop and handoff work too?
yes they both work real good with the latest commit of OCLP.

fenvi T919 works again ha ha​

 
Last edited:
fenvi T919 works again ha ha
Clear proof of what was/is possible in Ventura is now possible in Sonoma, i.e 'Air Drop', 'iPhone Camera Hand Off to Mac (Continuity), etc., are all possible thanks to the tireless work of the OCLP Devs.
 

Attachments

  • Screenshot 2023-07-27 at 08.44.55.png
    Screenshot 2023-07-27 at 08.44.55.png
    3.9 MB · Views: 168
  • Screenshot 2023-07-27 at 09.05.42.png
    Screenshot 2023-07-27 at 09.05.42.png
    110.9 KB · Views: 172
Have to buy them a drink:headbang:
 

Attachments

  • Screenshot 2023-07-27 at 4.43.00 AM.png
    Screenshot 2023-07-27 at 4.43.00 AM.png
    1.1 MB · Views: 126
Screenshot 2023-07-28 at 12.25.34 PM.png

Does anyone else get this error that this beta update cannot be installed?
 
Does anyone else get this error that this beta update cannot be installed?
If you've used OCLP Beta to enable WiFi in Sonoma, you need to disable the added kexts and the special Entry in Kernel/Block (Allow IOSkywalk Downgrade) this also must be disabled. The boot-arg entry amfi=0x80 must be removed and the csr-active-config entry 03080000 must be replaced with 00000000.

In other words, the state of Sonoma setup must be as before the OCLP Patch was applied and vanilla as possible for the update to be applied without the error message you're getting.
Don't forget to reboot and reset NVRAM after you make all the above mentioned changes then try to get the update.

After the update is finished, you will need to re-do the whole Sonoma OCLP routine to enable WiFI again by enabling the kexts and entries, etc., in config.plist and run the Sonoma Opencore Patcher again. Unfortunately, until the OCLP Devs developed a better way, that is the only way at the moment.
 
Hi all,

First, sorry for my bad english. :)

macOS Sonoma Beta installed with fresh install and OpenCore 0.9.4
Wi-fi and AirDrop working with some patches.
I followed this post:

I have some problem with Adobe Creative Cloud app, so be careful!

Inserted this code into the kext section in config.plist:

Code:
<dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>IOSkywalkFamily.kext</string>
                <key>Comment</key>
                <string>IOSkywalkFamily.kext</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/IOSkywalkFamily</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string>23.0.0</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>IO80211FamilyLegacy.kext</string>
                <key>Comment</key>
                <string>IO80211FamilyLegacy.kext</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/IO80211FamilyLegacy</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string>23.0.0</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>IO80211FamilyLegacy.kext/Contents/PlugIns/AirPortBrcmNIC.kext</string>
                <key>Comment</key>
                <string>AirPortBrcmNIC.kext</string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/AirPortBrcmNIC</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string>23.0.0</string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>

After the kext section my Block section is looks like this:

Code:
<key>Block</key>
        <array>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>Comment</key>
                <string>Allow IOSkywalk Downgrade</string>
                <key>Enabled</key>
                <true/>
                <key>Identifier</key>
                <string>com.apple.iokit.IOSkywalkFamily</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string>23.0.0</string>
                <key>Strategy</key>
                <string>Exclude</string>
            </dict>
        </array>

I hope I can help for someone. :)



Screenshot 2023-07-30 at 14.12.32.png
Screenshot 2023-07-30 at 14.14.46.png
Screenshot 2023-07-30 at 14.15.04.png
 
Last edited:
Back
Top