Contribute
Register

Audio not working

Status
Not open for further replies.
Joined
Mar 21, 2021
Messages
19
Motherboard
Dell optiplex 3020
CPU
i5-4590
Graphics
GT 710
Mac
  1. MacBook Pro
  2. Mac Pro
Classic Mac
  1. iMac
  2. Power Mac
Mobile Phone
  1. iOS
I installed Big Sur using opencore and everything is working great. only the audio is not working even though I installed voodooHDA
Does anyone know how to fix? (Im new to hackintosh)
 
I installed Big Sur using opencore and everything is working great. only the audio is not working even though I installed voodooHDA
Does anyone know how to fix? (Im new to hackintosh)
 
I followed the guide and rebooted again but it still doesn't work.
 
I followed the guide and rebooted again but it still doesn't work.

Hi there.

Did you declare VoodooHDA.kext in your config.plist?

Is it installed in EFI/OC/Kexts ?

:)
 
Hi there.

Did you declare VoodooHDA.kext in your config.plist?

Is it installed in EFI/OC/Kexts ?

:)
It is installed in EFI/OC/Kexts. But I don't understand what you mean with declared in config.plist. I will upload my config.plist
 

Attachments

  • config.plist
    14.2 KB · Views: 141
It is installed in EFI/OC/Kexts. But I don't understand what you mean with declared in config.plist. I will upload my config.plist
this section:
Code:
<key>Kernel</key>
    <dict>
        <key>Add</key>
        <array>
            <dict>
                <key>Comment</key>
                <string></string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/Lilu</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>Lilu.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string></string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VirtualSMC</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>VirtualSMC.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string></string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/AppleALC</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>AppleALC.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string></string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/RealtekRTL8111</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>RealtekRTL8111.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string></string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/WhateverGreen</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>WhateverGreen.kext</string>
            </dict>

if you want kexts to load, you need to add them in there
 
this section:
Code:
<key>Kernel</key>
    <dict>
        <key>Add</key>
        <array>
            <dict>
                <key>Comment</key>
                <string></string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/Lilu</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>Lilu.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string></string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VirtualSMC</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>VirtualSMC.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string></string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/AppleALC</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>AppleALC.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string></string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/RealtekRTL8111</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>RealtekRTL8111.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string></string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/WhateverGreen</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>WhateverGreen.kext</string>
            </dict>

if you want kexts to load, you need to add them in there
How do i add them in there? (I'm new to Hackintosh)
 
How do i add them in there? (I'm new to Hackintosh)

It is usually recommended that you open your config.plist in a purpose-made plist editor, but a plain text editor will also work. Although not always recommended by some experienced builders you can also use the OpenCore Configurator app. Here's what your config.plist looks like loaded into it, and on the kext page:

OCC1.jpg


Select the " + " in the bottom-right of the window to add a new line and then enter your VoodooHDA.kext details, carefully, in the same format as the Whatevergreen.kext on above. Then "Save" etc.

(Obviously "Disable" the AppleALC.kext if you are using VoodooHDA.kext instead.)

:)
 
Screen Shot 2021-05-02 at 10.58.46.png

It is usually recommended that you open your config.plist in a purpose-made plist editor, but a plain text editor will also work. Although not always recommended by some experienced builders you can also use the OpenCore Configurator app. Here's what your config.plist looks like loaded into it, and on the kext page:

View attachment 517202

Select the " + " in the bottom-right of the window to add a new line and then enter your VoodooHDA.kext details, carefully, in the same format as the Whatevergreen.kext on above. Then "Save" etc.

(Obviously "Disable" the AppleALC.kext if you are using VoodooHDA.kext instead.)

:)
I put in the details and disabled appleALC.kext. rebooted and still can't see or use audio inputs or outputs.
 
Status
Not open for further replies.
Back
Top