hackintosh-T480s
hackintosh-T480s copied to clipboard
can't get bluetooth work
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>
...
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, 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.