hackintosh-T480s icon indicating copy to clipboard operation
hackintosh-T480s copied to clipboard

can't get bluetooth work

Open vistree opened this issue 4 years ago • 1 comments

Hi, I have a dw1560 Wifi works, but bluetooth does not work Tried to remove all AirportItlwm.kext related entries from config.plist and added

  <dict>
    <key>Arch</key>
    <string>Any</string>
    <key>BundlePath</key>
    <string>AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcmNIC_Injector.kext</string>
    <key>Comment</key>
    <string></string>
    <key>Enabled</key>
    <true/>
    <key>ExecutablePath</key>
    <string></string>
    <key>MaxKernel</key>
    <string></string>
    <key>MinKernel</key>
    <string></string>
    <key>PlistPath</key>
    <string>Contents/Info.plist</string>
  </dict>

... BundlePath BrcmBluetoothInjector.kext Enabled ExecutablePath MaxKernel MinKernel PlistPath Contents/Info.plist BundlePath BrcmPatchRAM3.kext Enabled ExecutablePath Contents/MacOS/BrcmPatchRAM3 MaxKernel MinKernel PlistPath Contents/Info.plist BundlePath BrcmFirmwareData.kext Enabled ExecutablePath Contents/MacOS/BrcmFirmwareData MaxKernel MinKernel PlistPath Contents/Info.plist

But bluetooth icon says: bluetooth not available In EFI I see a txt with error: 00:000 00:000 OC: Prelinked injection USBInjectAll.kext () - Invalid Parameter

Maybe related?

vistree avatar Dec 20 '20 17:12 vistree

Hi, I have a dw1560 Wifi works, but bluetooth does not work Tried to remove all AirportItlwm.kext related entries from config.plist and added

  <dict>
    <key>Arch</key>
    <string>Any</string>
    <key>BundlePath</key>
    <string>AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcmNIC_Injector.kext</string>
    <key>Comment</key>
    <string></string>
    <key>Enabled</key>
    <true/>
    <key>ExecutablePath</key>
    <string></string>
    <key>MaxKernel</key>
    <string></string>
    <key>MinKernel</key>
    <string></string>
    <key>PlistPath</key>
    <string>Contents/Info.plist</string>
  </dict>

...

BundlePath BrcmBluetoothInjector.kext Enabled

ExecutablePath

MaxKernel

MinKernel

PlistPath Contents/Info.plist

BundlePath BrcmPatchRAM3.kext Enabled

ExecutablePath Contents/MacOS/BrcmPatchRAM3 MaxKernel

MinKernel

PlistPath Contents/Info.plist

BundlePath BrcmFirmwareData.kext Enabled

ExecutablePath Contents/MacOS/BrcmFirmwareData MaxKernel

MinKernel

PlistPath Contents/Info.plist But bluetooth icon says: bluetooth not available In EFI I see a txt with error: 00:000 00:000 OC: Prelinked injection USBInjectAll.kext () - Invalid Parameter

Maybe related?

Hi dude, Try to change the loading order as follows: AirportBrcmFixup.kext BrcmBluetoothInjector.kext BrcmFirmwareData.kext BrcmPatchRAM3.kext

and disable AirPortBrcm4360 plugin in the config.plist, good luck.

a85139138 avatar Jan 04 '21 05:01 a85139138