Andres ZeroCross Posted December 6, 2015 Share Posted December 6, 2015 You mean USB Sound Card??Ok, how about Mic Problem at Conexant CX20752?? Did you know about this issue? Link to comment Share on other sites More sharing options...
Mirone Posted December 6, 2015 Author Share Posted December 6, 2015 no, I'm talking about a soundcard offboard PCI-e, this problem with CX20752 depends on the review, the other codecs conexant with problems in Mic well. Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted December 6, 2015 Share Posted December 6, 2015 I try to fix PinConfig, did many experiment at Platform.xml.zlib with no result for this Conexant No problem,, i will keep try and wait Link to comment Share on other sites More sharing options...
Micky1979 Posted December 7, 2015 Share Posted December 7, 2015 In "2016" (now is 2015 ) I want to make an automatic pinconfigurator for AppleHDA Patcher! .. with the help of Mirone 1 Link to comment Share on other sites More sharing options...
Mirone Posted December 7, 2015 Author Share Posted December 7, 2015 In "2016" (now is 2015 ) I want to make an automatic pinconfigurator for AppleHDA Patcher! .. with the help of Mirone You read my mind, I was thinking that, but I think my logic is a little crazy, later I will let you know. 1 Link to comment Share on other sites More sharing options...
Fljagd Posted December 7, 2015 Share Posted December 7, 2015 Hi, For information for the patch work we must determine its mask in clover.To determine my mask I used CloverFixDsdtMaskCalc.If you do not put out a mask that does not work because the Intel High definition audio will not be recognized.The proper functioning of the patch is underlying support for Intel High Definition AudioNow my 1150 running on my X99-ASincerely 2 Link to comment Share on other sites More sharing options...
Micky1979 Posted December 7, 2015 Share Posted December 7, 2015 You read my mind, I was thinking that, but I think my logic is a little crazy, later I will let you know. Remembar, we are M&M: ...we are telepathic 1 Link to comment Share on other sites More sharing options...
Mirone Posted December 7, 2015 Author Share Posted December 7, 2015 M&M Softwares. LoL... 1 Link to comment Share on other sites More sharing options...
Micky1979 Posted December 7, 2015 Share Posted December 7, 2015 Hi, For information for the patch work we must determine its mask in clover. To determine my mask I used CloverFixDsdtMaskCalc. If you do not put out a mask that does not work because the Intel High definition audio will not be recognized. The proper functioning of the patch is underlying support for Intel High Definition Audio Now my 1150 running on my X99-A Sincerely The dsdt mask is used? I thinking that was deprecated.. what Clover revision? Can you post your config.plist? THX Link to comment Share on other sites More sharing options...
Fljagd Posted December 7, 2015 Share Posted December 7, 2015 The dsdt mask is used? I thinking that was deprecated.. what Clover revision? Can you post your config.plist? THX Here it is I also made the adjustment thanks to reading my dbmesg Edit; clover 3330 config.plist.zip Link to comment Share on other sites More sharing options...
Micky1979 Posted December 7, 2015 Share Posted December 7, 2015 Basically you talk about "FixHDA_8000" only, no? Link to comment Share on other sites More sharing options...
Fljagd Posted December 7, 2015 Share Posted December 7, 2015 Basically you talk about "FixHDA_8000" only, no? Yes 1 Link to comment Share on other sites More sharing options...
Micky1979 Posted December 7, 2015 Share Posted December 7, 2015 the fix is: // HDA HDEF if (HDAFIX && (gSettings.FixDsdt & FIX_HDA)) { DBG("patch HDEF in DSDT \n"); DsdtLen = AddHDEF(temp, DsdtLen, OSVersion); } Sorry but this can't be done automatically.. why? This is a on-demand fix only I think because one of my Hack have the HDEF section inside an SSDT table instead of inside the DSDT. Basically can work for some, but create pain for something else. Idea: in 2016 (because now I'm very busy), we can scan the entire ACPI tables searching for the HDEF section and HDAU. Really I'm not joking, this can be done.. thanks for the idea Link to comment Share on other sites More sharing options...
Fljagd Posted December 7, 2015 Share Posted December 7, 2015 in 2016 (because now I'm very busy), we can scan the entire ACPI tables searching for the HDEF section and HDAU. Really I'm not joking, this can be done.. thanks for the idea Very good idea 1 Link to comment Share on other sites More sharing options...
Micky1979 Posted December 7, 2015 Share Posted December 7, 2015 Very good idea let me play with iasl source code Link to comment Share on other sites More sharing options...
Fljagd Posted December 7, 2015 Share Posted December 7, 2015 let me play with iasl source code I can not because I have not windows on mac it makes a lot of default of complilation Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted December 7, 2015 Share Posted December 7, 2015 (edited) Hi, i success make "Creative CA0132" work, with wern apfel's thread from here. http://www.insanelymac.com/forum/topic/309283-creative-ca0132-g1sniper-m3-patch-for-applehda-or-voodoohda/I can make Side Speaker working too, but i need to make Aggreate Device to make Side Speaker Working (Select Front Speaker and Side Speaker). If i don't do this then after 10 seconds side speaker's sound will disapeared.I make Clover patch on the fly for 2 binaryName : AppleHDAFind : 7419AD15Replace : 10000211Comment : Rename Codec 1Name : AppleHDAFind : 0088EC1AReplace : 11000211Comment : Rename Codec 2And this is my Layout, Platform and Creative-CA0132.kext (DummyKext - Pin Config)I hope you can help me to make Center Speaker working, sorry for my bad english Credits to CA0132 codec patch: wern apfel CA0132.zip Creative-CA0132.kext.zip Edited January 3, 2017 by Allan 2 Link to comment Share on other sites More sharing options...
ramontorres Posted December 8, 2015 Share Posted December 8, 2015 Hi, I want to use the aDummyHDA.kext but it don't work. I don't know if I'm doing something wrong, but the app don't generate any config.plist, neither correct my own when dragged into the window app, also no HDAEnabler.kext is created. Tried to use the full patched AppleHDA.kext too, but no luck. I selected ADI 1988b codec, with layout-id 7. When I use this app in other machine, with ALC 898 codec, it works OK, all the files are generated as supposed. I don't know if this is relevant, but the motherboard is BIOS based, the one where everything works OK is UEFI. Link to comment Share on other sites More sharing options...
Mirone Posted December 8, 2015 Author Share Posted December 8, 2015 the fix is: // HDA HDEF if (HDAFIX && (gSettings.FixDsdt & FIX_HDA)) { DBG("patch HDEF in DSDT \n"); DsdtLen = AddHDEF(temp, DsdtLen, OSVersion); } in 2016 (because now I'm very busy), we can scan the entire ACPI tables searching for the HDEF section and HDAU. Really I'm not joking, this can be done.. thanks for the idea Hey Micky, drinking with friends every day this week is not being busy, we to invest time in M&M Softwares... LoL 1 Link to comment Share on other sites More sharing options...
Mirone Posted December 8, 2015 Author Share Posted December 8, 2015 Hi, i success make "Creative CA0132" work, with wern apfel's thread from here. http://www.insanelymac.com/forum/topic/309283-creative-ca0132-g1sniper-m3-patch-for-applehda-or-voodoohda/ I can make Side Speaker working too, but i need to make Aggreate Device to make Side Speaker Working (Select Front Speaker and Side Speaker). If i don't do this then after 10 seconds side speaker's sound will disapeared. I make Clover patch on the fly for 2 binary Name : AppleHDA Find : 7419AD15 Replace : 10000211 Comment : Rename Codec 1 Name : AppleHDA Find : 0088EC1A Replace : 11000211 Comment : Rename Codec 2 And this is my Layout, Platform and Creative-CA0132.kext (DummyKext - Pin Config) I hope you can help me to make Center Speaker working, sorry for my bad english I'll look at it later, perhaps one of my old kexts to Creative CA0132 work, I have a fully functional voodooHDA (or had). Link to comment Share on other sites More sharing options...
Huckleberry Pie Posted December 8, 2015 Share Posted December 8, 2015 Looks 'swell. Now my question is, will it affect the AppleHDA kexts in SLE itself, or can it be made to be non-destructive, i.e. load the edited AppleHDA on Clover's extensions folder instead of the original? Link to comment Share on other sites More sharing options...
Allan Posted December 8, 2015 Share Posted December 8, 2015 I'm not one of the Developers, but im my case this never happened to me... Thanks Bros - The Devs 1 Link to comment Share on other sites More sharing options...
Fljagd Posted December 8, 2015 Share Posted December 8, 2015 Hi, I want to use the aDummyHDA.kext but it don't work. I don't know if I'm doing something wrong, but the app don't generate any config.plist, neither correct my own when dragged into the window app, also no HDAEnabler.kext is created. Tried to use the full patched AppleHDA.kext too, but no luck. I selected ADI 1988b codec, with layout-id 7. When I use this app in other machine, with ALC 898 codec, it works OK, all the files are generated as supposed. I don't know if this is relevant, but the motherboard is BIOS based, the one where everything works OK is UEFI. Look this post here Link to comment Share on other sites More sharing options...
Mirone Posted December 8, 2015 Author Share Posted December 8, 2015 Hi, i success make "Creative CA0132" work, with wern apfel's thread from here. http://www.insanelymac.com/forum/topic/309283-creative-ca0132-g1sniper-m3-patch-for-applehda-or-voodoohda/ I can make Side Speaker working too, but i need to make Aggreate Device to make Side Speaker Working (Select Front Speaker and Side Speaker). If i don't do this then after 10 seconds side speaker's sound will disapeared. I make Clover patch on the fly for 2 binary Name : AppleHDA Find : 7419AD15 Replace : 10000211 Comment : Rename Codec 1 Name : AppleHDA Find : 0088EC1A Replace : 11000211 Comment : Rename Codec 2 And this is my Layout, Platform and Creative-CA0132.kext (DummyKext - Pin Config) I hope you can help me to make Center Speaker working, sorry for my bad english try this aDummy.kext: Arquivo Comprimido.zip use Layout_ID=9 Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted December 8, 2015 Share Posted December 8, 2015 try this aDummy.kext: Arquivo Comprimido.zip use Layout_ID=9 I will try tonight, i am working right now. Many Thanks Link to comment Share on other sites More sharing options...
Recommended Posts