appleserial / NUC8I5BEH

Hackintosh NUC8I5BEH - 黑苹果 - OpenCore & Clover - Big Sur
https://t.me/hackintash
BSD 2-Clause "Simplified" License
363 stars 52 forks source link

Intel Bluetooth doesn't work neither with Openintelwireless kexts installed in the efi folder...anyone know how to solve it? #25

Closed matteosanta closed 3 years ago

phi-alek commented 3 years ago

Yes, you need to open the usb port for the Bluetooth to work. I did it with hackintool.

matteosanta notifications@github.com schrieb am Sa., 5. Dez. 2020, 23:06:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/appleserial/NUC8I5BEH/issues/25, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARGBS3LOTBS77P6HY4755PTSTKVGVANCNFSM4UO24DVQ .

matteosanta commented 3 years ago

thank you, how can I do it?

wveilleux commented 3 years ago

Hi, First of all, thank you so much to share your NUC experience on GitHub. It help me to upgrade my NUC8 to Big Sur :). But I have the exact same issue. IntelBluetooth was working on my NUC8 with Clover but since I boot with OpenCore 0.6.4 on Big Sur, it doesn't work. So, would you please help us to point out a web page to learn how to open the USB port with Hackintool ? Best Regards

csrutil commented 3 years ago

Because of the IntelBluetooth will require the HS10 usb port, and the USBPorts.kext don't include the port, so you guys can disbale the USBPorts.kext and have a try

        <string>USBPorts.kext</string>
        <key>Comment</key>
        <string></string>
        <key>Enabled</key>
        <true/> # change it to false
        <key>ExecutablePath</key>
csrutil commented 3 years ago

@wveilleux @matteosanta Please try the latest EFI, I did some refinement! Thank you!

wveilleux commented 3 years ago

WOW ! Thank you so much csrutil ! It make it work for me :) Bluetooth is working properly now :)

matteosanta commented 3 years ago

Really thank you, I just tried to do what you suggested and everything works great. Really amazing guide