mariano Posted March 13, 2016 Author Share Posted March 13, 2016 Where can I see my codec id? Link to comment Share on other sites More sharing options...
Administrators Hervé Posted March 13, 2016 Administrators Share Posted March 13, 2016 The Qualcomm Atheros BT module may not actually be CSR based (CSR was only acquired by Qualcomm last year). You could undo the CSR kext patch and do the same for the IOBluetoothControllerUSBTransport kext. Link to comment Share on other sites More sharing options...
mariano Posted March 13, 2016 Author Share Posted March 13, 2016 I tried now changing IOBluetoothControllerUSBTransport kext., but nothing . I attach the edited file. Ps: where do I find ID HDMI AUDIO ? I had changed the config.plist to gain recognition for the integrated video card with a string (I attach it in the photo and the config.plist) I found this guide: https://osxlatitude.com/index.php?/topic/2945-guide-for-enabling-vga-and-hdmi-in-intel-hd4000-gpu/ But I did not understand how to do. I have an Intel HD4600 (I enclose my AppleIntelFramebufferCapri.kext). config.plist.zip AppleIntelFramebufferCapri.kext.zip Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted March 13, 2016 Moderators Share Posted March 13, 2016 See here to get the codec ID. Patching the FB for HDMI audio won't help until you have a patched AppleHDA. Link to comment Share on other sites More sharing options...
mariano Posted March 13, 2016 Author Share Posted March 13, 2016 I use VoodooHDA for audio... not AppleHDA... Have you seen the guide in post 23? Thanks Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted March 13, 2016 Moderators Share Posted March 13, 2016 Yes, and did you see my post in #20? Link to comment Share on other sites More sharing options...
mariano Posted March 13, 2016 Author Share Posted March 13, 2016 Ah so I should remove VoodooHDA and try to detach AppleHDA with the guide you gave me in post 24? Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted March 13, 2016 Moderators Share Posted March 13, 2016 Not asking to patch, just to find out what device you have, might already be one patched somewhere First, we need get the dump of your audio codec from linux. So, get into any of the Linux distributions of either Live USB/CD (or) Full install. And enter the following command in terminal to get the dump in text format at Desktop. cat /proc/asound/card0/codec#0 > ~/Desktop/codec_dump.txt (or) cat /proc/asound/card0/codec#1 > ~/Desktop/codec_dump.txt (or) cat /proc/asound/card1/codec#0 > ~/Desktop/codec_dump.txt Link to comment Share on other sites More sharing options...
mariano Posted March 13, 2016 Author Share Posted March 13, 2016 ok done! I attached my codec_dump with Linux..... codec_dump.txt.zip Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted March 14, 2016 Moderators Share Posted March 14, 2016 that's for Codec: Intel Haswell HDMI. after you export,look at the heading. It should show code: alcxxx Use this cat /proc/asound/card1/codec#0 > ~/Desktop/codec_dump.txt 1 Link to comment Share on other sites More sharing options...
Recommended Posts