Jump to content

InsanelyDeepak

Members
  • Posts

    132
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by InsanelyDeepak

  1. headphone worked ? i forgot to mentioned that no results are required , it was only required when nothing was working , don't worry will let you know what files and when they are required HDMI : apply Below patch in your Config.plist <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>HDMI-audio HD3000, 0x00010000, port 0205</string> <key>Disabled</key> <false/> <key>Find</key> <data> AgUAAAAEAAAHAAAA </data> <key>Name</key> <string>AppleIntelSNBGraphicsFB</string> <key>Replace</key> <data> AgUAAAAIAAAHAAAA </data> </dict> <dict> <key>Comment</key> <string>HDMI-audio HD3000, 0x00010000, port 0304</string> <key>Disabled</key> <false/> <key>Find</key> <data> AwQAAAAEAAAJAAAA </data> <key>Name</key> <string>AppleIntelSNBGraphicsFB</string> <key>Replace</key> <data> AwQAAAAIAAAJAAAA </data> </dict> <dict> <key>Comment</key> <string>HDMI-audio HD3000, 0x00010000, port 0406</string> <key>Disabled</key> <false/> <key>Find</key> <data> BAYAAAAEAAAJAAAA </data> <key>Name</key> <string>AppleIntelSNBGraphicsFB</string> <key>Replace</key> <data> BAYAAAAIAAAJAAAA </data> </dict> <dict> <key>Comment</key> <string>HDMI-audio/VGA(0602) HD3000, 0x00010000, port 0406</string> <key>Disabled</key> <false/> <key>Find</key> <data> AQIEABAHAAAQBwAABQMAAAIAAAAwAAAAAgUAAAAEAAAH AAAAAwQAAAAEAAAJAAAABAYAAAAEAAAJAAAA </data> <key>Name</key> <string>AppleIntelSNBGraphicsFB</string> <key>Replace</key> <data> AQIDABAHAAAQBwAABgIAAAABAAAJAAAABQMAAAIAAAAw AAAABAYAAAAIAAAJAAAAAAAAAAAAAAAAAAAA </data> </dict> </array>
  2. i can fix your Headphone for HDMI you have to use additonal cloverPatches forget about Sound Assertion for now untill all input/outputs works , this requires a a CloverPatch we will do later what happens when you plugged headphone it detected or not ? PS : whats your iGPU ? try this ALC269_Test.zip
  3. here i fixed pinconfig 01271c10 01271d40 01271e01 01271f01 01471c20 01471d90 01471ea0 01471f91 01571c30 01571d30 01571e81 01571f01 01171c40 01171d40 01171e21 01171f01 01371c50 01371d00 01371e13 01371f90 01270c02 there is two line-out device at Node 12 and Node 13 , one will work probably Node12 you can change it Device name from Line-Out to Speaker you have to use MuteGPIO for making Mic working PS : if Node 13 is working for you then add EAPD = 0 for it
  4. you are disabling Nodes wich means you don't have to think association , Device ,jackSense etc as i decribed in above post It seems node14 is Mic Internal , Node = Mic External wich is Line as per following guide , so you can assing next association after Mic as it Node 14 and Node 15 Note : this is not complusion to assing node14 = 1 , Node18 = 2 so on , you can do in any way , just have to sort all Nodes as it in Codec_dump in some system is Speaker before mic , in some after Headphone etc . general think is just sort it as your codec_dump has will be better IMO if you post codec_dump will be easy to undertand
  5. @whosondephone just use it don't change F0 00 00 40 , this make Positioning = 0 , Grouping 15 , Device = other , etc = Unknown
  6. @johnstray2001 try this if any of version give ouput detection report can i see your DSDT ??
  7. This proves AppleHDA is not loaded still , that's why don't have audio when we find a working patch for you then submits to AppleALC i have a CloverHDA repo maintaining it accordingly , but this will won't support your untill we find a working patch
  8. it looks AppleHDA is not loaded by OS type below keyword in terminal and post result kextstat | grep -y AppleHDA
  9. dump after installing above kext and injecting layout 13
  10. IOREgistery dump and About Mac => Audio screenshot will be helpfull
  11. wasn't sure about codec i thought as you posted in link as 111d76e7 , thats why said codec_dump will be better yeah if 76df then is 92HD93BXX i have it for too here https://github.com/insanelydeepak/cloverHDA/tree/master/Laptop/IDT%2092HD93BXX
  12. you can try this too https://github.com/insanelydeepak/cloverHDA/tree/master/Laptop/IDT%2092HD90BXX, it wasn't for Dell but may work post codec_dump can help better
  13. it was weird that your codec was not containing neccessary node-id for microphone (external) , wich is absent in linux and windows too its due to poor dell driver and support.. wait and watch when dell will fix their issue , then i will make necessary changes in AppleALC_298
  14. try this , use layout = 13 , put this kext in clover kext/extra and use Vanilla AppleHDA AppleALC 298.zip
  15. i have also patched this codec before and have little different issue , like replug Headphone change to on side sound and adjusting channel fix it (temporary workarounds) did you tried to use UseARTFrequency = true but i guess your issue is with ACPI
  16. can you report wich one was perfect for you Regards Deepak
  17. @zerocode send Back AppleHDA is installed
  18. use QuickTime it's much better for Recording , try to set Input Volume full , if it still not accepts audio then report so we can fix it
  19. i'm sure these will work too same as internal Mic can you check this issue persist with InternalSpeaker (Green Rear Port) too ??
  20. Can you report like this : working or not ? Speaker = ? Headphone = ? LineOut 1 = ? LineOut 2 = ? LineOut 3 = ? Mic Internal = ? Mic External = ? Line In = ? which ports ?? front or Back
  21. Riv, here sound Asserion Patch Apply it on Config.plist <dict> <key>Comment</key> <string>Patch_against_assertions</string> <key>Find</key> <data> U291bmQgYXNzZXJ0aW9uIA== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> AAAAAAAAAAAAAAAAAAAAAA== </data> </dict> Main Topic is here http://www.insanelymac.com/forum/topic/292377-how-to-get-rid-of-any-sound-assertions-on-applehda/
  22. @Riv thats good you have already working AppleHDA Yeah he is using Clover patch on fly wether mine was Patched AppleHDA wich don't requires binary Patch and don't survive from software Updates Enjoy Good Sound
×
×
  • Create New...