Jump to content

About This File

Patched AppleHDA kext to work with CX205090 codec

pleaze test and repport

 

apply audio layout 3 and IRQ fix on dsdt (thanks to rehabman)

audio layout 3:

#Maintained by: RehabMan for: Laptop Patches#audio_HDEF-layout12.txt# Note: Change your layout ID if you need something different# Inject Audio infointo method label _DSM parent_label HDEF remove_entry;into device label HDEF insertbeginMethod (_DSM, 4, NotSerialized)\n{\nIf (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\nReturn (Package()\n{\n"layout-id", Buffer() { 0x03, 0x00, 0x00, 0x00 },\n"hda-gfx", Buffer() { "onboard-1" },\n"PinConfigurations", Buffer() { },\n//"MaximumBootBeepVolume", 77,\n})\n}\nend;

IRQ fix:

#Maintained by: RehabMan for: Laptop Patches#system_IRQ.txt# This can fix non-working audio and also has an affect on HPET.## Use this if you have issues with patched AppleHDA (required on almost all laptops)# or if you have issues with HPET (restart after wake).# IRQ fixinto device name_hid PNP0000 code_regex IRQNoFlags\s\(\)\n\s+\{(\d+)\} remove_matched;into device name_hid PNP0100 code_regex IRQNoFlags\s\(\)\n\s+\{(\d+)\} remove_matched;into device name_hid PNP0B00 code_regex IRQNoFlags\s\(\)\n\s+\{(\d+)\} remove_matched;into device name_hid PNP0103 code_regex IRQNoFlags\s\(\)\n\s+\{.*\} removeall_matched;into device name_hid PNP0103 code_regex Name\s\(([^,]+),\sResourceTemplate\s\(\).*\n\s+\{((?:.|\n)*)\}\) replace_matchedbeginName (%1, ResourceTemplate()\n{\nIRQNoFlags() { 0, 8, 11, 15 }\n%2})\nend;

CREDITS FOR:EMlyDinESH. Mirone,BCC9, Rehabman and others


User Feedback

Recommended Comments

golden419

Posted

Never worked for me. Did all the patches. Kext loaded but no joy. :( :(

golden419

Posted

Ok. Something worked for me.

 Do the patches and use vietnam tool and install voodoo HDA. Everything worked including HDMI audio. :) :) :) 

Rob65

Posted

IRQ fix ? 

how it goes, where do I find? hdaenabler 3 kext do not need right now?

applehda v272.36 442K_perny_fot_2015_07_28.pngloaded cx20590 ElCapitan and hda enabler Yosemite, but does not work for me

dsdt is good,

 

EDIT:

 

"MaximumBootBeepVolume", 0x4D"  in hexa-decimal, no 77

 

:)

 

everything was OK in Yosemite with cx20590 patched apple hda v272.18.1

 

ElCapitan [15A226f]  Laptop LenovoG570-i7(2620m/Sandy) cx 20590 codec, vendor/device id: 14f1/506e

 

EDIT

 

 

The Yosemite v272.18.1 kext works here without any problems, but there is no microphone, but it was not so far.

 

Sorry my bad english...

xerano

Posted

what must i set in clover configurator with this installed "AppleHDA.kext" ?

Jhansi

Posted

i used same layout id i Elcapitan but internal mic not working .

×
×
  • Create New...