Mirone Posted June 6, 2014 Share Posted June 6, 2014 This codec was added to new script But if you seek a kext working for this codec Please take a look here: ViaVT1802 why this is a discussion on this subject and Bin Patch Script, would be outside this topic. Link to comment Share on other sites More sharing options...
futurexiong Posted June 10, 2014 Share Posted June 10, 2014 Thanks for your script, it works well for ALC269VB on OS X 10.9.3. But on 10.10, I use the script to patch the binary AppleHDA and modified configdata and xml files, it seems not work at all...Any ideas? Link to comment Share on other sites More sharing options...
Rocky12 Posted June 22, 2014 Share Posted June 22, 2014 Hi.bcc9 can you please add this dell codec to your script Codec: SigmaTel STAC9200 - 83847690 Vendor Id: 2206496400 Revision Id: 1057281 Link to comment Share on other sites More sharing options...
pokenguyen Posted July 2, 2014 Share Posted July 2, 2014 bcc9, it breaks again: ./patch-hda OSX version 10.10 detected Default target codec: 111d7605 detected. Enter codec-id or codec-name for AppleHDA patch. Eg. 111d7675 or IDT 7675 Press enter for default, or ? for help (Default: 111d7605 ) ? Couldn't get target codec id for 111d7605 Supported codecs: Target Target Patch Codec ID Name Codec Name ------------------------------------------- 10ec0662 Realtek ALC662 ALC 885 10ec0272 Realtek ALC272 ADI 1984 10ec0282 Realtek ALC282 ADI 1984 10ec0889 Realtek ALC889 Choice 1: ALC 885 Choice 2: ADI 1984 111d76df IDT 76df ADI 1984B 10ec0892 Realtek ALC892 Choice 1: ALC 885 Choice 2: ADI 1984B 10ec0883 Realtek ALC883 ALC 885 10ec0270 Realtek ALC270 ADI 1984 11068446 VIA VT1802 ADI 1984 10ec0887 Realtek ALC887 ADI 1984B 14f1510f Conexant CX20752 ADI 1984 10ec0898 Realtek ALC898 ADI 1984B 10ec0888 Realtek ALC888 ALC 885 111d76d9 IDT 76d9 ADI 1984B 10ec0268 Realtek ALC268 ADI 1984 111d7605 IDT 7605 ADI 1984B 111d7603 IDT 7603 ADI 1984 10ec0663 Realtek ALC663 ADI 1984 14f1506e Conexant CX20590 ADI 1984 14f15115 Conexant CX20757 ADI 1984 111d76e0 IDT 76e0 ADI 1984B 14f15067 Conexant CX20583 ADI 1984 111d7675 IDT 7675 ADI 1984 10ec0275 Realtek ALC275 ADI 1984 10ec0670 Realtek ALC670 ADI 1984 11060441 VIA VT2021 ADI 1984 14f15069 Conexant CX20585 ADI 1984 11d4989b ADI AD2000B ADI 1984B 10ec0283 Realtek ALC283 ADI 1984 10ec0269 Realtek ALC269 ADI 1984 111d76d1 IDT 76d1 ADI 1984 10ec0882 Realtek ALC882 ALC 885 10ec0900 Realtek ALC1150 ADI 1984B 14f1506e Conexant CX20672 ADI 1984B The problem is when it gets default codec, the new line is not trimmed. This will work: chomp($default_codec = `ioreg -rxn IOHDACodecDevice | grep VendorID | awk '{print \$4}' | tr -d '\040\011\012\015'`); Link to comment Share on other sites More sharing options...
pokenguyen Posted July 12, 2014 Share Posted July 12, 2014 Some problems in 10.10: sudo ./patch-hda.pl 0x10134213 OSX version 10.10 detected Default target codec: 111d7605 detected. Patching AppleHDA codec 11d41984 with 10134213 9 codec range comparison(s) to patch Patching range comparison 10de0006 Patching range comparison 11d41983 Patching range comparison 10ec0884 Patching range comparison 10ec0261 Patching range comparison 10de003f Patching range comparison 10de0013 Patching range comparison 10de0007 Patching range comparison 10de000a Patching range comparison 10de000c Quantifier follows nothing in regex; marked by <-- HERE in m/? <-- HERE / at ./patch-hda.pl line 227, <$IN> line 1. sudo ./patch-hda.pl "IDT 7605" OSX version 10.10 detected Default target codec: 111d7605 detected. Patching AppleHDA codec 11d4198b with 111d7605 2 codec range comparison(s) to patch Patching range comparison 11d41983 Patching range comparison 11d41984 Unexpected codec match count: 2 (4 expected) Aborting with AppleHDA NOT patched Link to comment Share on other sites More sharing options...
Mirone Posted July 12, 2014 Share Posted July 12, 2014 what codec is this? stac9200? Link to comment Share on other sites More sharing options...
pokenguyen Posted July 13, 2014 Share Posted July 13, 2014 what codec is this? stac9200? 0x10134213 is Cirrus Logic CS4213 Link to comment Share on other sites More sharing options...
pokenguyen Posted July 13, 2014 Share Posted July 13, 2014 Here is the 3.4 script modified to work with 10.10, have fun: https://www.dropbox.com/s/l5pclf0l2z0w9no/patch-hda.zip I still can't fix error with 0x10134213 1 Link to comment Share on other sites More sharing options...
Mirone Posted July 13, 2014 Share Posted July 13, 2014 I used to fix cirrus logic 4210 no error here. Link to comment Share on other sites More sharing options...
pokenguyen Posted July 14, 2014 Share Posted July 14, 2014 I used to fix cirrus logic 4210 no error here. Did you patch binary manually or use the patch-hda script? Link to comment Share on other sites More sharing options...
lightskreen Posted July 18, 2014 Share Posted July 18, 2014 I used to fix cirrus logic 4210 no error here. Hi, I have this same codec on my vizio laptop. Would you care to share your patched applehda? Or at least your platform and layout12? I can't seem to ever edit layout12 and Platforms correctly. Link to comment Share on other sites More sharing options...
Mirone Posted July 19, 2014 Share Posted July 19, 2014 Did you patch binary manually or use the patch-hda script? Both methods work. Link to comment Share on other sites More sharing options...
utvn Posted August 16, 2014 Share Posted August 16, 2014 Does this binary work for AD1983 with vendor id 0x11d41983? I tried it. But it says it doesn't find any match at all. I'm using mavericks 10.9.4. Please assist me if this does work for this codec id. Link to comment Share on other sites More sharing options...
jsl Posted September 18, 2014 Share Posted September 18, 2014 Here is the 3.4 script modified to work with 10.10, have fun: https://www.dropbox.com/s/l5pclf0l2z0w9no/patch-hda.zip I still can't fix error with 0x10134213 Thanks for your effort and help. I found this script works for ALC-282 in 10.10DP8. Although there is no error during patching in both 10.9.4 and 10.9.5, no actual audio devices shown or working. Dos it mean these scripts not working for ALC-282 in Mavericks 10.9.x ? Link to comment Share on other sites More sharing options...
Mirone Posted September 18, 2014 Share Posted September 18, 2014 Yes it works for 10.9 x. I've corrected several AppleHDA's for 10.9. x using this script. Link to comment Share on other sites More sharing options...
jsl Posted September 18, 2014 Share Posted September 18, 2014 Yes it works for 10.9 x. I've corrected several AppleHDA's for 10.9. x using this script. After using this script should I set Audio ID = 3 for ALC-282 in 10.9.x ? Link to comment Share on other sites More sharing options...
Mirone Posted September 18, 2014 Share Posted September 18, 2014 so the script corrects the AppleHDA binary other files you need to fix manually or use a tool for this. Link to comment Share on other sites More sharing options...
lilryu Posted September 19, 2014 Share Posted September 19, 2014 Hey all, I have the 0x10134213 codec also. Any progress on this? Link to comment Share on other sites More sharing options...
StoneTemplePilots Posted October 7, 2014 Share Posted October 7, 2014 sudo ./patch-hda.pl -y -c 2 Password: OSX version 10.9.5 detected Default target codec: 11060397 detected. Couldn't get target codec id for 11060397 lspci shows: 00:1b.0 0403: 8086:1e20 (rev 04) Subsystem: 1043:8415 Flags: bus master, fast devsel, latency 0, IRQ 22 Memory at f7c10000 (64-bit, non-prefetchable) Capabilities: [50] Power Management version 2 Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable+ Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00 Capabilities: [100] #8086 it's an ASUS P8H77-I Mainboard Link to comment Share on other sites More sharing options...
ciuffoly Posted December 5, 2014 Share Posted December 5, 2014 My HDMI Audio work now but how to patch AppleHDA to ear audio with integrated CS4213 ? Dell Vostro 2520 Link to comment Share on other sites More sharing options...
Micky1979 Posted December 5, 2014 Share Posted December 5, 2014 My HDMI Audio work now but how to patch AppleHDA to ear audio with integrated CS4213 ? Dell Vostro 2520 Not with this script, you have to manually create your Platform.xml, Layoutx.xml then "zlib" compress it, patch the Info.plist (on AppleHDAHardwareConfigDriver.kext plugin) to point your Layoutx.xml...add a patched pinconfig, activate AppleHDA.kext with your choiced layout-id (multiple options here) ... and test...test..test.. Link to comment Share on other sites More sharing options...
plsh2me Posted February 7, 2015 Share Posted February 7, 2015 With latest version of script got this error for IDT 92HD81B1X5 - Sahil:~ palash$ /Users/palash/Desktop/patch-hda/patch-hda OSX version 10.10.2 detected Default target codec: 1002aa01 detected. Enter codec-id or codec-name for AppleHDA patch. Eg. 111d7675 or IDT 7675 Press enter for default, or ? for help (Default: 1002aa01 ) ? 111d7605 Patching AppleHDA codec 11d4198b with 111d7605 2 codec range comparison(s) to patch Patching range comparison 11d41983 Patching range comparison 11d41984 Unexpected codec match count: 2 (4 expected) Aborting with AppleHDA NOT patched Sahil:~ palash$ Don't know what's wrong. Anything wrong with script or I have done something wrong? Link to comment Share on other sites More sharing options...
Jithin Chandran Posted March 10, 2015 Share Posted March 10, 2015 Hi bcc9, Any way to perform the binary patch from Yosemite?? I can only run it from Mavericks. Link to comment Share on other sites More sharing options...
vandebergz Posted March 11, 2015 Share Posted March 11, 2015 It says that the file can't be found. Is the link dead? It says that the file can't be found. Is the link dead? Link to comment Share on other sites More sharing options...
Jithin Chandran Posted March 11, 2015 Share Posted March 11, 2015 It says that the file can't be found. Is the link dead? It says that the file can't be found. Is the link dead? Which file you want? Link to comment Share on other sites More sharing options...
Recommended Posts