Contribute
Register

[Guide] Dell Inspiron 15 7559 (Skylake, i7-6700HQ, Intel HD 530) Using Clover

Status
Not open for further replies.
I'll deal with booting with AC unpluged. Now the main problem is sound, i cant get it to work. Also webcam doesnt work)
Use RehabMan's USBInjectAll.kext for webcam and follow guide for sound
 
I've managed to fix sound and webcam. But i can't get sleep working properly, after i press power button, as i said screen becomes little lighter but still black. Maybe i can post DSDT or something, and someone could help me, I'll be very appreciate for that.
 
I've managed to fix sound and webcam. But i can't get sleep working properly, after i press power button, as i said screen becomes little lighter but still black. Maybe i can post DSDT or something, and someone could help me, I'll be very appreciate for that.

Did you implement native power management, brightness control, and correct ACPI patches?
 
Yes, i used ssdtPRgen.sh to generate ssdt i5-6300hq -2300 -turbo 3200(i looked frequencies at ark.intel.com). I applied all patches which were mentioned here and in your post about laptop dsdt/ssdt. And brightness work well. And another question, are these graphs normal? I mean did i get native power management? Geek bench shows ~9300 points, like i've got on win10.
 

Attachments

  • Monosnap 2016-08-09 02-08-17.png
    Monosnap 2016-08-09 02-08-17.png
    80.3 KB · Views: 94
Yes, i used ssdtPRgen.sh to generate ssdt i5-6300hq -2300 -turbo 3200(i looked frequencies at ark.intel.com). I applied all patches which were mentioned here and in your post about laptop dsdt/ssdt. And brightness work well. And another question, are these graphs normal? I mean did i get native power management? Geek bench shows ~9300 points, like i've got on win10.

Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
 
This is all i've got. Thank you very much!
Code:
MacBook-Bashirov:~ bashirov-mpb$ kextstat|grep -y acpiplat
   13    2 0xffffff7f82574000 0x66000    0x66000    com.apple.driver.AppleACPIPlatform (4.0) A29C7512-D3A8-3AED-9721-3A5FF1A32EB2 <12 11 7 6 5 4 3 1>
MacBook-Bashirov:~ bashirov-mpb$ kextstat|grep -y appleintelcpu
MacBook-Bashirov:~ bashirov-mpb$ kextstat|grep -y applelpc
   74    0 0xffffff7f81ef8000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) 32BDCF9F-0473-32D4-9DAE-F523EFB2D244 <73 12 5 4 3>
MacBook-Bashirov:~ bashirov-mpb$ kextstat|grep -y applehda
   84    1 0xffffff7f8224d000 0x1e000    0x1e000    com.apple.driver.AppleHDAController (274.9) BAE4F922-DD74-3447-A5C1-BFC33B8C0A3E <83 82 62 12 7 6 5 4 3 1>
   98    0 0xffffff7f823b9000 0xb3000    0xb3000    com.apple.driver.AppleHDA (9272.51.3) 75610131-FB46-3A0E-B758-14CEBEAF94AE <97 84 83 82 66 62 12 11 6 5 4 3 1>
  100    0 0xffffff7f824be000 0x2000     0x2000     com.apple.driver.AppleHDAHardwareConfigDriver (274.9) F688DB20-5ECB-31A8-9F91-3062E15035D6 <4 3>
MacBook-Bashirov:~ bashirov-mpb$
Code:
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext RealtekRTL8111.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext USBInjectAll.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IntelBacklight.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Intel_SKL_Graphics.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2SmartTouchPad.kext
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDA_ALC256.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext
 

Attachments

  • ioreg+clover.zip
    2.3 MB · Views: 93
This is all i've got. Thank you very much!
Code:
MacBook-Bashirov:~ bashirov-mpb$ kextstat|grep -y acpiplat
   13    2 0xffffff7f82574000 0x66000    0x66000    com.apple.driver.AppleACPIPlatform (4.0) A29C7512-D3A8-3AED-9721-3A5FF1A32EB2 <12 11 7 6 5 4 3 1>
MacBook-Bashirov:~ bashirov-mpb$ kextstat|grep -y appleintelcpu
MacBook-Bashirov:~ bashirov-mpb$ kextstat|grep -y applelpc
   74    0 0xffffff7f81ef8000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) 32BDCF9F-0473-32D4-9DAE-F523EFB2D244 <73 12 5 4 3>
MacBook-Bashirov:~ bashirov-mpb$ kextstat|grep -y applehda
   84    1 0xffffff7f8224d000 0x1e000    0x1e000    com.apple.driver.AppleHDAController (274.9) BAE4F922-DD74-3447-A5C1-BFC33B8C0A3E <83 82 62 12 7 6 5 4 3 1>
   98    0 0xffffff7f823b9000 0xb3000    0xb3000    com.apple.driver.AppleHDA (9272.51.3) 75610131-FB46-3A0E-B758-14CEBEAF94AE <97 84 83 82 66 62 12 11 6 5 4 3 1>
  100    0 0xffffff7f824be000 0x2000     0x2000     com.apple.driver.AppleHDAHardwareConfigDriver (274.9) F688DB20-5ECB-31A8-9F91-3062E15035D6 <4 3>
MacBook-Bashirov:~ bashirov-mpb$
Code:
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext RealtekRTL8111.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext USBInjectAll.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IntelBacklight.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Intel_SKL_Graphics.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2SmartTouchPad.kext
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDA_ALC256.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext

Backlight control is not implemented correctly. The ioreg shows IntelBacklight.kext is not loaded.
Make sure you have the latest IntelBacklight.kext and check system.log for related logs.
 
Something happened to my native cpu management. All day it worked perfectly, but then i noticed that laptop become slow, i looked at intel gadget. Thats what i saw. After few minutes after restart cpu takes 2.8ghz and the temperature ~60. I didn't do any changes in clover or dsdt. I was just working in Flash. What it could be?
 

Attachments

  • Monosnap 2016-08-09 16-46-26.png
    Monosnap 2016-08-09 16-46-26.png
    57.5 KB · Views: 118
Something happened to my native cpu management. All day it worked perfectly, but then i noticed that laptop become slow, i looked at intel gadget. Thats what i saw. After few minutes after restart cpu takes 2.8ghz and the temperature ~60. I didn't do any changes in clover or dsdt. I was just working in Flash. What it could be?

Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
 
And there is another problem, when I shut down, all apps are closing, then top tray(where battery, time, etc) disappears, but system does not shut down, i can move pointer, or open apps again. I think it's connected with my native PM problem. Thank you, for your help)
Code:
MacBookPro-Bashirov:~ bashirov-mpb$ kextstat|grep -y acpiplat
   13    2 0xffffff7f8256a000 0x66000    0x66000    com.apple.driver.AppleACPIPlatform (4.0) A29C7512-D3A8-3AED-9721-3A5FF1A32EB2 <12 11 7 6 5 4 3 1>
MacBookPro-Bashirov:~ bashirov-mpb$ kextstat|grep -y appleintelcpu
MacBookPro-Bashirov:~ bashirov-mpb$ kextstat|grep -y applelpc
   76    0 0xffffff7f81eee000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) 32BDCF9F-0473-32D4-9DAE-F523EFB2D244 <74 12 5 4 3>
MacBookPro-Bashirov:~ bashirov-mpb$ kextstat|grep -y applehda
   85    1 0xffffff7f82243000 0x1e000    0x1e000    com.apple.driver.AppleHDAController (274.9) BAE4F922-DD74-3447-A5C1-BFC33B8C0A3E <84 83 61 12 7 6 5 4 3 1>
  105    0 0xffffff7f823af000 0xb3000    0xb3000    com.apple.driver.AppleHDA (9272.51.3) 75610131-FB46-3A0E-B758-14CEBEAF94AE <104 85 84 83 66 61 12 11 6 5 4 3 1>
  109    0 0xffffff7f824b4000 0x2000     0x2000     com.apple.driver.AppleHDAHardwareConfigDriver (274.9) F688DB20-5ECB-31A8-9F91-3062E15035D6 <4 3>
Code:
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext RealtekRTL8111.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext USBInjectAll.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext IntelBacklight.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID_Intel_SKL_Graphics.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakePCIID.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CodecCommander.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2SmartTouchPad.kext
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDA_ALC256.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext
 

Attachments

  • ioreg+clover.zip
    2.3 MB · Views: 66
Status
Not open for further replies.
Back
Top