ひとまず、
Monterey beta3(21A5284e)にアップデート完了
しました。
あとは、どうやらMontereyから、BRCM20702A1・bluetooth dongleが使えないので、Kextを追加しました。
Cloverは、かんたんで、Kextの12フォルダに、
BlueToolFixup.kext
BrcmFirmwareData.kext
BrcmPatchRAM3.kext
をここからもらって入れましょう。/ BrcmPatchRAM
同じく、OpenCoreでも、Kexsに入れればいいのですが、
ProperTreeでもう一度SnapShotをかけて、Kextの順番をきちんとしましょう。
私の場合は以下のとおりです。
<key>Add</key>
<array>
<dict>
<key>Comment</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
<key>Enabled</key>
<true/>
<key>MinKernel</key>
<string></string>
<key>ExecutablePath</key>
<string>Contents/MacOS/Lilu</string>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>Lilu.kext</string>
</dict>
<dict>
<key>Comment</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
<key>Enabled</key>
<true/>
<key>MinKernel</key>
<string></string>
<key>ExecutablePath</key>
<string>Contents/MacOS/VirtualSMC</string>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>VirtualSMC.kext</string>
</dict>
<dict>
<key>Comment</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
<key>Enabled</key>
<true/>
<key>MinKernel</key>
<string></string>
<key>ExecutablePath</key>
<string>Contents/MacOS/AppleALC</string>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>AppleALC.kext</string>
</dict>
<dict>
<key>Comment</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
<key>Enabled</key>
<true/>
<key>MinKernel</key>
<string>21.0.0</string>
<key>ExecutablePath</key>
<string>Contents/MacOS/BlueToolFixup</string>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>BlueToolFixup.kext</string>
</dict>
<dict>
<key>Comment</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
<key>Enabled</key>
<true/>
<key>MinKernel</key>
<string>21.0.0</string>
<key>ExecutablePath</key>
<string>Contents/MacOS/BrcmFirmwareData</string>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>BrcmFirmwareData.kext</string>
</dict>
<dict>
<key>Comment</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
<key>Enabled</key>
<true/>
<key>MinKernel</key>
<string>21.0.0</string>
<key>ExecutablePath</key>
<string>Contents/MacOS/BrcmPatchRAM3</string>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>BrcmPatchRAM3.kext</string>
</dict>
<dict>
<key>Comment</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
<key>Enabled</key>
<true/>
<key>MinKernel</key>
<string></string>
<key>ExecutablePath</key>
<string>Contents/MacOS/RealtekRTL8111</string>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>RealtekRTL8111.kext</string>
</dict>
<dict>
<key>Comment</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
<key>Enabled</key>
<true/>
<key>MinKernel</key>
<string></string>
<key>ExecutablePath</key>
<string>Contents/MacOS/SMCProcessor</string>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>SMCProcessor.kext</string>
</dict>
<dict>
<key>Comment</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
<key>Enabled</key>
<true/>
<key>MinKernel</key>
<string></string>
<key>ExecutablePath</key>
<string>Contents/MacOS/SMCSuperIO</string>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>SMCSuperIO.kext</string>
</dict>
<dict>
<key>Comment</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
<key>Enabled</key>
<true/>
<key>MinKernel</key>
<string></string>
<key>ExecutablePath</key>
<string></string>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>USBPorts.kext</string>
</dict>
<dict>
<key>Comment</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
<key>Enabled</key>
<true/>
<key>MinKernel</key>
<string></string>
<key>ExecutablePath</key>
<string>Contents/MacOS/WhateverGreen</string>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>WhateverGreen.kext</string>
</dict>
</array>
のとおりです。
BlueToolFixup.kext
BrcmFirmwareData.kext
BrcmPatchRAM3.kext
の部分は、BigSurでは、動いてほしくない部分なので、MinKernelに21.0.0を入れましょう。
Montereyでも、どうも1度BlutoothをOffにしてしまうと、Onにならないようですが、再起動すると、もとに戻ります。
コメント