Jump to content

[SOLVED] E5540 update to 10.12.6 no audio


inokenshi

Recommended Posts

Hey guys, new to the hackintosh scene and I've gotten Sierra to run pretty well on the E5540. I followed this guide for everything: https://osxlatitude.com/index.php?/topic/8506-dell-latitude-inspiron-precision-clover-guide/

 

I updated it to 10.12.6 afterwards and the audio doesn't work. Curiously, the audio didn't work before I updated it too.

 

I'm pretty much at a loss here. I've tried using other guides to get the audio working but in the end I've had to do a fresh reinstall multiple times after I screwed something up lol. I'm at the point where I'm thinking about just using VoodooHDA. Any help would be appreciated.

Link to comment
Share on other sites

  • Moderators

post output result after running these commands

      sudo chmod -Rf 755 /L*/E*

      sudo chown -Rf 0:0 /L*/E*
      sudo touch -f /L*/E*
      sudo chmod -Rf 755 /S*/L*/E*
      sudo chown -Rf 0:0 /S*/L*/E*
      sudo touch -f /S*/L*/E*
      sudo kextcache -Boot -U /
Link to comment
Share on other sites

rebuilding //System/Library/PrelinkedKernels/prelinkedkernel

kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IOAHCISerialATAPI_Injector.kext

kext file:///Library/Extensions/DisableTurboBoostBattery.kext/ is in hash exception list, allowing to load

kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext

kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext AppleBacklightInjector.kext

kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Broadcom_WiFi.kext

kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext

kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext BrcmPatchRAM2.kext

kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext BrcmFirmwareRepo.kext

KernelCache ID: 839A72C35B39B1344BEF241110BAC04E

 

kextcache updated critical boot files, requesting launchd reboot

 

This is what I get when I input those commands.

 

Is it missing something important?

Link to comment
Share on other sites

  • Moderators

Yes for some reason AppleHDA_ALC292.kext is not showing up

Add this to /L*/E* replace the old one if it exists

run these commands, look for the kext in the output. Reboot when you see it or run until successful cache built

      sudo chmod -Rf 755 /L*/E*

      sudo chown -Rf 0:0 /L*/E*
      sudo touch -f /L*/E*
      sudo kextcache -Boot -U /
Link to comment
Share on other sites

×
×
  • Create New...