-
Posts
14365 -
Joined
-
Last visited
-
Days Won
868
Content Type
Profiles
Articles, News and Tips
Forums
Everything posted by Jake Lo
-
do you still have the vanilla AppleHDA in /S/L/E? Was cache successfully build?
-
No, you need the update kexts for 10.11.4 (ApplHDA_ALC255) found in the Update section in post #4 of the guide you're following Just follow the guide. Place the kext in /L/E and repair permission and rebuild cache No, there's no AppleHDA in Clover, only in /S/L/E and it needs to be there
-
Check the Update section in post#4 for the new ALC255
-
download IORegistryExplorer. Launch it, click on file and save. Attach file here with your DSDT.
-
What do you mean? Cache is completed successfully. Win8.1 should be able to install to UEFI mode, how did you make the boot disk? The build-in wifi is not support as stated by Hervé. Did you switch it to something else? Audio should also work, please send me your Config, DSDT and IOReg (use ioRegistryExplorer)
-
Either will work, but in /L/E, it's cleaner, keeping /S/L/E vanilla.
-
Stick with UEFI
-
audio is not working? did it work before replacing the FB?
-
boot without cache and then repair it
-
If you're going to be using my bootpack, then do this 1) Download the E7440 boot back zip file. 2) Copy its contents to the EFI/Clover directory on the hidden EFI volume. 3) Download AppleHDA_ALC292 from updated section, place in /EFI/Clover/Kexts/Other/LE 4) Copy all kexts from /EFI/Clover/Kexts/Other/LE to /Library/Extensions 5) Repair permission and rebuild cache, run from terminal sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo touch -f /L*/E* 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 /
-
No, they are not hidden. Perhaps you missed that step to add audio so you might not have it install. You could do a search for AppleHDA and see it shows up. Otherwise just install the ones pertaining to your model from my Update section. The config files from those 2 guides don't have the updated patches for audio, so check my bootpack in post #2 for the patches or replace your bootpacks with mine.
-
Are you sure the AMD graphics is not disabled? The DSDT is patched to disable it. Try this FB. Backup your original and install this to /S/L/E AppleIntelBDWGraphicsFramebuffer.kext.zip
-
Can you confirm indeed you do have the DW1520? Get the vend / Prod ID. You can use DPCIManager.app. Google for it.
-
Looks like you're using Pokenguyen's guide for both Hacks. For E7440, the audio kext = AppleHDAALC.kext For E6430, the audio kext = AppleHDAIDT.kext Both found in /System/Library/Extensions You could do it 2 ways. Either use mine pre-prepared kexts or update them yourself. 1) For E7440, Find in Update section, download AppleHDA_ALC292, rename it to AppleHDAALC and overwrite it in /S/L/E with kextwizard For E6430, download AppleHDA_IDT and rename it to AppleHDAIDT.kext and overwrite it to /S/L/E with kextwizard 2) Follow guide here. Editing the 2 kexts mentioned
-
Get the updated audio devices here for E7440 and Exx30 here.
-
Replace the Config in /EFI/Clover with this one and reboot. Added a patch for DW1520 whitelisting (MBP11.1). config.plist.zip
-
E7270 / E7470: Skylake HD 520 now supported in El Capitan
Jake Lo replied to Jake Lo's topic in The Archive
I have a Samsung SSD PM871 M.2. Perhaps it's not supported. AHCI and UEFI were set. -
Replace FB in /S/L/E with this one. Repair permission Note: this is for 10.11.4 AppleIntelBDWGraphicsFramebuffer.kext.zip
-
Don't get ahead of yourself. Try getting the system up and running with graphics acceleration first. Without graphics acceleration, it won't be much of a hack.
-
Replace in config <dict> <key>Comment</key> <string>EHC1 to EH01</string> <key>Find</key> <data> RUhDMQ== </data> <key>Replace</key> <data> RUgwMQ== </data> </dict> with this <dict> <key>Comment</key> <string>EHCI to EH01</string> <key>Find</key> <data> RUhDSQ== </data> <key>Replace</key> <data> RUgwMQ== </data> </dict>
-
Enable kext-dev-mode=1 and add booterConfig=0x28 and CsrActiveConfig=0x67 to the config file
-
try this. Modded Wern's config with USB patches. For HDMI, do you mean video or audio? HDMI video should work with Optimus disabled. config.plist.zip
-
This is what I mean for Mirone's tool. Select Laptop and alc290. It may or may not work, no guarantee. Brix is one of the small Gigabyte Brix cube system. As for myHack, it helps create an Installer boot disk that supports up to Mavericks, not Yosemite and El Capitan. For the newer OS X, you'll have to manually create the Installer with Clover or Chameleon (enoch branch).
-
With Wern's Config, are you able to boot to Desktop with the smbios MBP8,2?