Jump to content

PLZ Help with kexts on 5480


DMC

Recommended Posts

Okay, trackpad is working, battery information is working! :) - but my keyboard went wrong and now it's not working

 

I've installed all kexts (without smc) to library/extensions by kext wizard, what is next step to work my keyboard and audio? 😕 

Link to comment
Share on other sites

  • Replies 48
  • Created
  • Last Reply

Top Posters In This Topic

  • Moderators

Hmm, you didn't mentioned that you're using a Distro for installation and you probably merged the files I attached instead of replace.

You made changes to the Config by removing the the audio layout-id from 14 to detect, of course Audio won't work. AppleALC.kext version is also different, you replaced mine with an older version.

Get rid of these kexts in Clover:

  • ACPIBatteryManager.kext
  • ApplePS2SmartTouchPad.kext
  • VoodooPS2Keyboard.kext
  • VoodooPS2Trackpad.kext
Link to comment
Share on other sites

  • Moderators

Remove the following kexts from /L/E left behind by the Distro:

  • VoodooTSCSync.kext
  • XHCI-unsupported.kext
  • FakeSMC.kext
  • Niresh's%20Extra.kext
  • NullCPUPowerManagement.kext
  • FakePCIID_XHCIMux.kext
  • GenericUSBXHCI.kext
  • FakePCIID_Intel_HD_Graphics.kext
  • AppleIntelKBLGraphicsFramebufferInjector_3e9x.kext
  • AppleALC.kext

 

This is getting annoying. Don't use kext wizard to install kexts, it defaults to /S/L/E and you shouldn't install anything to /S/L/E

Remove from /S/L/E

  • VoodooPS2Controller.kext
  • ApplePS2SmartTouchPad.kext
  • SystemProfilerMemoryFixup.kext
  • USBInjectAll.kext
  • SMCBatteryManager.kext
  • IntelMausiEthernet.kext
  • SATA-100-series-unsupported.kext
  • AppleALC.kext
  • AirportBrcmFixup.kext
  • NoTouchID.kext
  • Lilu.kext
  • ACPIBatteryManager.kext
  • WhateverGreen.kext
  • VoodooI2C.kext //can move to /L/E
  • VoodooI2CHID.kext //can move to /L/E

When done, repair permission and rebuild cache. Run from terminal

      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. Post new debug file if still have issue

The debug seems to have issue generating the IOReg file and use raw txt file instead which is hard to read. 

Run this and attach to the debug file

Link to comment
Share on other sites

1 hour ago, Jake Lo said:

  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 /

 

I have problems with this command - I attached a file (copy paste from terminal) 

And this second file.files5480.zip

Debug not yet

 

Now I dont have touchpad,battery info, bluetooth etc..

Link to comment
Share on other sites


×
×
  • Create New...