Jump to content
325 posts in this topic

Recommended Posts

@Mirone, it seems just replacing/restoring AppleHDA.kext in /S/L/E with MyKextInstaller is not enough on my system to restore ALC283 audio.  Like others here, I see AppleHDA "installed" in /S/L/E but it does not load (checked loading with kextstat). 

 

For OCLP-Mod, I see other kexts restored/replaced in addition to AppleHDA (eg see kext modification date of today for IOAudioFamily and AppleUSBAudio in /S/L/E) ---> works to load AppleHDA and associated audio kexts after clean install of Tahoe Beta3 on my Skylake NUC6i5SYH.....

 

Spoiler

KextsoverwrittenorreplacedbyOCLP-Mod.png.4019e0b2b977e69320c7913ac522564e.pngSoundOKthroughheadphonesandHDMI.thumb.png.706f704cf96447ba120058a9c7d4b95f.png

 

  • Like 2
  • Thanks 1
2 horas atrás, Mirone disse:

Alguém conseguiu ativar o áudio usando o MyKextInstaller?:frenéticos:

 

@Mirone Hey my brother, I tested on two Hackintoshes to support you here, but I believe that on the Hackintosh where VoodooHDA doesn't work — for some unknown reason — it's very unlikely that AppleHDA and even AppleALC will work either. I tried everything, and one of the Hacks updated and successfully ran the bless and SIP commands, but the Kext installer didn’t run, even with the correct permissions given. But that’s Hackintosh — trial and error. Thank you :cowboy:

AppleALC works fine with OCLP-Mod ;) need combine with developers  

  • Like 3
  • Thanks 1
2 hours ago, fusion71au said:

@Mirone, it seems just replacing/restoring AppleHDA.kext in /S/L/E with MyKextInstaller is not enough on my system to restore ALC283 audio.  Like others here, I see AppleHDA "installed" in /S/L/E but it does not load (checked loading with kextstat). 

 

For OCLP-Mod, I see other kexts restored/replaced in addition to AppleHDA (eg see kext modification date of today for IOAudioFamily and AppleUSBAudio in /S/L/E) ---> works to load AppleHDA and associated audio kexts after clean install of Tahoe Beta3 on my Skylake NUC6i5SYH.....

 

  Reveal hidden contents

KextsoverwrittenorreplacedbyOCLP-Mod.png.4019e0b2b977e69320c7913ac522564e.pngSoundOKthroughheadphonesandHDMI.thumb.png.706f704cf96447ba120058a9c7d4b95f.png

 

When you installed the AppleHDA, was it the version found in this path?
 

/Library/Developer/KDKs/KDK_26.0_25A5279m.kdk/System/Library/Extensions

I follow the steps below:

Disable SIP:

csrutil disable
csrutil authenticated-root disable

Disable SecureBootModel in your config.plist.

 

Install the KDK matching your system version for macOS Tahoe is: https://github.com/dortania/KdkSupportPkg/releases/download/25A5279m/Kernel_Debug_Kit_26.0_build_25A5279m.dmg

 

After installing the KDK, go to the folder:
 

/Library/Developer/KDKs/KDK_26.0_25A5279m.kdk/System/Library/Extensions

Copy the AppleHDA.Kext to your desktop and then install the AppleHDA using MyKextInstaller.

Edited by Mirone
  • Like 4
  • Thanks 3
38 minutes ago, Mirone said:

When you installed the AppleHDA, was it the version found in this path?
 

/Library/Developer/KDKs/KDK_26.0_25A5279m.kdk/System/Library/Extensions

I follow the steps below:

Disable SIP:

csrutil disable
csrutil authenticated-root disable

Disable SecureBootModel in your config.plist.

 

Install the KDK matching your system version for macOS Tahoe is: https://github.com/dortania/KdkSupportPkg/releases/download/25A5279m/Kernel_Debug_Kit_26.0_build_25A5279m.dmg

 

After installing the KDK, go to the folder:
 

/Library/Developer/KDKs/KDK_26.0_25A5279m.kdk/System/Library/Extensions

Copy the AppleHDA.Kext to your desktop and then install the AppleHDA using MyKextInstaller.

 

@Mirone, thanks for your efforts - I'm all for a more "light" version of OCLP where I know which kexts get installed and what things get altered.

 

I actually tried your method after an uneventful fresh install of Tahoe DB3 from USB installer (USB audio working independently of ALC283)...

 

Spoiler

TahoeDB3_25A5306gonSkylakeNUC6i5SYH.thumb.png.f882e85179bbaa94e7a58af7c33e83cb.png

 

I tried installing both AppleHDA from KDK_26.0_25A5279m.kdk/S/L/E, and later on, the AppleHDA from your post earlier in this thread, reverting the changes from Recovery terminal before each installation attempt (to restore the last sealed snapshot).

 

SIP disabled with csr-active-config set to 03080000 and SecureBootModel disabled in OC config.plist.  Also an attempt from Tahoe Recovery with csrutil disable and csrutil authenticated-root disable commands ---> csr-active-config value of 7f020000.

 

Spoiler

MyKextInstaller1.thumb.png.8adeb4c810e7877603f9d3c2b53ba0c5.pngMyKextInstaller2.thumb.png.c5f91449d41d30eaa9bdb60a0f17da0d.pngMyKextInstaller3.thumb.png.b5a6c152b8163f61e913a5db3eb51ed5.pngMyKextInstaller4.thumb.png.c938a66613dcf30181c928b713a09766.pngMyKextInstaller5.png.9c0af8e332a4090f3d3eaa7c65399060.png

 

 

Maybe @laobamac_yyds can comment on what exactly gets root patched into /S/L/E besides AppleHDA.kext with OCLP-Mod?  If I am not mistaken, there is more than just inserting AppleHDA, repairing kext permissions and rebuilding kext caches, creating and then blessing the snapshot?

  • Like 3
  • Thanks 1

I have tried to do the method described in "MyKextInstaller" to extract the "Applehda" from /Library/Developer/KDKs/KDK_26.0_25A5279m.kdk/System/Library/Extensions I have used the application to install the kext in question, once the process finishes the system does not boot again. I do not know if it is necessary to apply or some change in this computer USB-SSD disk, I have already tried the mod-aplehda method in beta 2 and the results are good.

image.png.7ad11b2466efd16e83ebd4bb87c4060d.png

7 hours ago, fusion71au said:

 

@Mirone, thanks for your efforts - I'm all for a more "light" version of OCLP where I know which kexts get installed and what things get altered.

 

I actually tried your method after an uneventful fresh install of Tahoe DB3 from USB installer (USB audio working independently of ALC283)...

 

  Reveal hidden contents

TahoeDB3_25A5306gonSkylakeNUC6i5SYH.thumb.png.f882e85179bbaa94e7a58af7c33e83cb.png

 

I tried installing both AppleHDA from KDK_26.0_25A5279m.kdk/S/L/E, and later on, the AppleHDA from your post earlier in this thread, reverting the changes from Recovery terminal before each installation attempt (to restore the last sealed snapshot).

 

SIP disabled with csr-active-config set to 03080000 and SecureBootModel disabled in OC config.plist.  Also an attempt from Tahoe Recovery with csrutil disable and csrutil authenticated-root disable commands ---> csr-active-config value of 7f020000.

 

  Reveal hidden contents

MyKextInstaller1.thumb.png.8adeb4c810e7877603f9d3c2b53ba0c5.pngMyKextInstaller2.thumb.png.c5f91449d41d30eaa9bdb60a0f17da0d.pngMyKextInstaller3.thumb.png.b5a6c152b8163f61e913a5db3eb51ed5.pngMyKextInstaller4.thumb.png.c938a66613dcf30181c928b713a09766.pngMyKextInstaller5.png.9c0af8e332a4090f3d3eaa7c65399060.png

 

 

Maybe @laobamac_yyds can comment on what exactly gets root patched into /S/L/E besides AppleHDA.kext with OCLP-Mod?  If I am not mistaken, there is more than just inserting AppleHDA, repairing kext permissions and rebuilding kext caches, creating and then blessing the snapshot?

Thanks for the tests. I'm not experiencing this issue, but I will do a fresh installation to try to reproduce the error.
I followed all the steps described in the KDK README, but I might be missing something  I’ll review it.

  • Like 3
2 hours ago, kaoskinkae said:

I have tried to do the method described in "MyKextInstaller" to extract the "Applehda" from /Library/Developer/KDKs/KDK_26.0_25A5279m.kdk/System/Library/Extensions I have used the application to install the kext in question, once the process finishes the system does not boot again. I do not know if it is necessary to apply or some change in this computer USB-SSD disk, I have already tried the mod-aplehda method in beta 2 and the results are good.

image.png.7ad11b2466efd16e83ebd4bb87c4060d.png

Is the system rebooting and then entering recovery mode? If so, you need to revert the snapshot.

10 hours ago, Mirone said:

When you installed the AppleHDA, was it the version found in this path?
 

/Library/Developer/KDKs/KDK_26.0_25A5279m.kdk/System/Library/Extensions

I follow the steps below:

Disable SIP:

csrutil disable
csrutil authenticated-root disable

Disable SecureBootModel in your config.plist.

 

Install the KDK matching your system version for macOS Tahoe is: https://github.com/dortania/KdkSupportPkg/releases/download/25A5279m/Kernel_Debug_Kit_26.0_build_25A5279m.dmg

 

After installing the KDK, go to the folder:
 

/Library/Developer/KDKs/KDK_26.0_25A5279m.kdk/System/Library/Extensions

Copy the AppleHDA.Kext to your desktop and then install the AppleHDA using MyKextInstaller.

I Follow this guide still Kext Installer not take AppleHDA.

image.thumb.png.51969c1d53a3318259c10763ff2e4035.png

 

  • Like 1
1 hour ago, Mirone said:

¿El sistema se reinicia y luego entra en modo de recuperación? Si es así, debe revertir la instantánea.

Long solution but it's what I could do. I also wanted to know if I could install from scratch from a USB-SSD adapter and I was able to do it only by disabling kext WhateverGreen.kext. When I have this issue cleared up without using MOD-AppleHDA I will try it.

  • Like 1
12 hours ago, Max.1974 said:

 

@Mirone Hey my brother, I tested on two Hackintoshes to support you here, but I believe that on the Hackintosh where VoodooHDA doesn't work — for some unknown reason — it's very unlikely that AppleHDA and even AppleALC will work either. I tried everything, and one of the Hacks updated and successfully ran the bless and SIP commands, but the Kext installer didn’t run, even with the correct permissions given. But that’s Hackintosh — trial and error. Thank you :cowboy:

AppleALC works fine with OCLP-Mod ;) need combine with developers  

Hello Max, I have to disagree with you for once.

The MyInstallerKext.app does work. I've tested it, and it successfully installs the AppleHDA.kext in S/L/E, for example, and it also shows up as loaded in the

System Information extensions on my original late 2013 iMac.

 

I've done a bit of research, and it turns out that the kexts alone aren't sufficient for AppleHDA and AppleALC sound; the important frameworks for them are missing.

But with your Hackintoshes (which I don't use anymore), things are a bit different than with original Macs.

45 minutes ago, fernando.c.neves said:

For the ones who has Real Mac´s, I made an Topic to discuss there the directions of first OCLP-Mod from @laobamac_yyds 

I made some progress in getting acceleration in my Real Mac (MacBookPro8,3) MacBook Pro Late 2011 17 inches with Intel HD Graphics 3000 with 512MB of video memory and AMD Radeon HD 6770M with 1GB dedicated memory.

 

All the credits for @laobamac_yyds who have forked from OCLP this project.

 

Topic => 

Regards,

Fernando.

Can I benefit from your new discoveries regarding Nvidia Kepler graphics with my late 2013 (27-inch) iMac?

I may be alone on this, so forgive what may be a minority opinion.  Would it be possible to keep OCLP-Mod development discussion in a separate thread?  Otherwise, let's just change the title of this thread.  Thank you.

 

EDIT: @Mirone It would probably be a good idea to have a separate thread for development discussion and bug reporting for MyInstallerKext as well.  Similar to the separate thread for VoodooHDA that recently discussed installation of VoodooHDA in Tahoe.

Edited by deeveedee
  • Like 6
  • Thanks 1
3 hours ago, deeveedee said:

I may be alone on this, so forgive what may be a minority opinion.  Would it be possible to keep OCLP-Mod development discussion in a separate thread?  Otherwise, let's just change the title of this thread.  Thank you.

 

EDIT: @Mirone It would probably be a good idea to have a separate thread for development discussion and bug reporting for MyInstallerKext as well.  Similar to the separate thread for VoodooHDA that recently discussed installation of VoodooHDA in Tahoe.

Since the application only worked for a few people, I'm not sure it's worth creating a dedicated thread for it. If there's still interest, let me know and we'll open a specific thread. Otherwise, we'll drop the subject of MyKextInstaller for now.

  • Like 5
  • Thanks 1

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

 

I've tried using the MyKextInstaller method and extracting the KDK kext and installing it as we did before when we used Chameleon or Clover (what good memories), but to no avail, the system keeps restarting.

 

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.

 

I tried it on a USB SSD and had no choice but to install from scratch. So I tried that the USB would boot again and I could install it.

image.png.2b9bfad84893183568f1f525c1e1b0d8.png

 

×
×
  • Create New...