All Activity
- Past hour
-
@schrup21 I reverted to the Lilu kext version 1.7.2 released in March and no more issues, wifi back working. I was loading a Lilu kext version I downloaded from the Dortania build repo that is not really compatible with the AppleBCMWLANCompanion.kext.
- 387 replies
-
- broadcom wifi
- macos sonoma
-
(and 4 more)
Tagged with:
-
superjili1ph joined the community
- Today
-
-
Hi all Devs Try to use gcc16.1 But I can't build Clover with these settings and Default Toolchian GCC161: build error 4000 gcc161 not defined etc. if [[ $MYTOOLCHAIN == GCC* ]] && [[ ! -x "${GCC161_BIN}" ]]; then if [[ $MYTOOLCHAIN == GCC161 ]]; then cd "${CLOVERROOT}" ./build_gcc16.sh else MYTOOLCHAIN=XCODE16 fi fi I take a look at the repo and see : if [[ $MYTOOLCHAIN == GCC* ]] && [[ ! -x "${GCC152_BIN}" ]]; then if [[ $MYTOOLCHAIN == GCC152 ]]; then cd "${CLOVERROOT}" ./build_gcc16.sh else MYTOOLCHAIN=XCODE16 fi fi I can't build too if Default ToolChain is GCC161. I don't understand why Default ToolChain must be GCC152 !!! So Buildme use gcc152 parameters instead of gcc161 :
- 30972 replies
-
- bootloader
- efi
-
(and 2 more)
Tagged with:
-
Usama Nasir joined the community
-
@Zevgoli I don't use revpatch in boot-args (I insert revpatch in NVRAM > Add > 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102), so I don't know the boot-arg syntax, but I'm suspicious of having two revpatch= statements in boot-args. The syntax that I know is revpatch=arg1,arg2 (the revpatch arguments are comma delimited). Also, depending on which macOS you're running, I don't think that amfi_get_out_of_my_way=1 works any more. I don't think you should be using it at all (I'd prefer using AMFIPass.kext if you're using it for OCLP), but that's just my preference. If you actually need it, then you probably should be using amfi=0x80 instead. Whenever you're asking questions about your config.plist, it's best to post the entire config.plist.
-
You all know the hassles Ive been having updating from one version to another. I was thinking could it be a boot arg that is causing the problem? Here are the ones I am currently using: -igfxvesa revpatch=sbvmm -btlfxboardid brcmfx-country=#a revpatch=auto npci=0x2000 amfi_get_out_of_my_way=1 Are there any here that might be a red flag to anyone? Thanks for any help. Cheers, Howard
-
朱浩 joined the community
-
Now that HDAUniversal is working well on my HP EliteBook 850 G7 laptop with MaLd0n's updated version here, I removed boot-arg alcid and kept only DeviceProperty layout-id. HDAUniversal continues to work fine with this configuration. EDIT: The same audio DeviceProperties are working fine with AppleALC (macOS up to Sequoia), VoodooHDA 4.0 (macOS Tahoe) and HDAUniversal (macOS Tahoe). EDIT2: Interesting... HDAUniversal does not appear in Hackintool's Extensions list. I never thought about it, but I guess Hackintool displays only Extensions that it knows.
-
I now have HDAUniversal working well on my HP EliteBook 850 G7 laptop in one Tahoe test Volume thanks to MaLd0n's updated kext here. I will maintain two Tahoe test volumes so that I can continue to experiment with both VoodooHDA and HDAUniversal. If either solution eventually enables Intel iGPU HDMI, that would be awesome, but for now, both solutions are outstanding. Thank you Slice and MaLd0n and any other Devs helping behind the scenes.
-
ao88sociall joined the community
-
8xbet8senet changed their profile photo
-
xoilacvncom changed their profile photo
-
Sherrie K. Salinas joined the community
-
co88cheap1 joined the community
-
@MaLd0n Well done! Internal Intel HD audio is now working on my HP EliteBook 850 G7 laptop with your latest HDAUniversal!!! 🙌🙌 And you are correct, with your latest HDAUniversal.kext, HDAS is renamed to HDEF, so Codec-Info detects my audio without SSDT-HDAS. Nice work!!! ... and audio quality is outstanding! Menu Bar Codec-Info EDIT: I installed HDAUniversal with SIP csr-active-config = <03000000>. After installation, I restricted SIP with csr-active-config = <01000000>. All working well.
-
GoodLuck Pharmacy joined the community
-
new882info2 joined the community
-
Aravind222 joined the community
-
Gilario Hington joined the community
-
@MaLd0n I have an issue with codce-info, just in case you want to check in. This is Sonoma with AppleALC. No root patches. I'm sure that my onboard code is ALC1220. It's what I see in IOReg, Hackintool and ATH. But codec-info says that my codec is ALC897. Attached the logs. Maybe I am wrong and codec-info is intended to be used only with HDAUniversal. HDAUniversal-Test-Logs-2026-07-03_13-45-01.zip
-
Taco Pros changed their profile photo
-
Ethan Wilson changed their profile photo
-
Download Full Installer app updated for macOS Tahoe
miliuco replied to miliuco's topic in Hackintosh Tools
New version 4.5.3 Fixes a bug where changing macOS version on the Firmwares tab did not reload the installers list with the same macOS Added macOS 14.0 UI fixes Version bump from to 4.5.3 (build 253) https://github.com/perez987/DownloadFullInstaller/releases/tag/4.5.3 -
xoso66 date changed their profile photo
-
58h58hcom changed their profile photo
-
Sonoma end of life will be sooner than for Tahoe.
-
I still have sonoma as well on one of my backup disk. I just don't bother to update it to Tahoe. 😅
-
but is AppleVTD activated? (it should, because I guess it would cause a KP otherwise) I've only added the mandatory properties according the documentation: disable-io-mapper, firmware-hash, firmware-path and srom-slide (the last would only be required for 4350 chips but doesn't hurt) you can verify if the kext is loaded with kextstat + you can grep the bcmc related log entries using dmesg (Acidanthera's debug enhancer is required for dmesg) kextstat | grep bcmc sudo dmesg | grep bcm
- 387 replies
-
- 1
-
-
- broadcom wifi
- macos sonoma
-
(and 4 more)
Tagged with:
-
Chlomaki changed their profile photo
-
SONCLUB Gameplay18 changed their profile photo
-
Thank you for the quick diagnosis! No worries - I'll switch back to VoodooHDA.kext. Note that I did try renaming HDAS to HDEF after I saw the match in HDAUniversal's Info.plist, but that was not sufficient to load HDAUniversal. EDIT: @MaLd0n I played with this a little more and was able to get HDAUniversal to load, but it was intermittent. Sometimes it would load if I changed HDAUniversal's Info.plist (changing HDEF->HDAS and/or changing PCIClass) and sometimes it would load if I renamed ACPI HDAS->HDEF and/or change class-code. I couldn't figure out why it loaded some times and not others, but even when it did load, I still did not have audio. Based on your previous explanation, I think this is expected but I wanted to let you know in case it helps you. Thanks for your hard work on this.
-
@schrup21 I tweaked a bit my config.plist file removing a device property line "bcmc-srom-slide" that I defined as 00000000 and added the property "bcmc-disable-io-mapper" defined as 00000000 which is what you add. The computer now arrives at the desktop but frozen, which is different from what I was experiencing, as before the computer was freezing on a black screen that shows up after the Apple logo disappears. I verified again the boot args and device properties and nothing else has been messed AFAIK. wifi.log.zip
- 387 replies
-
- broadcom wifi
- macos sonoma
-
(and 4 more)
Tagged with:
-
The device is exposed by firmware as HDAS with PCI class 040100, which means generic multimedia audio/SST-cAVS style, not classic HDA 040300. HDAUniversal currently matches only HDEF or real HDA class 040300, so it never reaches start() and cannot rename the device. We need controlled HDAS/040100 support with strong HDA validation, not a blind match, to avoid attaching to the wrong audio controller.
- Yesterday
-
Thank you. I was only trying to have working Codec-Info first (which is supposed to be used when AppleALC or VoodooHDA are installed). I was able to get Codec-Info working after adding a custom _DSM for HDAS. EDIT: The attached archive has the ACPI patches and SSDT that I added to have working Codec-Info. Without this, Codec-Info did not detect my hack's audio. I don't believe that all of the properties in the SSDT are necessary, but I didn't experiment further since I was just happy that it worked. I was hoping that this fix would also work for HDAUniversal, but as MaLd0n explained (and as I observed), this is not the case. Archive.zip