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

Not working at all #429

Closed ArtMvs closed 1 year ago

ArtMvs commented 1 year ago

Have you read the docs?

Yes

macOS Version

macOS 13.2.1

Kext Version

2.2.0

Wireless Adapter Model and USB Product ID

Intel AX 201 0x0026

Description

Bluetooth does not work at all, all steps are followed. btfirmware,btpatch, bluetoolfixup, injector deleted. In monterey everything worked, the config is correct, the arms are straight. I pray to fix..

Info in System Report - Bluetooth

idk how get this in ventura

Relevant log output

[    0.870769]: IntelFirmware: Driver init()
[    0.870779]: IntelFirmware: Driver Probe()
[    0.870787]: IntelFirmware: name=IOUSBHostDevice, class=IOService, vendorID=0x8087, productID=0x0026
[    0.870798]: IntelFirmware: Driver Start()
[    0.870826]: IntelFirmware: virtual bool BtIntel::initWithDevice(IOService *, IOUSBHostDevice *)
[    0.870829]: IntelFirmware: virtual bool USBDeviceController::init(IOService *, IOUSBHostDevice *)
[    0.870840]: IntelFirmware: virtual bool USBDeviceController::initConfiguration()
[    0.870851]: IntelFirmware: set configuration to 1
[    0.871249]: IntelFirmware: virtual bool USBDeviceController::findInterface()
[    0.871255]: IntelFirmware: Found interface!!!
[    0.871268]: IntelFirmware: virtual bool USBDeviceController::findPipes()
[    0.871271]: IntelFirmware: Found Interrupt endpoint!
[    0.871436]: IntelFirmware: Found Bulk out endpoint!
[    0.871621]: IntelFirmware: Found Bulk in endpoint!
[    0.871789]: IntelFirmware: BT init succeed
[    0.873418]: IntelFirmware: Read the legacy Intel version information
[    0.873422]: IntelFirmware: Firmware revision 0.0 build 111 week 53 2019
[    0.873427]: IntelFirmware: Frimware is already running, finishing
[    0.874382]: IntelFirmware: Clean up...
[    0.874386]: IntelFirmware: virtual void BtIntel::free()
[    0.874388]: IntelFirmware: virtual void USBDeviceController::free()
redmi@MBP-Artur ~ % sudo dmesg | grep IntelFirmware dbg.txt
grep: dbg.txt: No such file or directory
redmi@MBP-Artur ~ % sudo dmesg | grep IntelFirmware        
[    0.870769]: IntelFirmware: Driver init()
[    0.870779]: IntelFirmware: Driver Probe()
[    0.870787]: IntelFirmware: name=IOUSBHostDevice, class=IOService, vendorID=0x8087, productID=0x0026
[    0.870798]: IntelFirmware: Driver Start()
[    0.870826]: IntelFirmware: virtual bool BtIntel::initWithDevice(IOService *, IOUSBHostDevice *)
[    0.870829]: IntelFirmware: virtual bool USBDeviceController::init(IOService *, IOUSBHostDevice *)
[    0.870840]: IntelFirmware: virtual bool USBDeviceController::initConfiguration()
[    0.870851]: IntelFirmware: set configuration to 1
[    0.871249]: IntelFirmware: virtual bool USBDeviceController::findInterface()
[    0.871255]: IntelFirmware: Found interface!!!
[    0.871268]: IntelFirmware: virtual bool USBDeviceController::findPipes()
[    0.871271]: IntelFirmware: Found Interrupt endpoint!
[    0.871436]: IntelFirmware: Found Bulk out endpoint!
[    0.871621]: IntelFirmware: Found Bulk in endpoint!
[    0.871789]: IntelFirmware: BT init succeed
[    0.873418]: IntelFirmware: Read the legacy Intel version information
[    0.873422]: IntelFirmware: Firmware revision 0.0 build 111 week 53 2019
[    0.873427]: IntelFirmware: Frimware is already running, finishing
[    0.874382]: IntelFirmware: Clean up...
[    0.874386]: IntelFirmware: virtual void BtIntel::free()
[    0.874388]: IntelFirmware: virtual void USBDeviceController::free()
redmi@MBP-Artur ~ %

Kernel Panic Logs

No response

ArtMvs commented 1 year ago

Sorry I updated the kext to newest 2.3.0 and bt working. Thx vm