-
Posts
14365 -
Joined
-
Last visited
-
Days Won
868
Content Type
Profiles
Articles, News and Tips
Forums
Everything posted by Jake Lo
-
Try this version ssdtPRGen.sh.zip
-
Welcome bigdog1, KP with the message "AppleIntelCPUPowerManagement.kext" is associated with power management. You need to generate a new SSDT for your specific CPU as the one included is for a different CPU. You need the DSDT to enable graphics and audio. Now, I'm not sure you're following the NVS guide or the Optimus guide. With NVS, you should have HDMI video and audio but lack sleep. You'll just get a blank screen on wake. With the Optimus guide, the nvidia card is disabled and you'll gain sleep capability with the HD 4000, but loses HDMI as its linked to the nvidia chip. If you prefer the nvidia graphics, then install NullCPUPowermanagement.kext, this should prevent the KP as mentioned.
-
Okay, make a copy of your files before replacing with the attached. Place DSDT/SSDT-7 to /Clover/ACPI/Patched Run ssdtPRGen.sh from terminal to generate SSDT for your CPU and place in same folder Replace Config to /Clover Place the 2 kext in /Clover/Kexts/10.10 or Other, which ever folder you are using Install the kexts in SLE to /System/Library/Extensions then repair permission and cache with following command in terminal 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 / If you have install any other audio kext, remove remove and restore to the vanilla kexts. Latitude 3440.zip
-
upload your DSDT, IOReg and Config file and I'll patch them for you. Better if you have the raw files from /Clover/ACPI/Origin, include the entire folder. **Moving this to Other Dell laptop
-
search for ssdtPRGen.sh. Run that on your system from the terminal to generate your SSDT for your CPU.
-
This has the 1st Gen HD Graphics. Did you determine if it's LVDS or EDP? If LVDS, what's the resolution? Single-Link for 1366x768 and lower Dual-Link for 1600x900 and up
-
It's a known issue due to EAPD in Realtek devices. The codecCommander.kext included in the bootpack suppose to have fix the issue. It works on my E7440 but I have installed the kext to /Library/Extensions instead. I don't know if it'll make a difference. Just move the 2 kexts from /S/L/E to /L/E and run the permission fix below CodecCommander and AppleHDA_ALC292 sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo chmod -Rf 755 /S*/L*/E* sudo chown -Rf 0:0 /S*/L*/E* sudo touch -f /L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U /
-
@Dr. Hurt Release v4 is now causing KP on V3 id E7=0x73 0x03 0x0a, EC=0x88 0x08 0x22 (E7440/E7240/Precision M6800) V3 id E7=0x73 0x03 0x0a, EC=0x88 0x08 0x1d (E6430/E6230/Exx30)
-
@bobpedro, Specify your system specs: CPU, ie . i57-3715u Display resolution touchpad - Alps, Cypress, Elantouch or Synaptics chipset? Upload your working Mavericks bootpack and I'll create an El Capitan Clover bootpack for you. Include custom kexts you have installed to /S/L/E
- 34 replies
-
Go to the AppStore. It's free, but you'll need an Apple ID. http://www.apple.com/osx/
- 674 replies
-
try this guide.
-
for this model, use legacy.
-
Enable DEP in BIOS
-
Make sure you have fakeSMC in /Clover/Kexts/10.11 and BooterConfig/CsrActiveConfig are enable with 0x28/0x67 in Config.plist respectively.
-
Have you check your BIOS? Make sure you have AHCI enable and XD CPU enable if they exist in your BIOS. Also disable VT-d. What loader are you trying? Chameleon or Clover?
-
Try removing CPUSensors.kext
-
AFAIK Chameleon does not support UEFI, change the bios settings back to Legacy. You could follow my guide here if you have a dmg from AppleStore.
-
Does your system have the discrete nvidia card? If so, it might need to be disable via DSDT. For BIOS settings, just set to "Load Default", hit apply. Then got to SATA Operations and set it to AHCI. If you're using UEFI Clover, then change Legacy to UEFI. I see you're using voodooHDA, does HDMI audio work for you? Ok, I remove all the unnecessary kexts in your Clover folder, added the patched AppleHDA and change some setting in your Config.plist. Replace your Config, kexts in your Clover/Kexts/10.11 folder. Install the kexts in SLE to /system/library/extensions and repair permission. 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 / E6540_Clover.zip
-
Here, see it it works. DSDT.aml.zip
-
Are you using Clover or Chameleon? Seeing you set UEFI, I assume Clover. Using Clover Configurator version 4.24, open the Config.plist in /EFI/Clover. Navigate on the left side to Kernel and Kext Patches. Enable Kernel PM and Asus AICPUPM. But if I'm wrong and you are using Chameleon, then you'll need to patch the Kernel to prevent automatic reboot. Here's a collection of patched Haswell Kernels by Hervé. Select the one that correspond to the version of OS X you're installing. Place it in /System/Library/Kernels of the USB Installer. For DSDT and kexts to use, you can find them here.
-
i3-M370 is 1st Generation i processor. This has the 1s Generation HD Graphics. See this guide. Read thoroughly to determine if it can get full QE/CI. Without that, you won't have a good experience with it.
-
Please post the full system specs. Include: CPU ie, i3-4130T or 3240 etc Display resolution (max) Chipset (6/7/8/9 series) Does it have discrete video (nvidia or ATI) What OS X are you installing? What loader are you using ( Clover or Chameleon)? What bootpack you are using?
-
Patch DSDT with this, should get webcam working into device name_adr 0x001D0000 code_regex Name.*_ADR.* replace_matched begin Name(_ADR,0) end; into device name_adr 0x001A0000 code_regex Name.*_ADR.* replace_matched begin Name(_ADR,0) end; into device name_adr 0x00140000 code_regex Name.*_ADR.* replace_matched begin Name(_ADR,0) end;
-
I helped him remotely. Somehow when he updated Clover from 3270 to 3280, fakeSMC got removed. I also did some changes on his Config to add FixRegions and NewWay. Perhaps both were the causes. He was able to complete the install after.
-
In Robert's bootpack, there's a DSDT name DSDT.aml.jake.aml. Patch that and rename it to DSDT.aml. Remove the FakePCIID_XHCMux, you should have sleep with or without USB plug in and wake without pressing power button. Also make sure get a new SSDT. One included is for i7-4600u on 10.9.5