-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update BlueToolFixup for macOS 15 #33
Conversation
under MacOS 15 beta3 BlueToolFixup.kext can't load. |
Confirmation Asus USB-BT400 dongle not working under Sequoia |
@megabitzu could you please elaborate if it doesn't work with this PR or are you talking about release version? |
okay I've compiled BluetoolFixup with a compatibility fix from this PR, can confirm it works on 24A5331b |
but not after sleep :) |
Hi, Same problem here on Sequoia... will be released a new version of the kext? |
I'm also facing the same issue, is there any chances to release new version of the kext? |
try this version |
I'm curious where you got it from, it worked well for me, but it didn't apply any patches to /usr/sbin/bluetoothd, even thought it did work well for me. |
built from this /~https://github.com/Lorys89/BrcmPatchRAM/ |
Thanks ! ! ! |
bcm94352z lenovo version, does not work on macOS 15 |
I built from Lorys89's fork, but it doesn't work, and it's much smaller than your version. |
I have a flash drive with Bluetooth version 2, unfortunately the file above did not help, maybe in my case some other edits are needed? |
This worked for me for ASUS BT-400. What is the difference? With the below NVRAM Patch...
|
I have a BT400 and the Bluetooth keeps searching and doesn't find any device. I've already tried using the BlueToolFixup.kext that they posted here, I also tried it with and without the NVRAM Patch. Does anyone know how to solve it? On Windows it works perfectly. |
@zxystd can this be merged and hopefully, a new version of the kext can be released? |
For me this (searching and doesn't find any device) happens when I use a USB that does not have a Broadcom chip. |
How do I find out his chip?? |
If you have an ASUS BT-400 the chip should be a Broadcom chip. |
@adipierro Does |
@PMheart, hi! Not really, since some beta version it actually makes Bluetooth works, however, after sleep with this simple PR, if I turn Bluetooth off before suspending machine. And a quick fix is resetting It might just not be able to "see" the adapter while USB is re-initializing, and could be my machine specific. I tried to patch out the NVRAM option write in Will it be useful if I try to collect debug Bluetooth logs for you the moment it fails after sleep? |
Thanks for the heads up. Then for now I have no idea, apologies. |
bluetooth can't receive file after sleep its normal ? |
@adipierro Hi, thank you for testing. There's a recent fix on BlueToolFixup if you can help to test. 061486c You can download the kext in /~https://github.com/acidanthera/BrcmPatchRAM/actions/runs/11143115875 |
@stevezhengshiqi thank you for letting me know about it 😊 I recently talked with PMheart about this patches in private, and I wanted to test them soon, but I still need to investigate bluetoothd crashes with it. Although it mostly works with 15.1, there are still some issues after sleep. As soon as I find time for this I'd be happy to do it. Maybe even create new patches 👀 |
Confirm BT works again on 15.0. Thank you!
|
And a quick fix is resetting Thank you so very very much for this @adipierro ! After million reboots, kexts, maps.....whatever....this worked. I didn't even know how to do it, so if anyone stumbles upon this thread, here's the drill: sudo NVRAM bluetoothExternalDongleFailed=%00 Before that with 'NVRAM -p' you can actually check what's going on and if you have %01 up there, most probably you have a problem you can fix with this. |
非常有用 |
So, the NVRAM set works for me, too, but this is not something that is viable (don’t have a usb keyboard and mouse, they are both bluetooth, so there’s no way to apply the setting). Any ideas? |
No description provided.