Apan Posted February 14, 2017 Share Posted February 14, 2017 How do i get audio working? I have followed this : https://osxlatitude.com/index.php?/topic/8883-dell-latitude-e6230-with-i5-3340m-hd4000-and-1366x768-lcd-mavericksyosemiteel-capitansierra/ The audio device has: vendor_111d device_76df rev 1002 Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted February 14, 2017 Moderators Share Posted February 14, 2017 Inside the folder /Extra/Extensions is a folder call copy_to_SLE. Copy the kexts AppleHDA and CodecCommander to /System/Library/Extensions overwriting the original. Make a backup first if you like. Then repair permission and rebuild cache as stated in the guide. Link to comment Share on other sites More sharing options...
Apan Posted February 16, 2017 Author Share Posted February 16, 2017 Sound is greyed out. On system info i have intel hd sound. Do i need to add ven dev to kext? In what kext do i add? Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted February 16, 2017 Moderators Share Posted February 16, 2017 Audio kext doesn't work that way by simply adding VENDID and PRODID. If you were using all the files and follow all the steps from Hervé's guide, you should have audio. Make sure when you ran the permission fix and rebuild cache commands, that you have a successful output. If you encounter error 77, rerun the commands again. Link to comment Share on other sites More sharing options...
Apan Posted February 16, 2017 Author Share Posted February 16, 2017 Not working, permissions fixed still grey. Do I need to add something in org.chameleon.Boot.plist? I have HDAEnabler set to Yes. Do I need to add something else? Link to comment Share on other sites More sharing options...
Administrators Hervé Posted February 16, 2017 Administrators Share Posted February 16, 2017 No and remove the o.c.B setting, it's not needed. All you need is: 1) the IDT definition/dummy kext copied in /L/E from where it'll be cached 2) patched AppleHDA copied in /S/L/E where it overwrites the vanilla kext 3) permissions repaired on /S/L/E + /L/E and cache rebuilt Assuming you run Sierra 10.12.3, please use the following files: AppleHDA_IDT92HD93.kext.zip Patched_AppleHDA_111D-76DF.kext.zip To repair permissions and rebuild your cache, use the usual Terminal commands: sudo chmod -Rf 755 /S*/L*/E* sudo chown -Rf 0:0 /S*/L*/E* sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo touch -f /S*/L*/E* sudo touch -f /L*/E* sudo kextcache -Boot -U / If you get an error message ".... 77", retype the touch + kextcache commands. Ignore the message if it says "... 17". NB: My E6230 guide was not clear enough in the respect of patched AppleHDA, so I've just updated it to that effect. Link to comment Share on other sites More sharing options...
Apan Posted February 17, 2017 Author Share Posted February 17, 2017 What bios version should I use on e6330? AppleHDA is working. The problem that I had was to repair permissions. Repairing with terminal never worked for me. Thanks for your support! Link to comment Share on other sites More sharing options...
Administrators Hervé Posted February 17, 2017 Administrators Share Posted February 17, 2017 BIOS upper limit for OS X should be around same version as for the E6230, i.e. A11. It could be A12 of course but I don't think you can go much higher... Do a Search on the forum on "E6330 BIOS" and see what you find... Failing that, best way to know is to try until your graphics go bad, then reverse to oldest possible version like A02 and upgrade again to the highest safe version. I'd bet money on A11. Link to comment Share on other sites More sharing options...
Recommended Posts