Jump to content

Hervé

Administrators
  • Posts

    10013
  • Joined

  • Last visited

  • Days Won

    560

Everything posted by Hervé

  1. No, I did not disabled anything at all. The discrete AMD 8690M GPU just does not register in SysProfiler. You're giving too much importance to this.
  2. Sorry, I can't. I only use Enoch, never Clover... You can consult my Enoch-based E6440 guide or JakeLo's general Latitude/Inspiron Clover guide.
  3. So what? What BIOS version are you running by the way? Are you sure to have an adequate configuration in your Clover config file?
  4. Did you check the wireless on/off switch located at the side of the laptop?
  5. Your files all appear corrupt so that may explain the resulting behaviour... I've patched your raw DSDT + SSDT-8 tables. Try the attached patched tables and let us know. Saved them (without the "_patched" string in the file names) to your EFI/ACPI/Patched folder. If you have already patched DSDT and/or SSDT, keep a backup somewhere. DSDT_patched.aml.zip SSDT-8_patched.zip
  6. In SSDT-8: Scope (\_SB.PCI0.PEG0.PEGP) { [...] [...] [...] Method (_INI, 0, NotSerialized) { Store (Zero, \_SB.PCI0.PEG0.PEGP._ADR) } ` In SSDT-9: Scope (\_SB.PCI0.PEG0.PEGP) { Method (_ON, 0, Serialized) { SGON () Notify (\_SB.PCI0.PEG0, Zero) } Method (_OFF, 0, Serialized) { SGOF () Notify (\_SB.PCI0.PEG0, Zero) } ` Patch SSDT-8 to turn off your dGPU: 1) add the following line at the top External (_OFF, MethodObj) 2) add the _OFF method to the _INI method of the PEGP scope, under the Store command _OFF() ` Do this to the .dsl decompiled table (decompiled with MacIASL so that it may correct some of the erroneous code; it's quite typical), then recompile the revised SSDT-8 table and place it in the ACPI/patched folder. Be aware that you'll probably not see much difference in terms of heat (the dGPU is never used) or battery gain.
  7. If you guys are lost with the Clover guide, you can follow my enoch-based E6230 guide. Just use the E6330 bootpack instead, although I'm pretty sure the E6230 pack would do.
  8. That script is a bit specific to the OP's own installation so you'd need literally the exact same settings (partition name, files locations, etc.) for it to work on your own machine. It'd be far better to understand your issue(s) and eventual fix(es) so that you can get on with things.
  9. Updating to the latest version through AppStore update would indeed be the sensible thing to do, especially as you've messed up with kexts. Two words of advice: 1) always keep a backup of your SLE folder somewhere before you start doing anything with kexts. 2) you must repair permissions & rebuild cache after any work on kexts (required Terminal commands all all over the forum).
  10. I can confirm these kexts work fine from /L/E on my E6230 with DW380 module which is based on same BCM20702A0 chip. Alternatively, you can just patch the Broadcom BT transport kext with your device id.
  11. 'should be supported because that's what the MacBook 2016 models are based on: Core m3/m5/m7 with integrated Intel HD Graphics 515. It's a pretty slick machine IMO, especially with the HiRes option but I guess performance won't be that great with those little Core m CPUs...
  12. You need to update your DSDT and apply the _PWR patches. It's normal for OS X to report that a USB device was improperly ejected when computer wakes: at sleep time, power is cut off USB ports.
  13. Then you need to patch your FrameBuffer kext.
  14. Just use the kexts provided in the published bootpack, stay away from EDP (unless you want trouble) and use the specific PS2Controller kext of the bootpack. That's all. The kexts go to /L/E and you repair permissions + rebuild cache with those Terminal commands you've listed above.
  15. You can try as long as you use an AMD kernel. I can highly recommend those built and published by Bronya. You'll find them at InsanelyMac. Worked great for recent versions such as Mavericks or Yosemite. Don't know if it were provided for El Capitan, I've not followed the developments for months.
  16. 3rd Developper Beta (16A254g) released today. D630, Penryn C2D/nVidia Quadro NVS 135M -> Ok E6220, Sandy Bridge i5/HD3000 -> Ok (but using previous version of patched AppleHDA is now KO) E6230, Ivy Bridge i5/HD4000 -> Ok (but using previous version of patched AppleHDA is now KO) E6440, Haswell i5/HD4600 -> Ok (but using previous version of patched AppleHDA is now KO)
  17. 2 things you can do for headphones: 1) ensure you boot with headphones connected or 2) after plugging in your headphones, put laptop to sleep then wake it
  18. You can also use the attached. All thanks to Rehabman. BrcmPatchRAM2.kext.zip
  19. KP is probably due to the PS2Controller you're using although this usually did not happen until 10.11.4 and you're obviously installing 10.11.3. You shoud be able to safely use the version provided here. Just replace the kext. Indeed, Intel i5-3340M is a dual-core CPU, but each core is dual-thread capable, hence 4 logical CPUs...
  20. I'm not sure this guide is still appropriate… It's quite outdated nowadays. Why don't you guys follow a more standard and traditional method instead, like for the older D630/D830? It's going to be the same principle and overall fine-tuning for your 1st gen Core CPUs as it were for Core2Duo. What will differ will be FakeSMC tuning, SMBIOS profile and those kexts specific to the E6410 hardware. 'should be something like this: 1) USB installer creation procedure: Mount InstallESD.dmg found in Install OS X Yosemite.app/Contents/SharedSupport Then, using Terminal, mount BaseSystem.dmg (hidden file) open /Volumes/OS\ X\ Install\ ESD/BaseSystem.dmg Use Disk Utility to restore the contents of BaseSystem.dmg on a USB key (or HDD partition) formatted Mac OS extended (journaled). Remove link for Packages in folder System/Installation of your USB key rm /Volumes/OS\ X\ Base\ System\ 1/System/Installation/Packages Copy folder Packages located in InstallESD.dmg to folder System/Installation of your USB key cp -R /Volumes/OS\ X\ Install\ ESD/Packages /Volumes/OS\ X\ Base\ System\ 1/System/Installation Copy the 2 hidden files (BaseSystem.dmg & Basesystem.chunklist) of InstallESD.dmg to the root of your USB key cp /Volumes/OS\ X\ Install\ ESD/BaseSystem.* /Volumes/OS\ X\ Base\ System\ 1 To boot with Chameleon (you can safely use versions r2395, r2401 or r2468): Download the appropriate package off InsanelyMac's repo and install Chameleon on the USB installer partition called "OS X Base System" Create a folder "Kernels" under /System/Library of the USB installer and place a copy of the vanilla kernel there as "kernel"Yosemite 10.10.x kernel available here Create a folder "Extra" at root of your USB installer and copy the files of the E6410 boot pack there Copy the kexts from the pack to /System/Library/Extensions, repair permissions and rebuild kext cache sudo chmod -R 755 /Volumes/OS\ X\ Base\ System\ 1/System/Library/Extensions sudo chown -Rf 0:0 /Volumes/OS\ X\ Base\ System\ 1/System/Library/Extensions sudo touch /Volumes/OS\ X\ Base\ System\ 1/System/Library/Extensions sudo /Volumes/OS\ X\ Base\ System\ 1/usr/sbin/kextcache -Boot -U /Volumes/OS\ X\ Base\ System\ 1 -K /Volumes/OS\ X\ Base\ System\ 1/System/Library/Kernels/kernel ` 2) Yosemite installation procedure: Boot your USB installer and proceed with installation (if prompted for Bluetooth keyboard and mouse, just press [space]) Upon completion, reboot your freshly made Yosemite installation via your USB installer and complete 1st boot system configuration 3) Post-installation fine-tuning: Install Chameleon bootloader on Yosemite partition ​Copy the Extra folder of your USB installer to your Yosemite partition Copy the kexts of your Extra folder to /S/L/E From Terminal, repair kext permissions and rebuild cache sudo chmod -R 755 /S*/L*/E* sudo chown -R 0:0 /S*/L*/E* sudo touch /S*/L*/E* sudo kextcache -Boot -U / From Terminal, adjust Sleep mode sudo pmset hibernatemode 0 sudo rm -f /var/vm/sleepimage ` NB: You may prefer to opt for Enoch rather than Chameleon these days. Recent versions such as 2795 are perfect for all recent OS X versions from Mavericks to El Capitan. More recent versions from r2824 fully support Sierra too. Enoch is available at the usual Insanelymac repository. You may also want to install El Capitan rather than Yosemite. You can follow this D630 guide if you wish, which is just an updated version of the Yosemite procedure.
  21. Forget the VoodooPS2Controller then. Keep the ApplePS2Controller you currently use. What you can do though is add your country Logitech layout if it's available in Ukulele package. Use the older version v2.2.8 rather than newer version v3.0.4. Simply copy the 2 files for your country layout in /Library/Keyboard Layouts and reboot. Keyboard mapping is an old matter and has been mentioned before on the forum: https://osxlatitude.com/index.php?/topic/2616-non-mac-keyboard-maps/
  22. As mentioned earlier, due to obvious dependancies issues, this kext can only be injected from /E/E with Enoch and/or, I guess, Clover's EFI/kexts folder. It cannot loaded (nor cached) from /S/L/E or /L/E.
×
×
  • Create New...