Contribute
Register

No Audio Devices - Realtek ALC AppleHDA [Guide]

Status
Not open for further replies.
File: audio_cloverALC-110.command_v1.0s10

Release Mode

Print: Entry, ":CFBundleShortVersionString", Does Not Exist

Error occurred, AppleHDA.kext/Contents/Info.plist/BundleShortVersionString not found

No system files were changed

Help. How to solve this?
 
100 Series audio is not supported natively
See Post #1, Unsupported/Non working Realtek ALC AppleHDA

This did the trick. I should have read this in the first place sorry. Is there any way to enable all outputs?
 
Maybe I selected the wrong Audio ID (1) don't know but the main out on the back is not wotking. I can use another port ( for esample rear out or sub out) so its not a big problem at all. In the first place I'm glad sound is finally working.
 
I did try all of the options in SysPref selection which are 3 audio outputs and 1 digital output I think. I can't look it up until the weekend but if there is no easy fix its all right since I don't plan on installing 5.1 sound and I got a working port.
 
So finally after several evenings of debugging on my own with the help of the vast information made available through you guys on this forum and on https://github.com/toleda/ I give up and try to find some help from you. Here my problem:

If have the 'no audio devices' problem. My hardware is according to my 'Mac Pro' build information. I am running Mac OS X 10.11.5 which I installed through UniBeast 6.1.1. After successful installation I have run MultiBeast 8.2.3 with the options as per attached screenshot. I had audio up and running in a previous install using Clover_v2.3k_r3320-Legacy.pkg and applying CustoMac Essentials.pkg, but when I read that legacy installation of clover is no longer necessary I switched to a clean install with MultiBeast. Unfortunately since then no audio.

For debugging I already tried to following with input from https://github.com/toleda/audio_ALCInjection:
- restored native AppleHDA.kext from Install OS X El Capitan.app using Pacifist_3.5.9 (Terminal method)
- copied SSDT-HDEF-3.aml to EFI/COLVER/ACPI/patched
- verified that SSDT is successfully loaded during boot:
7:292 0:000 Inserting SSDT-HDEF-3.aml from EFI\CLOVER\ACPI\patched ... Success

But still no sound. Already running audio_codecdetect_v1.7a.command results in an issue which needs to be fixed:
OS X/10.11.5 Onboard Audio
Device: HDEF@1B
Audio ID: Not supported
Current Audio ID: 889 (valid: 1, 2, or 3)

See all other necessary info attached.

Any ideas how to proceed? Every helpful input is warmly welcome.
 

Attachments

  • Multibeast_Settings_160614_2035.png
    Multibeast_Settings_160614_2035.png
    98.4 KB · Views: 114
  • 02_AppleHDA.kext.zip
    1.6 MB · Views: 82
  • 04_audio_codecdetect_v1.7a.command_output.txt
    463 bytes · Views: 126
  • 06_IORegistryExplorer_output.ioreg
    2.4 MB · Views: 96
  • 07_DPCIManager_Screenshot.png
    07_DPCIManager_Screenshot.png
    144.4 KB · Views: 94
  • 08_System_Information_Audio_Screenshot.png
    08_System_Information_Audio_Screenshot.png
    40.2 KB · Views: 107
  • 09_Clover_config.plist
    5.3 KB · Views: 273
  • 10_Clover_boot_log.txt
    13.9 KB · Views: 152
  • 11_DSDT.aml
    15.9 KB · Views: 109
  • 11_SSDT-HDEF-3.aml
    218 bytes · Views: 111
remove SSDT-HDEF-3.aml
dsdt problem.
Edit dsdt/HDEF/layout-id to 0x01, 0x00, 0x00, 0x00, as shown:
Code:
     Device (HDEF)
            {
                Name (_ADR, 0x001B0000)  // _ADR: Address
                Method (_PRW, 0, NotSerialized)  // _PRW: Power Resources for Wake
                {
                    Return (Package (0x02)
                    {
                        0x0D,
                        0x05
                    })
                }

                Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
                {
                    Store (Package (0x04)
                        {
                            "layout-id",
                            /**** Is ResourceTemplate, but EndTag not at buffer end ****/ Buffer (0x04)
                            {
                                 0x01, 0x00, 0x00, 0x00                        
                            },

                            "PinConfigurations",
                            Buffer (Zero) {}
                        }, Local0)
                    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                    Return (Local0)
                }
            }
 
Hey Im new to the forum and this my first post.
Is there a more noob friendly version on how to correct the no audio devices similar to the install guides?

I did try and search on here and most things bring me to this forum thread so I apologize if i did a poor search job or something
 
Status
Not open for further replies.
Back
Top