Jump to content

[SOLVED] E7240 Webcam not detected 10.13.4


Alun

Recommended Posts

  • Moderators

Do you have FakePCIID_XHCIMux.kext in /EFI/Clover/kexts/Other?

 

Check /EFI/Clover/ACPI/Origin, make sure it's empty. Reboot to Clover GUI, hit F4 with the keyboard,

Continue booting to OS X. Mount EFI partition.

Compress and attach the Clover folder here.

I'll review and patch the DSDT if necessary.

 

 

Link to comment
Share on other sites

  • Moderators

You didn't replace the ACPI folder as stated, but instead you probably merge the files. Not sure where you obtained all those SSDT-xx.aml

You should have only these 3 *.aml in /EFI/Clover/ACPI/Patched

  • DSDT.aml
  • SSDT.aml
  • SSDT-PNLF.aml

 

 

Link to comment
Share on other sites

Apologies Jake, I thought I needed to add those files to my existing files in the folder.  I honestly have no idea where all those other files came from, I have now removed them, just leaving the three you mentioned.

 

Unfortunately the webcam is still not present.

Link to comment
Share on other sites

  • Moderators

No need to start over. Run the following from terminal and then post the output

      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

here is the output:

rebuilding //System/Library/PrelinkedKernels/prelinkedkernel

Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8f470619a0 [0x7fff87ad4af0]> { URL = "AppleBacklightInjector.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.AppleBacklightInjector" }

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

Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8f4705cae0 [0x7fff87ad4af0]> { URL = "VoodooPS2Keyboard.kext/ -- file:///Library/Extensions/VoodooPS2ControllerR6.kext/Contents/PlugIns/", ID = "org.rehabman.voodoo.driver.PS2Keyboard" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8f4704d3b0 [0x7fff87ad4af0]> { URL = "VoodooPS2ControllerR6.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.voodoo.driver.PS2Controller" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8f4705f190 [0x7fff87ad4af0]> { URL = "VoodooPS2Trackpad.kext/ -- file:///Library/Extensions/VoodooPS2ControllerR6.kext/Contents/PlugIns/", ID = "org.rehabman.voodoo.driver.PS2Trackpad" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8f470589e0 [0x7fff87ad4af0]> { URL = "Shiki.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.Shiki" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8f47034bc0 [0x7fff87ad4af0]> { URL = "Lilu.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.Lilu" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8f470506b0 [0x7fff87ad4af0]> { URL = "FakePCIID.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.driver.FakePCIID" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8f47053a30 [0x7fff87ad4af0]> { URL = "FakePCIID_Broadcom_WiFi.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.FakePCIID-Broadcom-WiFi" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8f4704b090 [0x7fff87ad4af0]> { URL = "EAPDFix.kext/ -- file:///Library/Extensions/", ID = "org.emlydinesh.driver.EAPDFix" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8f47047030 [0x7fff87ad4af0]> { URL = "ACPIPoller.kext/ -- file:///Library/Extensions/", ID = "com.rehabman.driver.ACPIPoller" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8f47034320 [0x7fff87ad4af0]> { URL = "FakePCIID_Intel_HD_Graphics.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.FakePCIID-Intel-HD-Graphics" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8f46ac9f90 [0x7fff87ad4af0]> { URL = "AppleHDADisabler.kext/ -- file:///System/Library/Extensions/", ID = "net.osrom.kext.Disabler" }

Kext with invalid signatured (-67062) allowed: <OSKext 0x7f8f468601e0 [0x7fff87ad4af0]> { URL = "VoodooHDA.kext/ -- file:///System/Library/Extensions/", ID = "org.voodoo.driver.VoodooHDA" }

KernelCache ID: 5CBB974403F87E44989E547009FB8110

kextcache updated critical boot files, requesting launchd reboot

Link to comment
Share on other sites

  • Moderators

Hmm, not good to have duplicate kexts in 2 different locations.

Remove the following from /L/E

  • ACPIPoller.kext
  • FakePCIID.kext
  • FakePCIID_Intel_HD_Graphics.kext
  • Shiki.kext

Move from /L/E to /EFI/Clover/kexts/Other

  • FakePCIID_Broadcom_WiFi.kext
  • VoodooPS2ControllerR6.kext

Remove from /S/L/E

  • AppleHDADisabler.kext
  • VoodooHDA.kext

Remove ApplePS2Controller.kext from /EFI/Clover/kexts/Other

Replace Config with the attached

and repair permission and rebuild cache

config.plist.zip

Link to comment
Share on other sites

×
×
  • Create New...