OpenIntelWireless / IntelBluetoothFirmware

Intel Bluetooth Kernel Extensions for macOS
https://OpenIntelWireless.github.io/IntelBluetoothFirmware
GNU General Public License v3.0
2.42k stars 252 forks source link

Bluetooth stopped working on 13.5 Beta (22G5038d) #447

Closed tdrkDev closed 1 year ago

tdrkDev commented 1 year ago

Have you read the docs?

Yes

macOS Version

macOS 13.5 Beta (22G5038d)

Kext Version

v2.3.0 from latest build artifacts

Wireless Adapter Model and USB Product ID

Intel AX210

Description

After updating Beta 1 to Beta 3, the Bluetooth has stopped working at all. I can't enable it in System Settings, it just always stays in disabled state. There are no issues with USB mapping, device shows as Bluetooth USB Host Controller in System Information.

System Information > USB > Bluetooth USB Host Controller:

Bluetooth USB Host Controller:

  Product ID:   0x0032
  Vendor ID:    0x8087  (Intel Corporation)
  Version:  0.00
  Speed:    Up to 12 Mb/s
  Location ID:  0x14a00000 / 2
  Current Available (mA):   500
  Current Required (mA):    100
  Extra Operating Current (mA): 0
  Built-In: Yes

Captured log with a bit different command to gather more information: sudo dmesg | grep -i -e Bluetool -e BTPatcher -e IntelBluetooth

Info in System Report - Bluetooth

Bluetooth Controller:
  Address:  NULL
  State:    Off
  Chipset:  BCM_4350C2
  Discoverable: Off
  Firmware Version: v0 c0
  Supported services:   0x382039 < HFP AVRCP A2DP HID Braille AACP GATT SerialPort >
  Transport:    USB
  Vendor ID:    0x004C (Apple)

Relevant log output

[    0.851682]: BlueToolFixup     btlfx: @ start
[    1.181801]: IntelBTPatcher      ibtp: @ com.apple.iokit.IOUSBHostFamily
[    1.181902]: IntelBTPatcher      ibtp: @ routed __ZN15IOUSBHostDevice13deviceRequestEP9IOServiceRN11StandardUSB13DeviceRequestEPvP18IOMemoryDescriptorRjP19IOUSBHostCompletionj
[    1.397852]: IOUSBHostDevice@14a00000: IOUSBHostDevice::setConfigurationGated: IntelBluetoothFirmware selected configuration 1

Kernel Panic Logs

No response

TQMatvey commented 1 year ago

hm i am also on latest mac os 13.5, bluetooth can be enabled, but i am unable to connect to any device...

theisyraff commented 1 year ago

I'm on macOS 13.4. Same model of card and same System Report info output. My USBs are also mapped properly. I tried to downgrade my kext version, but it still not working. Apple must have altered something on their side.

TQMatvey commented 1 year ago

Idk, downgrading worked for me

On Fri, Jun 23, 2023, 5:39 PM theisyraff @.***> wrote:

I'm on macOS 13.4. Same model of card and same System Report info output. My USBs are also mapped properly. I tried to downgrade my kext version, but it still not working. Apple must have altered something on their side.

— Reply to this email directly, view it on GitHub https://github.com/OpenIntelWireless/IntelBluetoothFirmware/issues/447#issuecomment-1604090470, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASP3RS3DD2L57PTRVGCW6I3XMVW7PANCNFSM6AAAAAAZMHMOZI . You are receiving this because you commented.Message ID: @.*** com>

zxystd commented 1 year ago

Bluetoolfixup.kext v3.6.8 is needed.

TQMatvey commented 1 year ago

For what exactly?

On Fri, Jun 23, 2023, 6:10 PM 钟先耀 @.***> wrote:

Bluetoolfixup.kext v3.6.8 is needed.

— Reply to this email directly, view it on GitHub https://github.com/OpenIntelWireless/IntelBluetoothFirmware/issues/447#issuecomment-1604126064, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASP3RS4TVBJZKX4X2J4WY3DXMV2QXANCNFSM6AAAAAAZMHMOZI . You are receiving this because you commented.Message ID: @.*** com>

theisyraff commented 1 year ago

The latest Bluetooolfixup is v2.6.7 in BcrmPatchRAM's git uploaded 2 weeks ago... and I have that installed...

zxystd commented 1 year ago

@theisyraff You can get it in CI build. https://github.com/acidanthera/BrcmPatchRAM/actions/runs/5283322833

theisyraff commented 1 year ago

Okay, now it's back. Thanks @zxystd