OpenIntelWireless / IntelBluetoothFirmware

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

AX210 on Monterey #404

Closed peddy22 closed 2 years ago

peddy22 commented 2 years ago

Have you read the docs?

Yes

macOS Version

12.4

Kext Version

v2.1.0 and bluetoolfixup 2.6.2

Wireless Adapter Model and USB Product ID

Intel AX210 0x0032

Description

Bluetooth doesn't operate, the dialog doesn't show available bluetooth devices and Airdrop doesn't work iPhone can see the computer when the dialog is open but cannot pair

Info in System Report - Bluetooth

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

Bluetooth HCI:

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

Relevant log output

[    6.929194]: IntelFirmware: Driver init()
[    6.929208]: IntelFirmware: Driver Probe()
[    6.929218]: IntelFirmware: name=IOUSBHostDevice, class=IOService, vendorID=0x8087, productID=0x0032
[    6.929240]: IntelFirmware: Driver Start()
[    6.929276]: IntelFirmware: virtual bool BtIntel::initWithDevice(IOService *, IOUSBHostDevice *)
[    6.929284]: IntelFirmware: virtual bool USBDeviceController::init(IOService *, IOUSBHostDevice *)
[    6.929300]: IntelFirmware: virtual bool USBDeviceController::initConfiguration()
[    6.930013]: IntelFirmware: set configuration to 1
[    6.930506]: IntelFirmware: virtual bool USBDeviceController::findInterface()
[    6.930513]: IntelFirmware: Found interface!!!
[    6.930527]: IntelFirmware: virtual bool USBDeviceController::findPipes()
[    6.930531]: IntelFirmware: Found Interrupt endpoint!
[    6.930598]: IntelFirmware: Found Bulk out endpoint!
[    6.930631]: IntelFirmware: Found Bulk in endpoint!
[    6.930658]: IntelFirmware: BT init succeed
[    6.933615]: IntelFirmware: Firmware timestamp 2021.39 buildtype 1 build 31878
[    6.933822]: IntelFirmware: Found device firmware ibt-0041-0041.sfi 
[    6.941206]: IntelFirmware: Found device firmware: ibt-0041-0041.sfi
[    6.941213]: IntelFirmware: firmwareVersion
[    6.941258]: IntelFirmware: Boot Address: 0x100800
[    6.941261]: IntelFirmware: Firmware Version: 134-39.21
[    6.941264]: IntelFirmware: Firmware already loaded
[    6.941353]: IntelFirmware: Frimware is already running, finishing
[    6.943610]: IntelFirmware: Clean up...
[    6.943615]: IntelFirmware: virtual void BtIntel::free()
[    6.943618]: IntelFirmware: virtual void USBDeviceController::free()

Kernel Panic Logs

No response