Contribute
Register

<< Solved >> Hackintool not detecting audio

Joined
May 27, 2023
Messages
7
Motherboard
MSI Z97 PC MATE
CPU
i5-4670K
Graphics
GTX 1070
I recently had a successful hackintosh install,although when i try to use AppleALC the device doesn't even pop up,neither in system preferences OR on Hackintool.
MSI Z97 PC Mate
DDR3 32GB Ram
i5-4670K
GTX 1070 (Patched)
Also i am trying to use the On-board audio chip(Realtek 887)
Can someone tell me what is wrong?
 

Attachments

  • EFI.zip
    5.2 MB · Views: 73
I recently had a successful hackintosh install,although when i try to use AppleALC the device doesn't even pop up,neither in system preferences OR on Hackintool.
MSI Z97 PC Mate
DDR3 32GB Ram
i5-4670K
GTX 1070 (Patched)
Also i am trying to use the On-board audio chip(Realtek 887)
Can someone tell me what is wrong?
you seem to be missing your IRQ Find and Renames in your config.plist that go with your HPET.aml that you created

assume you have confirmed that PciRoot(0x0)/Pci(0x1F,0x3) is the path to your audio

no need to have dSYM files in your kexts folder
 
you seem to be missing your IRQ Find and Renames in your config.plist that go with your HPET.aml that you created

assume you have confirmed that PciRoot(0x0)/Pci(0x1F,0x3) is the path to your audio

no need to have dSYM files in your kexts folder
Good morning!(at least where i live)
I have NOT Confirmed the path to my audio,how do i confirm that?
Also i really didn't understand what i need to do until now(with the IRQ)
Will try and will get back
 
Good morning!(at least where i live)
I have NOT Confirmed the path to my audio,how do i confirm that?
Also i really didn't understand what i need to do until now(with the IRQ)
Will try and will get back
Nope,doesn't work.
I tried renaming the IRQ File but it didn't change anything,still can't see it.
Also i forgot to mention two things.
1:Im new to hackintosh
2:I don't know how to install the codec
Also modified EFI Attached
 

Attachments

  • EFI 2.zip
    5.2 MB · Views: 60
Nope,doesn't work.
I tried renaming the IRQ File but it didn't change anything,still can't see it.
Also i forgot to mention two things.
1:Im new to hackintosh
2:I don't know how to install the codec
Also modified EFI Attached
WOAH! I looked up and found you need a patch,will try installing it.
 
Patch doesn't work,gets into a loop of searching and not finding the target.
Finally replaced my config.plist with a backup,it works and boots up!
Edit:audio still doesn't work.
 
I FINALLY FIXED IT BY INSTALLING VOODOOHDA! THE AUDIO! IT WORKS!
Use kext tool
 
I FINALLY FIXED IT BY INSTALLING VOODOOHDA! THE AUDIO! IT WORKS!
Use kext tool
glad you got it working, sorry you had to use VoodooHDA though
 
Nope,doesn't work.
I tried renaming the IRQ File but it didn't change anything,still can't see it.
Also i forgot to mention two things.
1:Im new to hackintosh
2:I don't know how to install the codec
Also modified EFI Attached
probably do not need this enabled:

Code:
<dict>
                <key>Base</key>
                <string></string>
                <key>BaseSkip</key>
                <integer>0</integer>
                <key>Comment</key>
                <string>Replace one byte sequence with another</string>
                <key>Count</key>
                <integer>0</integer>
                <key>Enabled</key>
                <true/>
                <key>Find</key>
                <data>ESIzRA==</data>
                <key>Limit</key>
                <integer>0</integer>
                <key>Mask</key>
                <data></data>
                <key>OemTableId</key>
                <data></data>
                <key>Replace</key>
                <data>RDMiEQ==</data>
                <key>ReplaceMask</key>
                <data></data>
                <key>Skip</key>
                <integer>0</integer>
                <key>TableLength</key>
                <integer>0</integer>
                <key>TableSignature</key>
                <data></data>
            </dict>

normally you would use this:
which will scan your DSDT and generate your own HPET.aml along with config.plist Find and Replaces (is needed)

then you would use the boot argument alcid=* replace star with whatever ID you want to test via your own audio codec as per:

then test your speakers and mic etc and when you got one that works, then use hackintool to generate a proper patch for your config.plist which you can then copy and paste in or use hackintool export feature and point it to your config.plist that will add the needed patch directly for you

then you can remove the boot argument, reboot, clear nvram and your audio should then work
 
Back
Top