Skip to content
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

[Fixed] Intel Bluetooth doesn't work on Ventura 13.4 #104

Open
marcoslor opened this issue Jun 22, 2023 · 6 comments
Open

[Fixed] Intel Bluetooth doesn't work on Ventura 13.4 #104

marcoslor opened this issue Jun 22, 2023 · 6 comments
Assignees
Labels
bug Something isn't working working on Currently working on a fix

Comments

@marcoslor
Copy link

marcoslor commented Jun 22, 2023

My setup:

Bluetooth USB ID: 0x0a2b
MacOS Version: 13.4 (22F66)

Details:

  • The bluetooth appeared in the USB section of "About this Mac" (from OpenIntelWireless troubleshooting section), which seems to be a requirement.
  • However, no information was displayed in the "Bluetooth" section.

Solution:

To resolve the problem, I followed these steps:

  1. Disable IntelBluetoothInjector.kext:

    • This step is required for Monterey+.
    • Leaving it enabled may not cause any issues, but the OpenIntelWireless FAQ explicitly mentions disabling it.
  2. Edit the Config.plist:

    • Add the following keys under NVRAM > Add > 7C436110-AB2A-4BBB-A880-FE41995C9F82:
 <key>bluetoothInternalControllerInfo</key>
 <data>AAAAAAAAAAAAAAAAAAA=</data>
 <key>bluetoothExternalDongleFailed</key>
 <data>AA==</data>
  1. Run the following command:

    sudo rm -rf /Library/Preferences/com.apple.bluetooth.plist
    
  2. Reboot your system.

References:

@marcoslor marcoslor changed the title Intel Bluetooth doesn't work on Ventura 13.4 [Fixed] Intel Bluetooth doesn't work on Ventura 13.4 Jun 22, 2023
@1hayat
Copy link

1hayat commented Jun 23, 2023

THANK YOU

@zieru
Copy link

zieru commented Jun 24, 2023

bluetooth is working again, but when you in sleep mode bluetooth doesn't work anymore

@zieru
Copy link

zieru commented Jun 26, 2023

bluetooth is working again, but when you in sleep mode bluetooth doesn't work anymore

nope, I'm wrong, bluetooth is still working.

@valnoxy valnoxy added bug Something isn't working working on Currently working on a fix labels Jun 26, 2023
@valnoxy valnoxy self-assigned this Jun 26, 2023
@ramahat
Copy link

ramahat commented Jul 9, 2023

Hello. I have the same problem. bluetooth is not working. I did everything as described in the instructions, but it still does not work. I have attached a screenshot of what the editor window looks like. Did I do everything right? perhaps instead of "string" you need to specify another value or something else. I can not understand. I have a native card from intel.
Screenshot 2023-07-09 at 21 51 30

@marcoslor
Copy link
Author

bluetooth is working again, but when you in sleep mode bluetooth doesn't work anymore

@zieru, here, sometimes, I have to delete delete the com.apple.bluetooth.plist from time to time.
I'm not using bluetooth as much as I used, so I don't really know if this happens every time after sleep.
It could be useful to follow the conversations I've linked, they may found a perm fix.

@marcoslor
Copy link
Author

marcoslor commented Jul 11, 2023

Hello. I have the same problem. bluetooth is not working. I did everything as described in the instructions, but it still does not work. I have attached a screenshot of what the editor window looks like. Did I do everything right? perhaps instead of "string" you need to specify another value or something else. I can not understand. I have a native card from intel. Screenshot 2023-07-09 at 21 51 30

@ramahat it could be that the plist editor uses a different encoding for strings (I think it's the case for integers).
Try editing your Config.plist directly with a text editor. Find the NVRAM key, and paste the code snippet from my previous comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working working on Currently working on a fix
Projects
None yet
Development

No branches or pull requests

5 participants