toleda / audio_CloverALC

macOS Realtek ALC onboard audio with Clover
679 stars 109 forks source link

Audio ID not supported #80

Closed origtopcat closed 8 years ago

origtopcat commented 8 years ago

Hello I am trying to get the audio working on my Yosemite build. Currently it does not recognize any audio devices. I ran the audio_cloverALC-120_v1.0b0.command and I am getting the following error.

audioerror

ALC889 is the correct Realtek driver for my MBU (Gigabyte: P67X-UD3-B3).

can someone please guide to the correct fix.

Thank You

Edit: I edited the DSDT.aml and commented out the layout-id: 0x79, 0x03, 0x00, 0x00

dsdt

now when I run the command it tell me its unsupported because the layout-id is 0

screenshot

origtopcat commented 8 years ago

Model Name: iMac Model Identifier: iMac12,2 Processor Name: Intel Core i7 Processor Speed: 3.39 GHz Number of Processors: 1 Total Number of Cores: 4 L2 Cache (per Core): 256 KB L3 Cache: 8 MB Memory: 8 GB Bus Speed: 400 MHz Boot ROM Version: IM122.0047.B1F SMC Version (system): 1.72f2 Serial Number (system): W88GG136DHJQ Hardware UUID: C45ECA49-5ED8-588D-911A-FE9D82328218

audiodevices

dcpi

origtopcat commented 8 years ago

FIXED: I set the layout-id to 1 in the DSDT and then I was able to run the command file. Audio is back and all is well.

Thank You Toleda