Git Product home page Git Product logo

Comments (18)

Lorys89 avatar Lorys89 commented on July 2, 2024 4

BlueToolFixup.kext.zip
IntelBluetoothFirmware-2.5.0-RELEASE.zip

but add nvram setting

bluetoothExternalDongleFailed DATA 00

bluetoothInternalControllerInfo DATA 0000000000000000000000000000

image png 0c5bbff33120ba56c72f4a1bc5929275

image png caac956659a0bc5f13342ed0bd713a86

from intelbluetoothfirmware.

Lorys89 avatar Lorys89 commented on July 2, 2024 2

Try this https://github.com/Lorys89/IntelBluetoothFirmware/releases/download/2.5.0/IntelBluetoothFirmware-2.5.0-RELEASE.zip

from intelbluetoothfirmware.

Lorys89 avatar Lorys89 commented on July 2, 2024 1

@Lorys89 , The kexts you posted work perfectly. Thank you very much for that.

I don't need this: bluetoothExternalDongleFailed DATA 00 bluetoothInternalControllerInfo DATA 0000000000000000000000000000

I only use the start parameter: -btlfxallowanyaddr If I really need this parameter i have not tested.

When created from your source code, the kext doesn't work for me. For whatever reason. https://github.com/Lorys89/IntelBluetoothFirmware

Use this
https://github.com/Lorys89/IntelBluetoothFirmware/actions/runs/9553221087/artifacts/1609892363

from intelbluetoothfirmware.

nguyentdat23 avatar nguyentdat23 commented on July 2, 2024 1

Try this https://github.com/Lorys89/IntelBluetoothFirmware/releases/download/2.5.0/IntelBluetoothFirmware-2.5.0-RELEASE.zip

Thanks so much mate! Now bluetooth works flawless in Sequoia Beta 2 with Intel AX201.

from intelbluetoothfirmware.

johnpapad24 avatar johnpapad24 commented on July 2, 2024

problem confirmed but I am personally fine with the bluetooth on sequoia without the use of this kext.

(intel 8260)

I believe that just disabling this kext will do the trick

from intelbluetoothfirmware.

anonymous-writer avatar anonymous-writer commented on July 2, 2024

Sorry, but BT 5.3 need this Kext.
Intel 8260 have BT 4.2. Therefore the kext is not needed.

from intelbluetoothfirmware.

johnpapad24 avatar johnpapad24 commented on July 2, 2024

try this configuration:

IntelBluetoothFirmware.kext
BlueToolFixup.kext
BrcmPatchRAM2.kext
BrcmPatchRAM3.kext

from intelbluetoothfirmware.

70599 avatar 70599 commented on July 2, 2024

Sorry, but BT 5.3 need this Kext. Intel 8260 have BT 4.2. Therefore the kext is not needed.

Check this README.
Why would you want to continue trying IntelBTPatcher in the new macOS of 2024?

from intelbluetoothfirmware.

tunglamvghy avatar tunglamvghy commented on July 2, 2024

I have the same issue. Do you know the solution?

from intelbluetoothfirmware.

anonymous-writer avatar anonymous-writer commented on July 2, 2024

Thanks for the answers.
But it would be good if the answers here were from Users with Bluetooth module higher than 5.1.
Only these need the Kext and there is no other known solution since Monterey.
I have adjusted the headline to Bluetooth higher 5.2.

from intelbluetoothfirmware.

70599 avatar 70599 commented on July 2, 2024

Thanks for the answers. But it would be good if the answers here were from Users with Bluetooth module higher than 5.1. Only these need the Kext and there is no other known solution since Monterey. I have adjusted the headline to Bluetooth higher 5.2.

How long has it been since you last read the IntelBTPatcher README?

from intelbluetoothfirmware.

anonymous-writer avatar anonymous-writer commented on July 2, 2024

There is clearly written "Do not use it on Monterey". Which certainly means beginning from Monterey do not use this kext.
I have tried Kext IntelBluetoothFirmware. SEQUOIA will not start with this kext.

It would be really great if only those who have experience with Intel and Bluetooth higher than 5.1 answered in this post.

from intelbluetoothfirmware.

anonymous-writer avatar anonymous-writer commented on July 2, 2024

@Lorys89 ,
The kexts you posted work perfectly. Thank you very much for that.

I don't need this:
bluetoothExternalDongleFailed DATA 00
bluetoothInternalControllerInfo DATA 0000000000000000000000000000

I only use the start parameter:
-btlfxallowanyaddr
If I really need this parameter i have not tested.

When created from your source code, the kext doesn't work for me. For whatever reason.
https://github.com/Lorys89/IntelBluetoothFirmware

from intelbluetoothfirmware.

xfwdrev avatar xfwdrev commented on July 2, 2024

@Lorys89 , The kexts you posted work perfectly. Thank you very much for that.
I don't need this: bluetoothExternalDongleFailed DATA 00 bluetoothInternalControllerInfo DATA 0000000000000000000000000000
I only use the start parameter: -btlfxallowanyaddr If I really need this parameter i have not tested.
When created from your source code, the kext doesn't work for me. For whatever reason. https://github.com/Lorys89/IntelBluetoothFirmware

Use this https://github.com/Lorys89/IntelBluetoothFirmware/actions/runs/9553221087/artifacts/1609892363

This one worked. But apparently it doesn't work again on Beta 2.

from intelbluetoothfirmware.

nguyentdat23 avatar nguyentdat23 commented on July 2, 2024

BlueToolFixup.kext.zip IntelBluetoothFirmware-2.5.0-RELEASE.zip

but add nvram setting

bluetoothExternalDongleFailed DATA 00

bluetoothInternalControllerInfo DATA 0000000000000000000000000000

I follow your instruction and bluetooth can be turn on but failed to discover. Is there an order for sort these kext?

from intelbluetoothfirmware.

mick3lson avatar mick3lson commented on July 2, 2024

Thanks so much mate! Now bluetooth works flawless in Sequoia Beta 2 with Intel AX201.

I tried this kext but don't work on my Intel AX200, can you explain wich kext did you use and if nvram setting is mandatory.

from intelbluetoothfirmware.

xfwdrev avatar xfwdrev commented on July 2, 2024

Try this https://github.com/Lorys89/IntelBluetoothFirmware/releases/download/2.5.0/IntelBluetoothFirmware-2.5.0-RELEASE.zip

Thanks. Works again on beta 2. Have to perform NVRAM Clear to make it work too.

from intelbluetoothfirmware.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.