-
Posts
14365 -
Joined
-
Last visited
-
Days Won
868
Content Type
Profiles
Articles, News and Tips
Forums
Everything posted by Jake Lo
-
Don't forget step #8 of Post Installation 8. Tuned up your system
-
Need help with HD4000 QE/CI on Yosemite 10.10.1 (E6530)
Jake Lo replied to infamousgeek2's topic in The Archive
Download the bootpack, update some files from the update section if you're building from 10.10.2. Remove the 2 FB and keep only the one from 10.10.2 update. If you encounter KP, most like you have NullCPUPowerManagement.kext renamed to NullCPUPowerManagement.kext.bak. Please post your KP. -
Yosemite Installation Guide - Latitude E5440 Intel i5 - Clover UEFI
Jake Lo replied to jorgexgb's topic in The Archive
Download is fine. Re-try the download. -
Need help with HD4000 QE/CI on Yosemite 10.10.1 (E6530)
Jake Lo replied to infamousgeek2's topic in The Archive
Check /Extra/Extensions and /System/Library/Extensions to see if you have both install or run kextstat | grep PS2 -
Need help with HD4000 QE/CI on Yosemite 10.10.1 (E6530)
Jake Lo replied to infamousgeek2's topic in The Archive
One or the other, not both. With Voodoops2controller from my bootpack, you'll be able to scroll with your touchpad and trackstick. ApplePS2Controller will only act as a regular mouse. To drag and drop, make sure to enable Clicking in Trackpad preference. -
Restored AppleACPIPlatform.kext with 10.10.2 unpatched. Issue is fixed.
-
You didn't install the updated 10.10.2 files. AppleHDAController (266.5) is 10.10.1 file Download the updated files and install to /S/L/E
-
run from terminal and post output kextstat | grep AppleHDA kextstat | grep voodoo
-
@micahfaulkner75 1) that's Dell post boot screen, can't remove it unless you know how to hack the BIOS 2) that's Chameleon boot loader, can't remove that as well 3) Change o.c.b.p BootFlag from "timeout or instant menu" to "quiet boot". You can use Chameleon Wizard to do that.
-
Those files are not from my bootpack but from EDP. Remove AppleACPIPlatform.kext and add ACPIBatteryManager.kext from my bootpack.
-
You mentioned you use EDP bootpack earlier. Can you post what you have in /Extra/Extensions? Did you install an VoodooHDA and AppleHDADisabler?
-
Need help with HD4000 QE/CI on Yosemite 10.10.1 (E6530)
Jake Lo replied to infamousgeek2's topic in The Archive
Did you follow this step? a ) In /Extra/Extensions/SLE, there are 2 patched FB to enable HDMI audio 1) AppleIntelFramebufferCapri_03 = 1366x768 2) AppleIntelFramebufferCapri_04 = 1600x900 and higher Select the one that match your model and rename to AppleIntelFramebufferCapri.kext Delete the other one If you install everything from SLE, then installed both FB which could be the cause of your artifacts. Go into /S/L/E, delete both of the kexts. Rename AppleIntelFramebufferCapri_03 in SLE to AppleIntelFramebufferCapri.kext and install it. Hopefully that will fix all the issue you're facing. -
Installation of course. Maintenance is for repairing permission and updating cache after you install kexts. How to install? In the Installation tab, Drag and drop the kexts from /Extra/Extensions/SLE to the open window. Under Destination, select /System/Library/Extensions Check backup kext if you want to keep a backup. Then click on Install. That's easy and simple.
-
go to system information, select audio and click on Intel High Definition Audio, and attach the screenshot
-
Need help with HD4000 QE/CI on Yosemite 10.10.1 (E6530)
Jake Lo replied to infamousgeek2's topic in The Archive
All working kexts for E6x30 are in post #3 of the link in your 1st post which include voodoops2controller for the Alps touchpad. Perhaps you might want to rebuild your system clean from the guide instead of using a distro like Niresh. -
Did you run EDP to see if you have a patched AppleHDA for your system. VoodooHDA does not support HDMI audio for all models.
-
What wireless device do you have on your system? We can help you with just "no WIFI" IF it's intel, there's no kext you could install to make it works as it's not supported.
-
Boot with the usb installer. launch the terminal and run this diskutil cs list if it shows you have core storage, continue with the following steps ===================================== diskutil cs list you see something like below. Note the UUID in red and Revertible = Yes run diskutil cs revert UUID> , you can copy and paste the UUID reboot when finish. Boot with USB and select your Installed drive to complete your install
-
Did you install this? 10.10.1 Updates: AppleHDA for Exx20 Models What layout-d is audio set in your DSDT? The patched AppleHDA from my guide is set to 12, 0C for hex.
-
Need help with HD4000 QE/CI on Yosemite 10.10.1 (E6530)
Jake Lo replied to infamousgeek2's topic in The Archive
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 / boot with just -v to see where it's holding up -
Yes, follow the guide. In the bootpack, there are many DSDT. Select this and rename it to DSDT.aml DSDT-E6220.aml ​if you don't have a SSDT in /Extra. follow the instruction to generate one.
-
which version of Yosemite are you running? You need this bootpack right above the updates. The bottom ones are just updates without the crucial files. If you have 10.10.2, then you still need the bootpack but update the files from 10.10.2 package
-
Most Dell comes with Intel Wireless, they are not supported. You'll need to replace it. See my signature link below under Wireless Cards for supported cards. You can verify by running DPCIManager.app, google for it. Sound should work if you have installed it following the guide. Bootpack is in post #2. Patched AppleHDA is in /Extra/Extensions/SLE. All kexts in SLE must be installed to /System/Library/Extensions with kextwizard.
-
Try this guide. Bootpack on post #2
-
Did you try the 1 I uploaded?