zearp / Nucintosh

Intel NUC Hackintosh Stuff
711 stars 84 forks source link

[NUC8i5BEH] - macOS 12 beta 2 no bluetooth #55

Closed ecklf closed 3 years ago

ecklf commented 3 years ago

Sadly not having any bluetooth after fresh install. It displays as on but doesn't start searching for anything.

image

Hackintool:

image

Please provide the follow information:

zearp commented 3 years ago

bt

I just paired a mouse to test and it does work for me. What made you conclude it isn't working? Can't see devices that are in pairing mode?

zearp commented 3 years ago

upgrading to latest open core

What exactly does that entail? The OpenCore and kexts build on the repo are very up-to-date, newer than any release version from the official repo's cuz I build from the latest sources. Chances are if you mix up release versions of kexts/OpenCore with things from the repo you get weird issues cuz fixes/changes can depend on other changes not found the release version or the other way around. I've had a similar issue the other day.

Someone "updated" the kexts but in fact downgraded them, breaking other parts of the chain. Things kexts on the repo depend on where not found yet in the release version he "upgraded" with. Causing problems. If you do these kind of things you have to "upgrade" everything, all kexts and all OpenCore parts. Mixing up release versions with newer builds can lead to very strange problems.

I also can't really help if things are changed compared to my repo cuz I won't be running the same versions and such. Try the latest EFI by cloning the repo, or download the one I've attached here.

EFI-Monterey.zip

I'm running above EFI on my Monterey test NUC.

ecklf commented 3 years ago

What made you conclude it isn't working? Can't see devices that are in pairing mode?

It was taking ages to load up from the preference pane, have no loading spinner or show any of my Bluetooth devices.

What exactly does that entail I didn't see the used OC version documented anywhere in this repo.

I kept all the kexts as is (also downloaded the Monterey kext from the README link).

Just tried using BlueTool / IntelBluetoothFirmware kexts from the GitHub releases which seems to have fixed my issue.

zearp commented 3 years ago

I'm glad it's fixed but I don't know what happened that made it not work in the first place. Just be mindful when you update things cuz it might not be an update. If you must run the very latest bleeding edge versions, I suggest you use the Dortania build site where they have new builds every single time one of the repo's they follow gets a commit.

As for issues on my repo, I can only help if people use the EFI unmodified, the only changes should be the serials and such. I can't reliably reproduce issues if people run different versions of OpenCore or kexts from me. No matter how minor, it is not good for troubleshooting. I always compile all the parts in one go so they will work together without conflicts or issues.

The current builds on the repo are 16 hours old. The only commits to OpenCore and the kexts that are missing are the ones newer than 16 hours. Tomorrow I will zip it up and make a release of it, trying to do that every Monday or whenever needed. Either way your problem is solved so I'll close this issue.

Let me know if you run into trouble again!

ecklf commented 3 years ago

Gotcha. Thanks for the quick response ☺️