Jump to content
325 posts in this topic

Recommended Posts

5 hours ago, kaoskinkae said:

AppleHDA.kext macOS 26 Tahoe beta 3 MyKextInstaller /Libreria/Developer/KDKs/KDK_26.0_25A5279m.kdk/System/Library/Extensions

 

Ho provato a usare il metodo MyKextInstaller, ad estrarre il kext KDK e a installarlo come facevamo prima quando usavamo Chameleon o Clover (che bei ricordi), ma senza successo, il sistema continua a riavviarsi.

 

Non so se è il modo corretto e semplice per farlo e, se tutto il resto fallisce, come posso rientrare nel sistema senza dover reinstallare o installare da zero.

 

L'ho provato su un SSD USB e non ho avuto altra scelta che installarlo da zero. Quindi ho provato a far sì che l'USB si riavviasse e potessi installarlo.

immagine.png.2b9bfad84893183568f1f525c1e1b0d8.png

 

https://github.com/chris1111/VoodooHDA-Tahoe

 

Ops , Sorry I misunderstood , I thought you wanted to install VoodooHda

Edited by Anto65
  • Like 1
4 hours ago, kaoskinkae said:

I don't know if it's the correct and simple way to do it, and if all else fails, how can I get back into the system without having to reinstall or install from scratch.

Start in recovery mode and in the terminal type the following:

mount -uw /Volumes/Tahoe
bless --mount /Volumes/Tahoe --bootefi --last-sealed-snapshot

Rename 'Tahoe' to the name of the disk where you installed macOS Tahoe.

8 minutes ago, Anto65 said:

Why not include the kext in the zip ? 

 

... i will test ... thx

Do you need it?
Here it is:AppleHDA.kext.zip

  • Like 4
  • Thanks 2
1 hour ago, Mirone said:

Start in recovery mode and in the terminal type the following:

mount -uw /Volumes/Tahoe
bless --mount /Volumes/Tahoe --bootefi --last-sealed-snapshot

Rename 'Tahoe' to the name of the disk where you installed macOS Tahoe.

Do you need it?
Here it is:AppleHDA.kext.zip

 

:thumbsup_anim:

 

Bingo !!!

 

After rebooting, the green screen appeared, but only for a few seconds,
then it continued to boot, displaying the Welcome screen again 

 

... AppleHDA restored and working ... Congratulations !

 

approved_MINI.png.c3bde742ce9c662891e92bdd4ece032e.png

 

Spoiler

 

 Screenshot2025-07-10alle18_29_05.thumb.png.f2846db3dee30a72c2f965b387b90fcc.png

  Screenshot2025-07-10alle18_35_01.thumb.png.c21bd8796f5faabbf303182290d540c4.png

 

( AmfiPass.kext  is not a required )

Edited by Anto65
  • Like 5
  • Haha 2
23 hours ago, Mirone said:

Starten Sie im Wiederherstellungsmodus und geben Sie im Terminal Folgendes ein:

 

Benennen Sie „Tahoe“ in den Namen der Festplatte um, auf der Sie macOS Tahoe installiert haben.

Brauchst du es?
Hier ist es:AppleHDA.kext.zip

Hello friend @Mirone
 

You're truly a great developer, kudos for your work on the MyKextInstaller.app.

 

The sound now works after installing the AppleHDA.kext (4.5 MB) with your MyKextInstaller.

I first installed the KDK as instructed, then the message "Copying KDK" appeared (which wasn't visible in your previous app version), and then a backup of the original AppleHDA was created. I assumed some frameworks were still needed, which isn't the case, is it?

 

Then finally, the decisive attempt with a restart came, and the sound came from my internal speakers in my late 2013 (27-inch) original iMac. My late 2023 iMac has a Cirrus Logic sound chip  Realtek ACL892.

 

You managed to restore the sound with AppleHDA, which wasn't possible with the Dortania OCLP 3.0.0 nightly and with my Chinese friend labobamac's OCLP mod.

 

Thanks again for your work. Is there any way I can reward you with a PayPal donation or something similar?

Edited by AlfredoM
  • Like 3
23 minutes ago, AlfredoM said:

Hello friend @Mirone
 

You're truly a great developer, kudos for your work on the MyKextInstaller.app.

 

The sound now works after installing the AppleHDA.kext (4.5 MB) with your MyKextInstaller.

I first installed the KDK as instructed, then the message "Copying KDK" appeared (which wasn't visible in your previous app version), and then a backup of the original AppleHDA was created. I assumed some frameworks were still needed, which isn't the case, is it?

 

Then finally, the decisive attempt with a restart came, and the sound came from my internal speakers in my late 2013 (27-inch) original iMac. My late 2023 iMac has a Cirrus Logic sound chip.

 

You managed to restore the sound with AppleHDA, which wasn't possible with the Dortania OCLP 3.0.0 nightly and with my Chinese friend labobamac's OCLP mod.

 

Thanks again for your work. Is there any way I can reward you with a PayPal donation or something similar?

I'm glad you have some luck in life, I've never done anything here with the intention of raising any money, but if you feel happy to buy me a beer here's this link: Pay me a beer.

  • Like 4
  • Thanks 1
On 7/10/2025 at 3:53 PM, LockDown said:

@Mirone needs to update it. Unless you want to do it manually.

 

For those who like to do things manually, here is my procedure 😀....

 

Boot to Recovery Terminal.  Revert System to Last Sealed Snapshot...

-bash-3.2# sw_vers
ProductName:        macOS
ProductVersion:        26.0
BuildVersion:        25A5306g
-bash-3.2# nvram csr-active-config
csr-active-config    %03%08%00%00
-bash-3.2# mount -uw /Volumes/Tahoe
-bash-3.2# bless --mount /Volumes/Tahoe --bootefi --last-sealed-snapshot
-bash-3.2# reboot

 

Boot to Tahoe
1) Delete /Library/Developer/KDKs/KDK_26.0_25A5279m.kdk and re-install it (to get clean slate)

Spoiler

FreshInstallKDK.thumb.png.dd73d9d3a71a06f4bbd09265d2377420.png

 

2) Use Finder to copy /Library/Developer/KDKs/KDK_26.0_25A5279m.kdk/System/Library/Extensions/AppleHDA.kext to the desktop

Spoiler

AppleHDAinSLE.thumb.png.bdebc529e43dcbce7c7f40ab99174ff5.png

 

3) Open Terminal app.  

a) Check SIP is disabled and use kextstat to determine which kexts are loading eg AppleALC will be present but not AppleHDA...

fusion71au@fusion71aus-iMac ~ % nvram csr-active-config
csr-active-config    %03%08%00%00
fusion71au@fusion71aus-iMac ~ % kextstat | grep -v com.apple
Executing: /usr/bin/kmutil showloaded
No variant specified, falling back to release
Index Refs Address            Size       Wired      Name (Version) UUID <Linked Against>
   56    7 0xffffff8003fcf000 0x8a000    0x8a000    as.vit9696.Lilu (1.7.1) 5CA2C003-EA7F-33F3-8EE1-490058EF1273 <9 7 6 3 2 1>
   57    0 0xffffff8004083000 0xbf000    0xbf000    as.vit9696.WhateverGreen (1.7.0) 51E380A1-EDF4-3867-BB4E-D14B05B0EE46 <56 19 9 7 6 3 2 1>
   58    0 0xffffff8004142000 0x1e0000   0x1e0000   as.vit9696.AppleALC (1.9.5) 6BEB0E61-920F-3943-8F80-CA7DE9D0E251 <56 19 9 7 6 3 1>
   59    0 0xffffff8005335000 0xcf000    0xcf000    com.dhinakg.AMFIPass (1.4.1) 7DF1CDFC-7EFE-3D82-A3A2-7DACE8B1D097 <56 9 8 7 6 3 2 1>
   60    0 0xffffff8005404000 0x11000    0x11000    as.vit9696.RestrictEvents (1.1.6) 5B2520EE-C62F-3FE0-9022-CF27337785EE <56 9 7 6 3 2 1>
   61    2 0xffffff8004059000 0x2a000    0x2a000    as.vit9696.VirtualSMC (1.3.7) BEA66AA0-F390-33BF-BF8B-7A39995B758C <56 17 9 7 6 3 1>
   62    0 0xffffff800434b000 0xf000     0xf000     as.vit9696.SMCProcessor (1.3.7) FF295529-8E9F-320C-8168-C247A14150F1 <61 56 17 9 7 6 3 2 1>
   86    0 0xffffff80043a3000 0xf92000   0xf92000   com.zxystd.itlwm (2.1.0) 9EA21A95-A8E4-3ED3-976D-EB380BDD7073 <52 19 7 6 3 1>
   92    0 0xffffff8004322000 0x29000    0x29000    com.insanelymac.IntelMausiEthernet (2.4.0d0) 6FDD7FE8-3965-3DAC-8997-8F76D32D99E5 <52 19 7 6 3 1>
   93    0 0xffffff800435a000 0x49000    0x49000    ru.joedm.SMCSuperIO (1.3.7) 5C68A54F-40E5-3D8F-8846-943664BAD6CB <61 56 17 9 7 6 3 2 1>

b) Mount the root volume (in my case disk1s4) as r/w @/System/Volumes/Update/mnt1 (if the folder isn't already there, make it with the command sudo mkdir /System/Volumes/Update/mnt1), merge /Library/Developer/KDKs/KDK_26.0_25A5279m.kdk/System into /System/Volumes/Update/mnt1/System with "ditto", copy over AppleHDA from desktop to SLE, use "kmutil create" to create new System/Boot/Aux Kernel Collections, then bless + create new snapshot...

fusion71au@fusion71aus-iMac ~ % mount
/dev/disk1s4s1 on / (apfs, sealed, local, read-only, journaled)
devfs on /dev (devfs, local, nobrowse)
/dev/disk1s2 on /System/Volumes/Preboot (apfs, local, journaled, nobrowse)
/dev/disk1s6 on /System/Volumes/VM (apfs, local, noexec, journaled, noatime, nobrowse)
/dev/disk1s5 on /System/Volumes/Update (apfs, local, journaled, nobrowse)
/dev/disk1s1 on /System/Volumes/Data (apfs, local, journaled, nobrowse, root data)
/dev/disk0s3 on /Volumes/WIN10_NVME (ntfs, local, read-only, noowners, noatime, fskit)
/dev/disk2s1 on /Volumes/Macintosh SSD — Data (apfs, local, journaled, nobrowse)
/dev/disk2s5 on /Volumes/Macintosh SSD (apfs, sealed, local, read-only, journaled)
/dev/disk3s2 on /Volumes/DATA (ntfs, local, read-only, noowners, noatime, fskit)
/dev/disk3s3 on /Volumes/WIN11 (ntfs, local, read-only, noowners, noatime, fskit)
map auto_home on /System/Volumes/Data/home (autofs, automounted, nobrowse)

fusion71au@fusion71aus-iMac ~ % sudo mount -o nobrowse -t apfs /dev/disk1s4 /System/Volumes/Update/mnt1 
Password:
fusion71au@fusion71aus-iMac ~ % sudo ditto /Library/Developer/KDKs/KDK_26.0_25A5279m.kdk/System /System/Volumes/Update/mnt1/System
fusion71au@fusion71aus-iMac ~ % sudo cp -R /Users/fusion71au/Desktop/AppleHDA.kext /System/Volumes/Update/mnt1/System/Library/Extensions 
fusion71au@fusion71aus-iMac ~ % sudo touch /System/Volumes/Update/mnt1/System/Library/Extensions
fusion71au@fusion71aus-iMac ~ % sudo kmutil create --allow-missing-kdk --volume-root /System/Volumes/Update/mnt1 --update-all --variant-suffix release --no-authentication --no-authorization
checking collections...
Warning: com.apple.driver.KextExcludeList was not found!
updated kernel binaries (Mach-O UUID changed from <unknown> to <unknown>)
rebuilding release collections:
    boot kernel collection
    system kext collection
rebuilding local auxiliary collection
kmutil rebuild done
fusion71au@fusion71aus-iMac ~ % sudo bless --folder /System/Volumes/Update/mnt1/System/Library/CoreServices --bootefi --create-snapshot

C) Reboot to Tahoe, hopefully with fully functioning sound...

Spoiler

SoundManuallyRestoredinTahoeDB3.thumb.png.4afbf18c76b70cde9a668b95890c8b5b.png


Check with Finder that the new KCs are installed at 

/System/Library/KernelCollections/BootKernelExtensions.kc
/System/Library/KernelCollections/SystemKernelExtensions.kc
/Library/KernelCollections/AuxiliaryKernelExtensions.kc

Thanks to @laobamac_yyds who first made the process available with OCLP-Mod, @LockDown for discovering the "secret sauce" command to rebuild KCs and @Mirone for his new simple kext installer for Tahoe.

Edited by fusion71au
  • Like 4
  • Thanks 3
5 hours ago, Anto65 said:

( I think you can actually open a dedicated thread now 😅 )

Yes, I think now we’re going to have a dedicated thread. I just need to fine-tune a few adjustments in MyKextInstaller and gather some testers you're on that list... LOL. Then I’ll open a dedicated thread for MyKextInstaller.

 

  • Like 5
1 hour ago, fusion71au said:

 

For those who like to do things manually, here is my procedure 😀....

 

Boot to Recovery Terminal.  Revert System to Last Sealed Snapshot...

-bash-3.2# sw_vers
ProductName:        macOS
ProductVersion:        26.0
BuildVersion:        25A5306g
-bash-3.2# nvram csr-active-config
csr-active-config    %03%08%00%00
-bash-3.2# mount -uw /Volumes/Tahoe
-bash-3.2# bless --mount /Volumes/Tahoe --bootefi --last-sealed-snapshot
-bash-3.2# reboot

 

Boot to Tahoe
1) Delete /Library/Developer/KDKs/KDK_26.0_25A5279m.kdk and re-install it (to get clean slate)

  Reveal hidden contents

FreshInstallKDK.thumb.png.dd73d9d3a71a06f4bbd09265d2377420.png

 

2) Use Finder to copy /Library/Developer/KDKs/KDK_26.0_25A5279m.kdk/System/Library/Extensions/AppleHDA.kext to the desktop

  Reveal hidden contents

AppleHDAinSLE.thumb.png.bdebc529e43dcbce7c7f40ab99174ff5.png

 

3) Open Terminal app.  

a) Check SIP is disabled and which are kexts loading, esp AppleALC

fusion71au@fusion71aus-iMac ~ % nvram csr-active-config
csr-active-config    %03%08%00%00
fusion71au@fusion71aus-iMac ~ % kextstat | grep -v com.apple
Executing: /usr/bin/kmutil showloaded
No variant specified, falling back to release
Index Refs Address            Size       Wired      Name (Version) UUID <Linked Against>
   56    7 0xffffff8003fcf000 0x8a000    0x8a000    as.vit9696.Lilu (1.7.1) 5CA2C003-EA7F-33F3-8EE1-490058EF1273 <9 7 6 3 2 1>
   57    0 0xffffff8004083000 0xbf000    0xbf000    as.vit9696.WhateverGreen (1.7.0) 51E380A1-EDF4-3867-BB4E-D14B05B0EE46 <56 19 9 7 6 3 2 1>
   58    0 0xffffff8004142000 0x1e0000   0x1e0000   as.vit9696.AppleALC (1.9.5) 6BEB0E61-920F-3943-8F80-CA7DE9D0E251 <56 19 9 7 6 3 1>
   59    0 0xffffff8005335000 0xcf000    0xcf000    com.dhinakg.AMFIPass (1.4.1) 7DF1CDFC-7EFE-3D82-A3A2-7DACE8B1D097 <56 9 8 7 6 3 2 1>
   60    0 0xffffff8005404000 0x11000    0x11000    as.vit9696.RestrictEvents (1.1.6) 5B2520EE-C62F-3FE0-9022-CF27337785EE <56 9 7 6 3 2 1>
   61    2 0xffffff8004059000 0x2a000    0x2a000    as.vit9696.VirtualSMC (1.3.7) BEA66AA0-F390-33BF-BF8B-7A39995B758C <56 17 9 7 6 3 1>
   62    0 0xffffff800434b000 0xf000     0xf000     as.vit9696.SMCProcessor (1.3.7) FF295529-8E9F-320C-8168-C247A14150F1 <61 56 17 9 7 6 3 2 1>
   86    0 0xffffff80043a3000 0xf92000   0xf92000   com.zxystd.itlwm (2.1.0) 9EA21A95-A8E4-3ED3-976D-EB380BDD7073 <52 19 7 6 3 1>
   92    0 0xffffff8004322000 0x29000    0x29000    com.insanelymac.IntelMausiEthernet (2.4.0d0) 6FDD7FE8-3965-3DAC-8997-8F76D32D99E5 <52 19 7 6 3 1>
   93    0 0xffffff800435a000 0x49000    0x49000    ru.joedm.SMCSuperIO (1.3.7) 5C68A54F-40E5-3D8F-8846-943664BAD6CB <61 56 17 9 7 6 3 2 1>

b) Mount root volume (in my case disk1s4) as r/w @/System/Volumes/Update/mnt1 (if the folder isn't already there, make it with the command sudo mkdir /System/Volumes/Update/mnt1), merge /Library/Developer/KDKs/KDK_26.0_25A5279m.kdk/System into /System/Volumes/Update/mnt1/System, copy over AppleHDA from desktop to SLE, use "kmutil create" to create new System/Boot/Aux Kernel Collections, then bless + create new snapshot...

fusion71au@fusion71aus-iMac ~ % mount
/dev/disk1s4s1 on / (apfs, sealed, local, read-only, journaled)
devfs on /dev (devfs, local, nobrowse)
/dev/disk1s2 on /System/Volumes/Preboot (apfs, local, journaled, nobrowse)
/dev/disk1s6 on /System/Volumes/VM (apfs, local, noexec, journaled, noatime, nobrowse)
/dev/disk1s5 on /System/Volumes/Update (apfs, local, journaled, nobrowse)
/dev/disk1s1 on /System/Volumes/Data (apfs, local, journaled, nobrowse, root data)
/dev/disk0s3 on /Volumes/WIN10_NVME (ntfs, local, read-only, noowners, noatime, fskit)
/dev/disk2s1 on /Volumes/Macintosh SSD — Data (apfs, local, journaled, nobrowse)
/dev/disk2s5 on /Volumes/Macintosh SSD (apfs, sealed, local, read-only, journaled)
/dev/disk3s2 on /Volumes/DATA (ntfs, local, read-only, noowners, noatime, fskit)
/dev/disk3s3 on /Volumes/WIN11 (ntfs, local, read-only, noowners, noatime, fskit)
map auto_home on /System/Volumes/Data/home (autofs, automounted, nobrowse)
fusion71au@fusion71aus-iMac ~ % sudo mount -o nobrowse -t apfs /dev/disk1s4 /System/Volumes/Update/mnt1 
Password:
fusion71au@fusion71aus-iMac ~ % sudo ditto /Library/Developer/KDKs/KDK_26.0_25A5279m.kdk/System /System/Volumes/Update/mnt1/System
fusion71au@fusion71aus-iMac ~ % sudo cp -R /Users/fusion71au/Desktop/AppleHDA.kext /System/Volumes/Update/mnt1/System/Library/Extensions 
fusion71au@fusion71aus-iMac ~ % sudo touch /System/Volumes/Update/mnt1/System/Library/Extensions
fusion71au@fusion71aus-iMac ~ % sudo kmutil create --allow-missing-kdk --volume-root /System/Volumes/Update/mnt1 --update-all --variant-suffix release --no-authentication --no-authorization
checking collections...
Warning: com.apple.driver.KextExcludeList was not found!
updated kernel binaries (Mach-O UUID changed from <unknown> to <unknown>)
rebuilding release collections:
    boot kernel collection
    system kext collection
rebuilding local auxiliary collection
kmutil rebuild done
fusion71au@fusion71aus-iMac ~ % sudo bless --folder /System/Volumes/Update/mnt1/System/Library/CoreServices --bootefi --create-snapshot

C) Reboot to Tahoe, hopefully with fully functioning sound...

  Reveal hidden contents

SoundManuallyRestoredinTahoeDB3.thumb.png.4afbf18c76b70cde9a668b95890c8b5b.png


Check with Finder that the new KCs are installed at 

/System/Library/KernelCollections/BootKernelExtensions.kc
/System/Library/KernelCollections/SystemKernelExtensions.kc
/Library/KernelCollections/AuxiliaryKernelExtensions.kc

Thanks to @laobamac_yyds who first made the process available with OCLP-Mod, @LockDown for discovering the "secret sauce" command to rebuild KCs and @Mirone for his new simple kext installer for Tahoe.

 

 

basically if we still use 25A5279m KDK we dont need to copy AppleHDA.kext back to  SLE because with 

sudo ditto /Library/Developer/KDKs/KDK_26.0_25A5279m.kdk/System /System/Volumes/Update/mnt1/System

it will copy All the System Folder from KDK to destinated location 

 

please note that for system can't boot well with beta 1 will be affected, because with this kdk restore all the kext will be back to beta 1 kext .  because there is no new KDK yet for beta 2 and beta 3 .. CMIIW

  • Like 1
  • Thanks 1
1 hour ago, arya said:

 

 

basically if we still use 25A5279m KDK we dont need to copy AppleHDA.kext back to  SLE because with 

sudo ditto /Library/Developer/KDKs/KDK_26.0_25A5279m.kdk/System /System/Volumes/Update/mnt1/System

it will copy All the System Folder from KDK to destinated location 

 25A5279m KDK includes AppleHDA on a fresh install of KDK?

What i noticed is, on a fresh KDK install, it does not include AppleHDA.

But once you ROOT PATCH > ditto KDK to /S/L/E > copy AppleHDA to /S/L/E > Update Cache > restart

AppleHDA will now be in /Library/Developer/KDKs/KDK_26.0_25A5279m.kdk/System

 

At least that what i observed.

 

UPDATE: it is there all along 😃

Edited by LockDown
  • Like 4
  • Thanks 1

@Mirone

 

I've tested version 3 of MyKextInstaller to get back the motherboard's ALC1220 audio.

Everything seems to have worked fine from the app.


With great appreciation for @laobamac_yyds 's work (not tried yet), MyKextInstaller seems like a simple method for accomplishing this task. At least on my system, it worked as expected.


Notes (nothing new, just commenting from my own experience):

  • The app doesn't run with Gatekeeper enabled; I disabled it with Sentinel.
  • SIP disabled: I have 03080000 but, following @deeveedee, 01000000 may be enough, which only allows untrusted kexts. (he was referring to VoodooHDA).
  • KDK (version 25A5279m) may have been previously installed, MyKextInstaller detects it correctly.
  • I downloaded AppleHDA.kext from this thread (you uploaded it), and my question is: if AppleHDA.kext isn't available, do I have to run commands to extract it from the KDK? Sorry if what I'm asking has already been answered (I'm sure it has) but I'm having trouble finding it. -> Silly question. I see it's available in /Library/Developer/KDKs/KDK_26.0_25A5279m.kdk/System/Library/Extensions/AppleHDA.kext.

Thanks for your work.

 

EDIT: 

Edited by miliuco
Wording
  • Like 4
  • Thanks 1

@miliuco  Setting csr-active-config=<01000000> is enough for VoodooHDA.kext AFTER it is installed into /Library/Extensions with csr-active-config = <03080000>.   It would be interesting to see if the AppleHDA.kext fix still works after setting csr-active-config = <01000000>.  I thought that the AppleHDA patch required more disabled integrity protections, but I haven't tested it.

Edited by deeveedee
  • Like 1

@deeveedee

Thanks for the clarification. I remembered reading your post, but I associated it with recovering AppleHDA.

You are all publishing so much information that it's hard for me to follow you 😂

I'm crossing it out in my post.

 

Edited by miliuco
Fix typo
  • Like 1
  • Haha 3

@webipsum

LSD is rebuilt after deletion  

 

@arya

Will try delete. 
 

2 hours ago, luxinhaus said:

perfect! care to share your code mate?


@Mirone

I'm in too. I'd like to learn about the app's code. It might be available on GitHub or similar sites. Think about it 🙂
 

Edited by miliuco
Typo
  • Like 1
37 minutes ago, miliuco said:

Forgive my ignorance. OCLP nighty build has this contribution. But what is PSPKG?
 

 

 

Hello, I have installed AppleALC.kext. After rebooting, it won't boot. What should I do?

Spoiler

Screenshot2568-07-12at15_42_35.thumb.png.eecb80aca5231ccb8fffe51856045f5e.png

 

27 minutes ago, miliuco said:

@naiclub

How did you install AppleALC?

It is in S/L/E, it’s wrong. 
Look for how to boot —last-sealed-snapshot on Recovery to get back to a working system. 

 

 

I booted into sequoia and entered -S -X and successfully booted into tahoe and installed AppleHDA.kext by pulling it from KernelDebugKit and installing it using MyKextInstaller. After that, I removed -S -X and tried rebooting again, but there was still no sound. PS. I installed it wrong. I pulled it from EFI AppleHDA.kext.

Spoiler

2568-07-1216_32_25.thumb.png.b32fe209e7fe2c67202124ee28bcb41e.png

 

Edited by naiclub
  • Like 1
1 hour ago, LockDown said:

Dont make it complicated.

Revert to sealed snapshot. Restart. Run mykextinstallerV3. Done

No need to install AppleHDA yourself

I tried doing what you suggested but there is still no sound. Thank you.

Spoiler

IMG20250712171244.thumb.jpg.e214472edb11aec51c13866f8b1569b5.jpg

 

Edited by naiclub

Hi everyone, how are you?
First of all, sorry for the OT. I’ve updated MyKextInstaller with the following improvements:

  • You can now restore the last sealed snapshot
  • In addition to Kexts, it's now possible to install .bundle files
  • Some minor internal code improvements

There are still some improvements to be made regarding the app’s interface.

Any volunteers to test it?

 

 

 

MyKextInstaller_V4.1.zip

Edited by Mirone
  • Like 13
  • Thanks 2
×
×
  • Create New...