Jump to content

7480 no audio and trackpad


d13gu1n

Recommended Posts

  • Moderators

try this, replace contents into /EFI/Clover

kexts inside /EFI/Clover/kexts/Other/CopyTo/L/E should be copy to /Library/Extensions

 

I see you're using Niresh's distro for your build, so a lot of unnecessary kexts are added.

Remove the following from /L/E or /S/L/E, wherever they are found, Most are already in /E/C/kexts/Other:

  • IntelMausiEthernet.kext
  • NullCPUPowerManagement.kext
  • FakePCIID_Intel_HD_Graphics.kext
  • VoodooTSCSync.kext
  • FakePCIID_XHCIMux.kext
  • FakeSMC.kext
  • FakePCIID.kext
  • AppleALC.kext
  • VoodooHDA.kext
  • GenericUSBXHCI.kext
  • USBInjectAll.kext

Repair permissions and rebuild cache

      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 /

 

Reboot

7480_d13gu1n.zip

Link to comment
Share on other sites

  • Moderators

Forgot to mention. you're running really old version of Clover 3766.

Upgrade to the latest. To boot, go to Option, look for Graphics injection. Change the FakeID to 0x12345678

This should get you booted.

Download and update Clover

Link to comment
Share on other sites

×
×
  • Create New...