IntelBluetoothFirmware icon indicating copy to clipboard operation
IntelBluetoothFirmware copied to clipboard

AC 3160 WIFI正常但是蓝牙无法工作 Ventura 13.7.1

Open DreamHeart09 opened this issue 1 year ago • 0 comments

Have you read the docs?

Yes

macOS Version

13.7.1 (22H221)

Kext Version

v2.4.0

Wireless Adapter Model and USB Product ID

Intel AC 3160 / USB Product ID: 0x07dc, vendorID: 0x8087

Description

笔记本无线网卡AC3160,WIFI 使用Airportitlwm.kext 可以正常工作,但是蓝牙无法识别

  • 系统信息如下: image

image

  • hackintool image

  • kernel kext image

  • kextstat 如下:

 ~ % kextstat |grep -Ei "IntelBluetooth|BluetoolFixup"
Executing: /usr/bin/kmutil showloaded
No variant specified, falling back to release
   56    0 0xffffff800444a000 0xa000     0xa000     as.acidanthera.BlueToolFixup (2.6.4) 2588663C-8CC3-3D94-9555-23402237E8E1 <55 9 7 6 3 2 1>
  124    0 0xffffff8004463000 0xafd000   0xafd000   com.zxystd.IntelBluetoothFirmware (2.4.0) F9DD55B4-27C6-39D5-AAFC-C599DB3DEBCA <25 7 6 3>
  • dmesg 如下:
 ~ % sudo dmesg|grep IntelFir                         
Password:
[    3.654055]: IntelFirmware: Driver init()
[    3.654061]: IntelFirmware: Driver Probe()
[    3.654066]: IntelFirmware: name=IOUSBHostDevice, class=IOService, vendorID=0x8087, productID=0x07DC
[    3.654074]: IntelFirmware: Driver Start()
[    3.654103]: IntelFirmware: virtual bool BtIntel::initWithDevice(IOService *, IOUSBHostDevice *)
[    3.654111]: IntelFirmware: virtual bool USBDeviceController::init(IOService *, IOUSBHostDevice *)
[    3.654122]: IntelFirmware: virtual bool USBDeviceController::initConfiguration()
[    3.654128]: IntelFirmware: set configuration to 1
[    3.654438]: IntelFirmware: virtual bool USBDeviceController::findInterface()
[    3.654443]: IntelFirmware: Found interface!!!
[    3.654455]: IntelFirmware: virtual bool USBDeviceController::findPipes()
[    3.654459]: IntelFirmware: Found Interrupt endpoint!
[    3.654683]: IntelFirmware: Found Bulk out endpoint!
[    3.654891]: IntelFirmware: Found Bulk in endpoint!
[    3.655111]: IntelFirmware: BT init succeed
[    3.667496]: IntelFirmware: read Intel version: 370710010002030d00
[    3.667510]: IntelFirmware: Found device firmware ibt-hw-37.7.10-fw-1.0.2.3.d.bseq 
[    3.667692]: IntelFirmware: Intel Bluetooth firmware file: ibt-hw-37.7.10-fw-1.0.2.3.d.bseq
[    3.778491]: IntelFirmware: Patch file download done
[    3.791496]: IntelFirmware: Intel BT fw patch 0x56 completed & activated
[    3.794495]: IntelFirmware: Clean up...
[    3.794497]: IntelFirmware: virtual void BtIntel::free()
[    3.794499]: IntelFirmware: virtual void USBDeviceController::free()

Info in System Report - Bluetooth

蓝牙控制器:
  地址:	NULL
  状态:	关闭
  芯片组:	BCM_4350C2
  可被发现:	关闭
  固件版本:	v0 c0
  支持的服务:	0x382039 < HFP AVRCP A2DP HID Braille AACP GATT SerialPort >
  传输:	USB
  供应商ID:	0x004C (Apple)

Relevant log output

sudo dmesg | grep -i IntelBluetooth
Password:
[    3.654136]: IOUSBHostDevice@14400000: IOUSBHostDevice::setConfigurationGated: IntelBluetoothFirmware selected configuration 1

Kernel Panic Logs

DreamHeart09 avatar Dec 10 '24 06:12 DreamHeart09