Closed raucodes closed 1 year ago
same card, same issue. I saw the stable release and installed it right away. Wifi is solid, but Bluetooth cannot be turned on anymore.
are you sure? have you tried replacing to alpha version?
same card, same issue. I saw the stable release and installed it right away. Wifi is solid, but Bluetooth cannot be turned on anymore.
I don't think that those problems have anything to do with the iltwm drivers.
It seems like a problem with IntelBluetoothFirmware kext
But generally in mac os (and ios) bluetooth is a strange thing and doesn't provide full support for all functions and devices (especially non apple ones)
It works before without problems, Headset, Keyboard and TrackPad has worked perfectly... And Yes Im sure that we replaced all files.
I mean replace back to before alpha version and see if the bluetooth will work again. I don't think the itlwm driver is related.
The IntelBluetoothFirmware version I had is 2.2.0 before upgrading to itlwm to 2.2.0. So the Bluetooth kext was not changed. If there is a way to download the alpha version of itlwm, I would like to give it a try to double check if it is a problem with itlwm or not.
I am outside today, will back home tomorrow afternoon. What's the before working normal system version? Itlwm or Airportitlwm? By the way, have you upgrade your system to 13.4 or 13.5? Bluetooth stack have something badly changes from that version that made the Bluetooth broken.
I use Airportitlwm. My system is 13.4 when Bluetooth was working. It's still 13.4 Thanks.
I am outside today, will back home tomorrow afternoon. What's the before working normal system version? Itlwm or Airportitlwm? By the way, have you upgrade your system to 13.4 or 13.5? Bluetooth stack have something badly changes from that version that made the Bluetooth broken.
Airportitlwm is what I used before and now. 13.5 is beta right?
I can confirm updating Airportitlwm to 2.2.0-stable breaks bluetooth on Ventura. I am on 13.5 beta 2.
Reverting it back to 2.2.0-alpha fixes the issue. I have an AX3000 Dual Band PCI-E.
This commit has the 2.2.0-alpha version which has bt working on Ventura 13.5 beta2
can you revert this commit a9d0ea9 and recompile Airportitlwm to see if the bluetooth can back to work? If confirm, maybe something with continuity broke the bluetooth, fresh reinstall Ventura may help?
can you revert this commit a9d0ea9 and recompile Airportitlwm to see if the bluetooth can back to work? If confirm, maybe something with continuity broke the bluetooth, fresh reinstall Ventura may help?
Yup, that fixed it. Thanks.
For others, you will need the new BlueToolFixup.kext too. Attached the kexts for those who need it.
It is not a fix, without this commit, Ventura users will suffer long time waiting to connect to the AP again, this commit is to disable virtual interface creation to avoid timeout several times.
@zxystd temporary workaround 1: uncheck these two value bluetoothExternalDongleFailed&bluetoothlnternalControllerinfo in config because these two value bluetoothExternalDongleFailed&bluetoothlnternalControllerinfo is saved to nvram during Monterey boot 2: boot Monterey usb installer until reach to Disk Utility then restart unplugged the usb 3: then boot to macOS Ventura 13.5 beta 2 then work fine bluetooth I think that this issue has related to BlueToolFixup.kext not IntelBluetoothFirmware.kext
Yes the bluetooth is broken after upgrading to AirportItlwm 2.2.0 Stable, I have Intel Wireless 3165 AC wifi card and facing the same issue, I'm also on Ventura 13.4 Stable build with latest Opencore 0.9.2
If anyone find any workout for this please mention it here.
Try disabling IntelBTPacher.kext. I encounters kernel panic with the kext on Ventura laptop with AX201. Now my bluetooth works fine with IntelBluetoothFirmware.kext (2.2.0) and BluetoolFixup.kext.
Alright, I came across this https://github.com/OpenIntelWireless/IntelBluetoothFirmware/issues/435 and the solution there fixed the Bluetooth under 13.4 for me. I'm using the stable 2.2.0 of Airportitlwm with no problem now.
Add these to OC config.plist NVRAM section where you have the boot-args
<key>bluetoothInternalControllerInfo</key>
<data>AAAAAAAAAAAAAAAAAAA=</data>
<key>bluetoothExternalDongleFailed</key>
<data>AA==</data>
@zxystd Thank you for making Intel wireless possible on mac!
I think the Bluetooth only breaks after you upgrade to 13.4 and reset NVRAM after.
Alright, I came across this OpenIntelWireless/IntelBluetoothFirmware#435 and the solution there fixed the Bluetooth under 13.4 for me. I'm using the stable 2.2.0 of Airportitlwm with no problem now.
Add these to OC config.plist NVRAM section where you have the
boot-args
<key>bluetoothInternalControllerInfo</key> <data>AAAAAAAAAAAAAAAAAAA=</data> <key>bluetoothExternalDongleFailed</key> <data>AA==</data>
@zxystd Thank you for making Intel wireless possible on Mac!
Thank you so much, it worked!
and @zxystd thank you so much for developing the drivers needed. ❤️
now AirportItlwm + Bluetooth is near og MacBook proficiency, connectivity is smooth, wifi is solid.
macOS version: Ventura 13.4 Stable (22F66)
AirportItlwm: 2.2.0 Stable BlueToolFixup: 2.6.6 Stable IntelBluetoothFirmware: 2.2.0 Stable
Kext sequence in config:
AppleALC
IntelBTPatcher
IntelBluetoothFirmware
BlueToolFixup
AirportItlwm
Just one concern, in peripherals it is showing Bluetooth Device name as THIRD_PARTY_DONGLE
BlueToolFixupTest.kext.zip I have added another patch to bypass NVRAM checking(not tested), you can test that if the bluetooth will work without adding the above two NVRAM section.
BlueToolFixupTest.kext.zip I have added another patch to bypass NVRAM checking(not tested), you can test that if the bluetooth will work without adding the above two NVRAM section.
The Kext you provided is not working and bluetooth is broken again.
BlueToolFixupTest.kext.zip I have added another patch to bypass NVRAM checking(not tested), you can test that if the bluetooth will work without adding the above two NVRAM section.
The Kext you provided is not working and bluetooth is broken again.
oh, can you upload the bluetooth log for me? I don't have Ventura on hand.
sudo log show --last boot | grep -E "bluetooth" > ~/Desktop/shit.log
shit.log here it is
@zxystd after tested your added bypass NVRAM BlueToolFixupTest is not working on 13.5 beta 2 here is log not saved value into nvram
@abbasabidi85 @ameenjuz I see, the patch is working, but seems that further work is needed, give me a second to see.
Great job you fixed finally i appreciate your struggle I tested worked fine on 13.4 and 13.5 beta 2
@ameenjuz Thank you. So everybody suffer this issue can test this kext, I think it is not the fault of itlwm.
@zxystd your are right It is not fault of itlwm It issue had related to bluetoolfixup I also tested with nvram reset Both of version worked perfectly 13.4 13.5
BlueToolFixup.kext.zip
After this kext, time taken to pair with bluetooth devices is delayed as compared to NVRAM edit, auto-connect is not working. bluetooth doesn't seem smooth. anyways thank you for the kext at least now its working.
@abbasabidi85
Yes It is time taken to pair with bluetooth devices is delayed
Further fixes is need
once again bt & wifi break on macOS Sonoma 14
Bluetooth works for me on Sonoma
This fixed BT on macos 14 thank you but my wifi is still broken but wifi is slow i can wait
after reset nvram bt is not working on macOS 14
I can totally confirm that this kext fixed my problems with bluetooth. I have Ventura 13.4 and latest kext for bluetooth. Thanks bro ♥️
Alright, I came across this OpenIntelWireless/IntelBluetoothFirmware#435 and the solution there fixed the Bluetooth under 13.4 for me. I'm using the stable 2.2.0 of Airportitlwm with no problem now.
Add these to OC config.plist NVRAM section where you have the
boot-args
<key>bluetoothInternalControllerInfo</key> <data>AAAAAAAAAAAAAAAAAAA=</data> <key>bluetoothExternalDongleFailed</key> <data>AA==</data>
@zxystd Thank you for making Intel wireless possible on mac!
This also works for non Intel bluetooth which don't want to work after a NVRAM reset, thank you so much for posting. Took me quite a bit of time to get to this one.
Hi Guys i'm on ventura 13.5, wifi and bluetooth are disabled, my wifi is intel ax201, using airportitlwm 2.2.0 stable or alpha didn't fix the problem, is there any other settings should I do?
I've tried
but not working either my kexts
aiprotiltwm intelbluetoothfirmware bluetoolfixup
i've also already deleted network preferences folders in library
Hi Guys i'm on ventura 13.5, wifi and bluetooth are disabled, my wifi is intel ax201, using airportitlwm 2.2.0 stable or alpha didn't fix the problem, is there any other settings should I do?
I've tried
bluetoothInternalControllerInfo AAAAAAAAAAAAAAAAAAA= bluetoothExternalDongleFailed AA==
but not working either my kexts
aiprotiltwm intelbluetoothfirmware bluetoolfixup
i've also already deleted network preferences folders in library
Did you install IntelBTPatcher.kext
Something else I had to do for my Acer Aspire to get Bluetooth working was to tape two pins on the board as the Bluetooth was not detected by Windows either -
Hi Guys i'm on ventura 13.5, wifi and bluetooth are disabled, my wifi is intel ax201, using airportitlwm 2.2.0 stable or alpha didn't fix the problem, is there any other settings should I do? I've tried bluetoothInternalControllerInfo AAAAAAAAAAAAAAAAAAA= bluetoothExternalDongleFailed AA== but not working either my kexts aiprotiltwm intelbluetoothfirmware bluetoolfixup i've also already deleted network preferences folders in library
Did you install IntelBTPatcher.kext
Something else I had to do for my Acer Aspire to get Bluetooth working was to tape two pins on the board as the Bluetooth was not detected by Windows either -
Oh yeah that one too, What I don't add is the IntelBluetoothInjector.
Are you on macos ventura using ax201 and same wifi && bluetooth too? Mind share your kexts and other configurations like device properties or boot-args?
I'm currently using itlwm + Heliport for wifi workaround.
Hi Guys i'm on ventura 13.5, wifi and bluetooth are disabled, my wifi is intel ax201, using airportitlwm 2.2.0 stable or alpha didn't fix the problem, is there any other settings should I do? I've tried bluetoothInternalControllerInfo AAAAAAAAAAAAAAAAAAA= bluetoothExternalDongleFailed AA== but not working either my kexts aiprotiltwm intelbluetoothfirmware bluetoolfixup i've also already deleted network preferences folders in library
Did you install IntelBTPatcher.kext https://openintelwireless.github.io/IntelBluetoothFirmware/FAQ.html#what-additional-steps-should-i-do-to-make-bluetooth-work-on-macos-monterey-and-newer Something else I had to do for my Acer Aspire to get Bluetooth working was to tape two pins on the board as the Bluetooth was not detected by Windows either -
Oh yeah that one too, What I don't add is the IntelBluetoothInjector.
Are you on macos ventura using ax201 and same wifi && bluetooth too? Mind share your kexts and other configurations like device properties or boot-args?
I'm currently using itlwm + Heliport for wifi workaround.
I am using Ventura and an AX210.
Using version 2.40
Maybe try taping the pins as indicated in the previous post.
Hi Guys i'm on ventura 13.5, wifi and bluetooth are disabled, my wifi is intel ax201, using airportitlwm 2.2.0 stable or alpha didn't fix the problem, is there any other settings should I do? I've tried bluetoothInternalControllerInfo AAAAAAAAAAAAAAAAAAA= bluetoothExternalDongleFailed AA== but not working either my kexts aiprotiltwm intelbluetoothfirmware bluetoolfixup i've also already deleted network preferences folders in library
Did you install IntelBTPatcher.kext https://openintelwireless.github.io/IntelBluetoothFirmware/FAQ.html#what-additional-steps-should-i-do-to-make-bluetooth-work-on-macos-monterey-and-newer Something else I had to do for my Acer Aspire to get Bluetooth working was to tape two pins on the board as the Bluetooth was not detected by Windows either -
Oh yeah that one too, What I don't add is the IntelBluetoothInjector. Are you on macos ventura using ax201 and same wifi && bluetooth too? Mind share your kexts and other configurations like device properties or boot-args? I'm currently using itlwm + Heliport for wifi workaround.
I am using Ventura and an AX210.
Using version 2.40
Maybe try taping the pins as indicated in the previous post.
The kexts version are unclear, I use OCAuxiliaryTools. Well I guess so, or perhaps USB Mapping. As the bluetooth just can be on or off but only cosmetics. Nothing happens.
Hi @zxystd, I tried the advices posted in this thread, and all the latest stable versions of the kexts required, but Bluetooth doesn't work for me. Sadly, also your BlueToolFixup.kext failed. I tried in Ventura and after I upgraded to Sonoma, but BT still not working.
In attached my shit.log: I really hope for a fix. shit.log
My card is an Intel AX210NGW and it works fine in Windows. So, it's not a faulty card. Specs: For Intel(R) Wi-Fi 6E AX210 160MHz: PCI\VEN_8086&DEV_2725&SUBSYS_00248086&REV_1A For Intel(R) Wireless Bluetooth(R): USB\VID_8087&PID_0032&REV_0000
Thanks for all
Ventura 13.6 has the same problem, WIFI works normally, but Bluetooth cannot be driven.
Bluetooth works for me on Sonoma
how? which kexts are you using and their specific versions?
Ventura 13.6 has the same problem, WIFI works normally, but Bluetooth cannot be driven.
yes same issue in 13.6 bluetooth is unable to function properly i.e search devices, connect to save devices, connect to searched device etc
Does it work properly now ?
Does it work properly now ?
No still there are issues with connecting to bluetooth devices especially wireless mouse and sometimes it doesn't connect with earbuds(pixel buds a series) either
In Alpha the Bluetooth was working fine, now it is not working anymore. MacOS 13.4 Ventura and Intel AX201
OpenCore 0.9.2