Usb bluetooth адаптер хакинтош

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Work Around with Bluetooth

Clone this wiki locally

Thanks to zxystd for providing IntelBluetoothFirmware, which let the native Intel Bluetooth work. However, the current Intel BT driver does not support some Bluetooth devices. Here are some suggestions for better BT experience:

Insert a USB Bluetooth / Disable the original one

  • Buy and insert a supported BT dongle model from BrcmPatchRAM README
  • For Clover users:
    • Replace /CLOVER/ACPI/patched/SSDT-USB.aml with SSDT-USB-USBBT.aml
    • Delete BlueToolFixup.kext , IntelBTPatcher.kext , IntelBluetoothFirmware.kext , and IntelBluetoothInjector.kext in /CLOVER/kexts/
      • These steps are for disabling the internal Bluetooth
      • Add SSDT-USB-USBBT.aml to /OC/ACPI/
      • Download and add BrcmBluetoothInjector.kext (< macOS12), BrcmFirmwareData.kext , and BrcmPatchRAM3.kext to /OC/Kexts/ (Don’t need to do this step if you just want to disable the embedded Intel Bluetooth)
      • Open /OC/config.plist , change the following code:
       Comment USB ports customization(Native Bluetooth) Enabled -  +  Path SSDT-USB.aml 
       Comment USB ports customization(Disable native Bluetooth) Enabled -  +  Path SSDT-USB-USBBT.aml 
       Arch x86_64 BundlePath BlueToolFixup.kext Comment Force BlueTool to skip firmware update on Monterey Enabled -  +  ExecutablePath Contents/MacOS/BlueToolFixup MaxKernel MinKernel 21.0.0 PlistPath Contents/Info.plist  Arch x86_64 BundlePath IntelBTPatcher.kext Comment A Lilu base patcher that fix Intel Bluetooth Enabled -  +  ExecutablePath Contents/MacOS/IntelBTPatcher MaxKernel MinKernel 16.0.0 PlistPath Contents/Info.plist  Arch x86_64 BundlePath IntelBluetoothFirmware.kext Comment Bluetooth Enabled -  +  ExecutablePath Contents/MacOS/IntelBluetoothFirmware MaxKernel MinKernel 16.0.0 PlistPath Contents/Info.plist  Arch x86_64 BundlePath IntelBluetoothInjector.kext Comment Bluetooth Enabled -  +  ExecutablePath MaxKernel 20.99.99 MinKernel 16.0.0 PlistPath Contents/Info.plist 
      • Also, add these code into Kernel — Add section: (Don’t need to do this step if you just want to disable the embedded Intel Bluetooth)
      dict> key>Archkey> string>x86_64string> key>BundlePathkey> string>BrcmBluetoothInjector.kextstring> key>Commentkey> string>string> key>Enabledkey> true/> key>ExecutablePathkey> string>string> key>MaxKernelkey> string>20.99.99string> key>MinKernelkey> string>14.0.0string> key>PlistPathkey> string>Contents/Info.pliststring> dict> dict> key>Archkey> string>x86_64string> key>BundlePathkey> string>BrcmFirmwareData.kextstring> key>Commentkey> string>string> key>Enabledkey> true/> key>ExecutablePathkey> string>Contents/MacOS/BrcmFirmwareDatastring> key>MaxKernelkey> string>string> key>MinKernelkey> string>14.0.0string> key>PlistPathkey> string>Contents/Info.pliststring> dict> dict> key>Archkey> string>x86_64string> key>BundlePathkey> string>BrcmPatchRAM3.kextstring> key>Commentkey> string>string> key>Enabledkey> true/> key>ExecutablePathkey> string>Contents/MacOS/BrcmPatchRAM3string> key>MaxKernelkey> string>string> key>MinKernelkey> string>19.0.0string> key>PlistPathkey> string>Contents/Info.pliststring> dict>
      • For macOS12, re-enable BlueToolFixup is necessary: (Don’t need to do this step if you just want to disable the embedded Intel Bluetooth)
       Arch x86_64 BundlePath BlueToolFixup.kext Comment Force BlueTool to skip firmware update on Monterey Enabled -  +  ExecutablePath Contents/MacOS/BlueToolFixup MaxKernel MinKernel 21.0.0 PlistPath Contents/Info.plist 

      Solder D+ and D- wires to the WLAN_LTE slot (TM1701 Only)

      • Buy and insert a supported internal wireless card(e.g. BCM943602CS) in M.2 slot
      • Carefully solder D+ and D- wires to the WLAN_LTE slot as #7
      • Go to Windows, run Device Manager to check whether the soldering is success or not
      • For Clover users:
        • If success, replace /CLOVER/ACPI/patched/SSDT-USB.aml with SSDT-USB-WLAN_LTEBT.aml
        • Delete BlueToolFixup.kext , IntelBTPatcher.kext , IntelBluetoothFirmware.kext , and IntelBluetoothInjector.kext in /CLOVER/kexts/
        • Add SSDT-USB-WLAN_LTEBT.aml to /OC/ACPI/
        • Open /OC/config.plist , change the following code:
         Comment USB ports customization(Native Bluetooth) Enabled -  +  Path SSDT-USB.aml 
         Comment USB ports customization(WLAN_LTE Bluetooth) Enabled -  +  Path SSDT-USB-WLAN_LTEBT.aml 
         Arch x86_64 BundlePath BlueToolFixup.kext Comment Force BlueTool to skip firmware update on Monterey Enabled -  +  ExecutablePath Contents/MacOS/BlueToolFixup MaxKernel MinKernel 21.0.0 PlistPath Contents/Info.plist  Arch x86_64 BundlePath IntelBTPatcher.kext Comment A Lilu base patcher that fix Intel Bluetooth Enabled -  +  ExecutablePath Contents/MacOS/IntelBTPatcher MaxKernel MinKernel 16.0.0 PlistPath Contents/Info.plist  Arch x86_64 BundlePath IntelBluetoothFirmware.kext Comment Bluetooth Enabled -  +  ExecutablePath Contents/MacOS/IntelBluetoothFirmware MaxKernel MinKernel 16.0.0 PlistPath Contents/Info.plist  Arch x86_64 BundlePath IntelBluetoothInjector.kext Comment Bluetooth Enabled -  +  ExecutablePath MaxKernel 20.99.99 MinKernel 16.0.0 PlistPath Contents/Info.plist 

        Solder D+ and D- wires to the fingerprint slot

        • Buy and insert a supported internal wireless card(e.g. BCM943602CS) in M.2 slot
        • Carefully solder D+ and D- wires to the fingerprint slot as #246
        • Go to Windows, run Device Manager to check whether the soldering is success or not
        • For Clover users:
          • If success, replace /CLOVER/ACPI/patched/SSDT-USB.aml with SSDT-USB-FingerBT.aml
          • Delete BlueToolFixup.kext , IntelBTPatcher.kext , IntelBluetoothFirmware.kext , and IntelBluetoothInjector.kext in /CLOVER/kexts/
          • Add SSDT-USB-FingerBT.aml to /OC/ACPI/
          • Open /OC/config.plist , change the following code:
           Comment USB ports customization(Native Bluetooth) Enabled -  +  Path SSDT-USB.aml 
           Comment USB ports customization(Fingerprint Bluetooth) Enabled -  +  Path SSDT-USB-FingerBT.aml 
           Arch x86_64 BundlePath BlueToolFixup.kext Comment Force BlueTool to skip firmware update on Monterey Enabled -  +  ExecutablePath Contents/MacOS/BlueToolFixup MaxKernel MinKernel 21.0.0 PlistPath Contents/Info.plist  Arch x86_64 BundlePath IntelBTPatcher.kext Comment A Lilu base patcher that fix Intel Bluetooth Enabled -  +  ExecutablePath Contents/MacOS/IntelBTPatcher MaxKernel MinKernel 16.0.0 PlistPath Contents/Info.plist  Arch x86_64 BundlePath IntelBluetoothFirmware.kext Comment Bluetooth Enabled -  +  ExecutablePath Contents/MacOS/IntelBluetoothFirmware MaxKernel MinKernel 16.0.0 PlistPath Contents/Info.plist  Arch x86_64 BundlePath IntelBluetoothInjector.kext Comment Bluetooth Enabled -  +  ExecutablePath MaxKernel 20.99.99 MinKernel 16.0.0 PlistPath Contents/Info.plist 

          Special thanks to hieplpvip. His wiki page is really beautiful, and this wiki build is based on it.

          Источник

          Как завести Intel Wireless и Bluetooth в macOS

          Для версии 12.x Monterey, необходимо добавить BlueToolFixup.kext, в папку:

          Не используйте BlueToolFixup.kext совместно с IntelBluetoothInjector.kext

          HeliPort

          Download / Скачать — ссылка на Release проекта

          Список поддерживаемых модулей

          MVM Gen 1 (IWM)

          • 7000 Series
            • Intel(R) Dual Band Wireless AC 7260
            • Intel(R) Dual Band Wireless N 7260
            • Intel(R) Wireless N 7260
            • Intel(R) Dual Band Wireless AC 3160
            • Intel(R) Dual Band Wireless N 3160
            • Intel(R) Wireless N 3160
            • Intel(R) Dual Band Wireless AC 3165
            • Intel(R) Dual Band Wireless AC 3168
            • Intel(R) Dual Band Wireless AC 7265
            • Intel(R) Dual Band Wireless N 7265
            • Intel(R) Wireless N 7265
            • Intel(R) Dual Band Wireless AC 7265
            • Intel(R) Dual Band Wireless N 7265
            • Intel(R) Wireless N 7265
            • Intel(R) Dual Band Wireless N 8260
            • Intel(R) Dual Band Wireless AC 8260
            • Intel(R) Dual Band Wireless AC 8265
            • Intel(R) Dual Band Wireless AC 8275
            • Intel(R) Dual Band Wireless AC 4165
            • Intel(R) Wireless-AC 9162
            • Intel(R) Wireless-AC 9260
            • Intel(R) Wireless-AC 9260-1
            • Intel(R) Wireless-AC 9270
            • Intel(R) Wireless-AC 9461
            • Intel(R) Wireless-AC 9462
            • Intel(R) Wireless-AC 9560

            MVM Gen 2 (IWX)

Оцените статью
Adblock
detector