-
Posts
14365 -
Joined
-
Last visited
-
Days Won
868
Content Type
Profiles
Articles, News and Tips
Forums
Everything posted by Jake Lo
-
Try this if you don't have fakePCIID install # Patch libCLVMIGILPlugin for HD4400 OpenCL / OpenGL sudo perl -i.bak -pe 's|([\xFF\xFC\x3D])\x86\x80\x12\x04|$1\x86\x80\x16\x0A|sg' /System/Library/Frameworks/OpenCL.framework/Libraries/libCLVMIGILPlugin.dylib sudo codesign -f -s - /System/Library/Frameworks/OpenCL.framework/Libraries/libCLVMIGILPlugin.dylib
-
You suppose to select DropSSDT=Yes I have the same CPU. 2,69ghz and 2cores are correct. 4 threads
-
Don't use SSDT that's not for your CPU. Generate your own following this.
-
I have no issue building from either version of OS X. Could possibly be a VirtualBox issue, it's been known to cause bad Installer.
-
Only difference with my E7240 is that I have an i5-4300U but I checked your processor, it does have an Intel HD 4400 and should be supported with my bootpack. You could try leaving out the DSDT as well and boot with DSDT=0 -v -f GraphicsEnabler=Yes IntelAzulFB=12 If that still doesn't work, there might some issue with your Installer. Make sure that if your Installer is from 10.10.3 and that the patched Haswell Kernel is also 10.10.3 in /System/Library/Kernels/kernel
-
You need the FakeSMC kext included in the bootpack. Please list your system's specs or add it to your signature. It'll give us a better idea of how to assist you.
-
I couldn't get E7x50 to boot with Chameleon, so for now Clover is the only choice. You don't need the DSDT to boot if you have it patched in Clover config. But you might need to later to fix other stuff. To extract DSDT/SSDT, boot to Clover screen and hit F4, files will be extracted to /EFI/Clover/ACPI/origin.
-
Just tried the bootpack without an issue. Make sure you set your Bios to the default and only set the SATA Operation to AHCI. You might want to leave out the SSDT unless you have an i7-4600U. You can generate one for you CPU with ssdtPRGen.sh once you get the system up and running.
-
If you have an i5-5300U like I do, then you're already set. The Dedicated Video Memory = 64MB. Just need to patch the DSDT. Here's proof. There's more to be done, but this is progress.
-
Do you have HD 4400 or HD 4600? Assuming you don't have any Clover patch for the graphics, you can get the patched kexts below. For HD 4400, you can get the patched files here. Select E7x40 and grab HD5000 and AzulFB For HD 4600, you can get that here.
-
Everything looks fine with the config. Sorry, don't have any idea about your 5Ghz patch issue. Maybe someone with the same device can shine some light.
-
Acer Aspire V5-571G-53316G - no sound in Yosemite
Jake Lo replied to bd4utonite2's topic in The Archive
According to the codec.txt, it's an ALC271x or ALC269. You could find a few versions here. You'll need to test them out to see which one works. Or you could request it there. -
If you have rolled back AppleACPIPlatform.kext in Yosemite, you'll encounter this issue.
-
You only need the 9MB patch if you're having garbled texts on the menu bar, otherwise you could leave it off. What other patches do you have for graphics?
-
[Solved] Latitude E6220 don't work after last update
Jake Lo replied to okaenrique's topic in The Archive
Great, you can rename it back to .bak once you install the kexts from Extra/Extensions/SLE to S/L/E. -
[Solved] Latitude E6220 don't work after last update
Jake Lo replied to okaenrique's topic in The Archive
Is your installed drive name "Macintosh SSD"? and your installer is "OS X Base System"? Run this if it is. Assuming you do have NullCPUPowerManagement.kext.bak there. mv /Volumes/"Macintosh SSD"/Extra/Extensions/NullCPUPowerManagement.kext.bak /Volumes/"Macintosh SSD"/Extra/Extensions/NullCPUPowerManagement.kext -
Here is some progress to get HD 5500 working. http://www.firewolf.science/2015/04/guide-intel-hd-graphics-5500-on-os-x-yosemite-10-10-3/
-
[Solved] Latitude E6220 don't work after last update
Jake Lo replied to okaenrique's topic in The Archive
what does diskutil list show when you run in the terminal? -
You might just need to get your DSDT patch for this.
-
Try this latest version of CodecCommander by Rehabman. It's a known issue and even Rehabman is having issue with his ALC255. You can read more of it here.
-
Yosemite Installation Guide - Latitude E5440 Intel i5 - Clover UEFI
Jake Lo replied to jorgexgb's topic in The Archive
Which version of Yosemite are you running? Grab the FB and HD5000 from here under E7x40 for the version of Yosemite. They are patched for HD4400 with HDMI capability. -
Precision M 4400 DSDT is curios/strange with NVIDIA Web Driver
Jake Lo replied to Angelos585's topic in The Archive
Try this HDMI_Sleep.aml.zip -
[Solved] Latitude E6220 don't work after last update
Jake Lo replied to okaenrique's topic in The Archive
You need to install NullCPUPowerManagement.kext to /Extra/Extensions. If you're following my guide and used my bootpack, it saids to rename NullCPUPowermanagement to .kext before any update to prevent KP. After update, install the kexts in /Extra/Extensions/SLE (contains the patched AppleIntelCPUPowermanagement) with kextwizard. Then rename NullCPU to .bak until your next update. Try booting with your USB Installer, launch the terminal and rename the file. -
Install Maverick on ASUS P5Q-E with Radeon HD5450 graphic card
Jake Lo replied to muy's topic in The Archive
What sound card do you have? -
Try enabling Apple RTC in Clover Config to prevent BIOS reset For audio, do you have npci=0x2000 or npci=0x3000 enabled under Boot? if so, remove it. That should fix audio... Just looked at the config file and notice it has audio inject to 03 where the DummyHDA is set to layout-id 12 (hex=C). The DSDT has it patched to layout-id 12 as well. So, just remove the Clover injection should fix it.