Piker-Alpha / AppleHDA8Series.sh

Bash script to create AppleHDA892.kext
37 stars 31 forks source link

Tried AppleHDA8Series.sh v2.9 and get ACPI error #3

Closed CoolBeanBugs closed 10 years ago

CoolBeanBugs commented 10 years ago

Below is the output of script --I am using fresh install of Yosemite updated to DP3 untouched with Chameleon r2380

The supported Realtek ALC codecs for AppleHDA8Series.sh are:

[1] Realtek ALC  885 (0x10EC0885 / 283904133)
[2] Realtek ALC  887 (0x10EC0887 / 283904135)
[3] Realtek ALC  888 (0x10EC0888 / 283904136)
[4] Realtek ALC  889 (0x10EC0889 / 283904137)
[5] Realtek ALC  892 (0x10EC0892 / 283904146)
[6] Realtek ALC  898 (0x10EC0899 / 283904153)
[7] Realtek ALC 1150 (0x10EC0900 / 283904256)

Please choose the desired codec for the hardware: 4 Error: ACPI Device (HDEF) {} NOT found! ACPI tables appear to be broken and require (manual) patching! Aborting ... Done.

Piker-Alpha commented 10 years ago

This error message is displayed when this command fails:

ioreg -rw 0 -p IODeviceTree -n HDEF

Easy Fix. Rename the ALC audio device in your ACPI tables (read DSDT) to HDEF.

Piker-Alpha commented 10 years ago

Closing due to lack of response.