• Become a Premium Member for $25/year with no ads to improve your community experience.

Intel AX210 Bluetooth not working on Ventura 13.6

texascaptain

New member
Joined
Aug 25, 2023
Messages
2
Motherboard
GigaBytes Aorus z690 elite ax ddr5
CPU
intel 12900k
Graphics
amd rx 5700 xt
OS X/macOS
13.x
Bootloader
  1. OpenCore (UEFI)
Mac
  1. Mac Pro
Mobile Phone
  1. iOS
Hi everyone,

I'm having trouble getting Bluetooth to work on my Hackintosh. I followed the instructions in the guide [https://elitemacx86.com/threads/how-to-enable-intel-wifi-and-bluetooth-on-macos-clover-opencore.604/], but Bluetooth is still not working.

I'm using an Intel AX210 WiFi card, and I've installed the AirportItlwm kext. (for wifi)
  • IntelBluetoothFirmware.kext (for bluetooth)
  • IntelBTPatcher.kext (for bluetooth)
  • BlueToolFixup.kext (for bluetooth)
I've also added the following boot arg to my config.plist:

boot-args, String, alcid=1 npci=0x3000 agdpmod=pikera

also used the method provided by someone else.

Screenshot 2023-08-28 at 10.23.35 PM.png

Quirks for kernel, I enable ExtendBTFeatureFlags, (also turn it off, still doesn't work)

Screenshot 2023-08-28 at 10.27.19 PM.png

I'm not sure what else to try. Can anyone help me?

Thanks!



specific system information
the motherboard model: gigabyte aorus z690 elite ax ddr5
CPU: intel 12900K
graphics card: amd rx 5700 xt
harddrive: wd sn850x 1tb
 
Hi everyone,

I'm having trouble getting Bluetooth to work on my Hackintosh. I followed the instructions in the guide [https://elitemacx86.com/threads/how-to-enable-intel-wifi-and-bluetooth-on-macos-clover-opencore.604/], but Bluetooth is still not working.

I'm using an Intel AX210 WiFi card, and I've installed the AirportItlwm kext. (for wifi)
  • IntelBluetoothFirmware.kext (for bluetooth)
  • IntelBTPatcher.kext (for bluetooth)
  • BlueToolFixup.kext (for bluetooth)
I've also added the following boot arg to my config.plist:

boot-args, String, alcid=1 npci=0x3000 agdpmod=pikera

also used the method provided by someone else.

View attachment 6410

Quirks for kernel, I enable ExtendBTFeatureFlags, (also turn it off, still doesn't work)

View attachment 6411

I'm not sure what else to try. Can anyone help me?

Thanks!



specific system information
the motherboard model: gigabyte aorus z690 elite ax ddr5
CPU: intel 12900K
graphics card: amd rx 5700 xt
harddrive: wd sn850x 1tb
PR Files are missing. Please attach the PR Files to check further.
 
Hi Admin,
Please check the attached PR files.

Thanks
 

Attachments

  • config.plist.zip
    5.6 KB · Views: 5
hi, same problem here, using an hp EliteDesk 800 g4 with i5 8500t, 16gb ram, 480gb nvme, wifi/bt intel ax210, wifi is working fine with itlwm and heliport, bluetooth can be turned on but does not see anything, nor is visible from other devices... I attached config.plist, here the efi folder content:

Code:
/Volumes/EFI/
└── EFI
    ├── APPLE
    │   └── UPDATERS
    │       └── MULTIUPDATER
    │           ├── DpUtil.efi
    │           ├── DpUtil.efi.j174ap.im4m
    │           ├── MCDP29xxApp_V2.025.bin
    │           ├── MCDP29xxIsp_V1.10.bin
    │           ├── MultiUpdater.efi
    │           └── MultiUpdater.efi.j174ap.im4m
    ├── BOOT
    │   └── BOOTx64.efi
    └── OC
        ├── ACPI
        │   ├── SSDT-AWAC-HPET-RTC.aml
        │   ├── SSDT-DMAC.aml
        │   ├── SSDT-EC.aml
        │   ├── SSDT-PLUG.aml
        │   ├── SSDT-PMCR.aml
        │   ├── SSDT-PPMC.aml
        │   ├── SSDT-PTS.aml
        │   ├── SSDT-SBUS-MCHC.aml
        │   ├── SSDT-UIAC.aml
        │   ├── SSDT-USBX.aml
        │   ├── SSDT-WAK.aml
        │   ├── SSDT-XOSI.aml
        │   └── SSDT-XSPI.aml
        ├── Drivers
        │   ├── AudioDxe.efi
        │   ├── HfsPlus.efi
        │   ├── OpenRuntime.efi
        │   └── ResetNvramEntry.efi
        ├── Kexts
        │   ├── AppleALC.kext
        │   │   └── Contents
        │   │       ├── Info.plist
        │   │       └── MacOS
        │   │           └── AppleALC
        │   ├── BlueToolFixup.kext
        │   │   └── Contents
        │   │       ├── Info.plist
        │   │       └── MacOS
        │   │           └── BlueToolFixup
        │   ├── EFICheckDisabler.kext
        │   │   └── Contents
        │   │       └── Info.plist
        │   ├── IntelBTPatcher.kext
        │   │   └── Contents
        │   │       ├── Info.plist
        │   │       └── MacOS
        │   │           └── IntelBTPatcher
        │   ├── IntelBluetoothFirmware.kext
        │   │   └── Contents
        │   │       ├── Info.plist
        │   │       └── MacOS
        │   │           └── IntelBluetoothFirmware
        │   ├── IntelMausi.kext
        │   │   └── Contents
        │   │       ├── Info.plist
        │   │       └── MacOS
        │   │           └── IntelMausi
        │   ├── Lilu.kext
        │   │   └── Contents
        │   │       ├── Info.plist
        │   │       └── MacOS
        │   │           └── Lilu
        │   ├── NVMeFix.kext
        │   │   └── Contents
        │   │       ├── Info.plist
        │   │       └── MacOS
        │   │           └── NVMeFix
        │   ├── RestrictEvents.kext
        │   │   └── Contents
        │   │       ├── Info.plist
        │   │       └── MacOS
        │   │           └── RestrictEvents
        │   ├── USBPorts.kext
        │   │   └── Contents
        │   │       └── Info.plist
        │   ├── VirtualSMC.kext
        │   │   └── Contents
        │   │       ├── Info.plist
        │   │       └── MacOS
        │   │           └── VirtualSMC
        │   ├── WhateverGreen.kext
        │   │   └── Contents
        │   │       ├── Info.plist
        │   │       └── MacOS
        │   │           └── WhateverGreen
        │   └── itlwm.kext
        │       └── Contents
        │           ├── Info.plist
        │           └── MacOS
        │               └── itlwm
        ├── OpenCore.efi
        ├── Resources
        │   └── Audio
        │       └── OCEFIAudio_VoiceOver_Boot.mp3
        ├── Tools
        │   ├── CleanNvram.efi
        │   └── OpenShell.efi
        └── config.plist

50 directories, 53 files

efi folder is the one by deeveedee, perfect setup (I swapped the wifi card to have one working)
 
hi, same problem here, using an hp EliteDesk 800 g4 with i5 8500t, 16gb ram, 480gb nvme, wifi/bt intel ax210, wifi is working fine with itlwm and heliport, bluetooth can be turned on but does not see anything, nor is visible from other devices... I attached config.plist, here the efi folder content:

Code:
/Volumes/EFI/
└── EFI
    ├── APPLE
    │   └── UPDATERS
    │       └── MULTIUPDATER
    │           ├── DpUtil.efi
    │           ├── DpUtil.efi.j174ap.im4m
    │           ├── MCDP29xxApp_V2.025.bin
    │           ├── MCDP29xxIsp_V1.10.bin
    │           ├── MultiUpdater.efi
    │           └── MultiUpdater.efi.j174ap.im4m
    ├── BOOT
    │   └── BOOTx64.efi
    └── OC
        ├── ACPI
        │   ├── SSDT-AWAC-HPET-RTC.aml
        │   ├── SSDT-DMAC.aml
        │   ├── SSDT-EC.aml
        │   ├── SSDT-PLUG.aml
        │   ├── SSDT-PMCR.aml
        │   ├── SSDT-PPMC.aml
        │   ├── SSDT-PTS.aml
        │   ├── SSDT-SBUS-MCHC.aml
        │   ├── SSDT-UIAC.aml
        │   ├── SSDT-USBX.aml
        │   ├── SSDT-WAK.aml
        │   ├── SSDT-XOSI.aml
        │   └── SSDT-XSPI.aml
        ├── Drivers
        │   ├── AudioDxe.efi
        │   ├── HfsPlus.efi
        │   ├── OpenRuntime.efi
        │   └── ResetNvramEntry.efi
        ├── Kexts
        │   ├── AppleALC.kext
        │   │   └── Contents
        │   │       ├── Info.plist
        │   │       └── MacOS
        │   │           └── AppleALC
        │   ├── BlueToolFixup.kext
        │   │   └── Contents
        │   │       ├── Info.plist
        │   │       └── MacOS
        │   │           └── BlueToolFixup
        │   ├── EFICheckDisabler.kext
        │   │   └── Contents
        │   │       └── Info.plist
        │   ├── IntelBTPatcher.kext
        │   │   └── Contents
        │   │       ├── Info.plist
        │   │       └── MacOS
        │   │           └── IntelBTPatcher
        │   ├── IntelBluetoothFirmware.kext
        │   │   └── Contents
        │   │       ├── Info.plist
        │   │       └── MacOS
        │   │           └── IntelBluetoothFirmware
        │   ├── IntelMausi.kext
        │   │   └── Contents
        │   │       ├── Info.plist
        │   │       └── MacOS
        │   │           └── IntelMausi
        │   ├── Lilu.kext
        │   │   └── Contents
        │   │       ├── Info.plist
        │   │       └── MacOS
        │   │           └── Lilu
        │   ├── NVMeFix.kext
        │   │   └── Contents
        │   │       ├── Info.plist
        │   │       └── MacOS
        │   │           └── NVMeFix
        │   ├── RestrictEvents.kext
        │   │   └── Contents
        │   │       ├── Info.plist
        │   │       └── MacOS
        │   │           └── RestrictEvents
        │   ├── USBPorts.kext
        │   │   └── Contents
        │   │       └── Info.plist
        │   ├── VirtualSMC.kext
        │   │   └── Contents
        │   │       ├── Info.plist
        │   │       └── MacOS
        │   │           └── VirtualSMC
        │   ├── WhateverGreen.kext
        │   │   └── Contents
        │   │       ├── Info.plist
        │   │       └── MacOS
        │   │           └── WhateverGreen
        │   └── itlwm.kext
        │       └── Contents
        │           ├── Info.plist
        │           └── MacOS
        │               └── itlwm
        ├── OpenCore.efi
        ├── Resources
        │   └── Audio
        │       └── OCEFIAudio_VoiceOver_Boot.mp3
        ├── Tools
        │   ├── CleanNvram.efi
        │   └── OpenShell.efi
        └── config.plist

50 directories, 53 files

efi folder is the one by deeveedee, perfect setup (I swapped the wifi card to have one working)
Incomplete PR Files attached.
 
i'm new, please tell me what i'm missing and i'll add the missing parts... thanks for your patience

do you want full efi folder?
 
i'm new, please tell me what i'm missing and i'll add the missing parts... thanks for your patience

do you want full efi folder?
And a copy of IOReg+System Report.
 
thanks, here they are, included the updated config.plist (I did other trials...)
You must attach the IOReg using the IOReg App. It seems like the USB ports are either not mapped or the Bluetooth isn't connected.
 

Forum statistics

Threads
1,496
Messages
14,243
Members
21,497
Latest member
hbii