Jump to content

Dell Inspiron 15 7548 (-Hdmi -Battery status -Brightness ) help needed


odyright

Recommended Posts

Hello guys,

I've recently installed OS X Sierra 10.12.4 on my laptop Dell Inspiron 15 7000 Series, 7548.
 

It comes with
CPU: i7-5500u
Screen Resolution: 3840x2160 4K -- TouchScreen
iGPU: Intel HD 5500
GPU: R7 m270
Clover: v4049

 

what's working:

-no glitch

-hd 5500 is working

-Sound is working with VooDooHda V.2.8.9

-Bluetooth

-Touchscreen

 

​But I can't patch dsdt for Hdmi -Battery status -Brightness with success, so I need help!

 

Thanks

Link to comment
Share on other sites

  • Moderators

Compress and attach the origin folder here if you want help with patching.

What version of BIOS?

HDMI video or audio?

HDMI video will need FB patching.

HDMI Audio, you might need to have a patch AppleHDA.

What audio codec does it have?

Launch DPCIManager and post a screenshot here of the status

DPCIManager https://sourceforge.net/projects/dpcimanager/

Link to comment
Share on other sites

  • Moderators

Let's try this

Remove VoodooHDA.kext and AppleHDADisabler.kext

Remove IntelBacklight.kext and/or ACPIBacklight.kext

 

Replace ACPI folder to /EFI/Clover

Replace Config to /EFI/Clover

Copy all kexts in 'copy to LE' /Library/Extensions

 

Repair permissions and rebuild cache

      sudo chmod -Rf 755 /L*/E*

      sudo chown -Rf 0:0 /L*/E*
      sudo touch -f /L*/E*
      sudo kextcache -Boot -U /
 
 
Files should enable audio, HDMI video and audio, brightness control, battery status

odyright.zip

Link to comment
Share on other sites

rebuilding //System/Library/PrelinkedKernels/prelinkedkernel
IOKitWaitQuiet() timed out.
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Intel_HD_Graphics.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Trackpad.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Mouse.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_LPCSensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_GPUSensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_CPUSensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_ACPISensors.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext AppleIntelWiFiMVM.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext
KernelCache ID: E9F1F23A48EDDACA4F14D06A912B73F8
File at path '/System/Library/PrelinkedKernels/prelinkedkernel' changed, cannot be used
Child process /usr/sbin/kextcache[833] exited with status 77.
Error 107 rebuilding /System/Library/PrelinkedKernels/prelinkedkernel

That is the conflict I got when running: sudo kextcache -Boot -U /

 

And when I restarted the laptop I got kernel panic...

Link to comment
Share on other sites

here is what I did :

- In the new config.plist you gave, I reactivated the mistolen size 10.12.x for broadwell --may be I shouldn't have to do it-- and I boot normally

- brightness doesn't work , sound too -- I think, I did something wrong!

Link to comment
Share on other sites

  • Moderators

Attach your Clover folder before the change.

Enable minStolenSize patch if you didn't set the DMVT with EFI Shell.

When your run the commands, make sure there's no error. Re-run until it's good.

If you have mod/custom kext(s) in /S/L/E too, then run 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

×
×
  • Create New...