Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. See if this DSDT makes a difference. Rename it to DSDT.aml Can you confirm the following are working? Internal speaker / headphone Sleep / wake volume control (which key combo?) brightness control ( which key combo?) keyboard back if included (which key combo?) SD Card reader touchpad / trackstick scrolling DSDT-HDMI.aml.zip
  2. At the Chameleon boot screen, enter -v -f to determine what's causing the hang
  3. Remove that and use mine included in this package here
  4. It wasn't done correctly. See the differences attached. I also added some extra config and patch your DSDT to enable HDMI audio, and SD Card reader. Install this to /S/L/E to fix audio after wake issue. Remove GenericUSBXHCI if you have it installed. Not needed. uranis_DSDT+Config.zip
  5. add this to Clover Config under KextToPatch for remedy the menu bar glitch. The Vram change is just cosmetics and of no concern. <dict> <key>Comment</key> <string>0x0a260006 9MB cursor bytes patch</string> <key>Find</key> <data> BgAmCgEDAwMAAAACAAAwAQAAYAA= </data> <key>Name</key> <string>AppleIntelFramebufferAzul</string> <key>Replace</key> <data> BgAmCgEDAwMAAAACAAAwAQAAkAA= </data> </dict>
  6. That's how it works, the sound going through the tv and you control the volume from there. Hot plugging should work too. Make sure to select the HDMI sound output after you plug in the HDMI TV. You could update your 1st post with the installation guide. Updating won't be an issue, you just need to repatch the kexts with the perl patches. You could use my updated kext from my E7440 guide under Updates 10.10.5. You could keep your DSDT and SSDT. Read through my guide carefully. You need the patched Kernel and Nullcpupowermanagement before you do the update and reboot, otherwise KP.
  7. Ok, you have the unsupported ID 8086:0c0c. You'll need to install this FakeID to inject the supported id 8086:0a0c. Download this and install FakePCIID_Intel_HDMI_Audio.kext to /S/L/E
  8. You have to compress files to be able to attach them. Good, a little search in the forum goes a long way. I might have to update Pokenguyen's guide with the latest development of this model, so it'll be less questions like this. I hope he doesn't mind since he has not been active here for a while.
  9. Can't read the file, seems corrupted. What version of IORegistryExplorer did you use? Try this version. Widely use.
  10. Oops, sorry about that. 0x12, 0x04, 0x00, 0x00 is what I meant to put. So now you have internal speaker with the patched AppleHDA, not voodooHDA correct? Try this AzulFB, see if it make a difference AppleIntelFramebufferAzul.kext.zip
  11. Upload your DSDT/Config file. No, you could ignore it, it's use for Real Apple system.
  12. Can you search the system log and search for 'Alps'? Want to verify what manufacturer is your touchpad.
  13. Yes, use the combo update or App Store, both will work.
  14. Try these files for HDMI audio, USB3.0, and Trim Install to /S/L/E with kextwizard, making a backup copy. Remove VoodooHDA and AppleHDADisabler. Repair permission and rebuild cache with command above. Replace DSDT, patched for audio, USB3.0 and HDMI, make a backup of one from Hervé. Use attached ssdtPRGen.sh to create your own SSDT.aml, just run in in terminal. Move it to /Extra when done You can't toggle monitor with Fn+F8, that's for Windows. Click on Displays in Preference, hold down the Command key (Windows key), you'll see Detect Displays. Click on that. HDMI and DVI might work, but not VGA, not supported. Brightness control should be Fn+F3 and Fn+Pause. Keyboard backlight I believe is Fn+left Arrow, can't remember. Note:Updated files, mistake made to DSDT corrected E6540.zip
  15. @conedmiro You need to patch your DSDT too. Try this. Do a search for B0D3 after and replace with HDAU if found. # Use this patch to enable HDMI audio for Haswellinto_all all code_regex \_SB_.PCI0.B0D3 replaceall_matched begin \_SB_.PCI0.HDAU end; into_all all code_regex \_SB.PCI0.B0D3 replaceall_matched begin \_SB.PCI0.HDAU end; into_all all code_regex B0D3. replaceall_matched begin HDAU. end; into device label B0D3 parent_label PEG0 set_label begin HDAU end; into_all method parent_label PEG0 code_regex B0D3 replaceall_matched begin HDAU end; into device label HDAU insert begin Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method\n {\n If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n Return (Package()\n {\n "hda-gfx", Buffer() { "onboard-1" }\n })\n }\n end;
  16. Post #18, you said you reverted those kexts to the the original already so I assume you did. In order to work with the FakePCIID, you need the original to get QE/CI. The patches are to fix what FakePCIID don't which is HDMI/MenuBar/ and Boot glitch.
  17. Run in terminal sudo touch /S*/L*/E* sudo kextcache -Boot -U /
  18. Run the following perl patches from terminal to fix your various issues, make sure to make a backup first before running. FYI, these all could be done with Clover on-the-fly patching but with Chameleon, you'll have to do this on every update. # Enable HDMI Video/Audio sudo perl -pi -e 's|\x01\x05\x09\x00\x00\x04\x00\x00\x87\x00\x00\x00|\x01\x05\x12\x00\x00\x08\x00\x00\x87\x00\x00\x00|g' /System/Library/Extensions/AppleIntelFramebufferAzul.kext/Contents/MacOS/AppleIntelFramebufferAzul # Fix artifacts in Menu Bar sudo perl -pi -e 's|\x60\x00\x00\x00\x00\x60\xD9|\x90\x00\x00\x00\x00\x60\xD9|g' /System/Library/Extensions/AppleIntelFramebufferAzul.kext/Contents/MacOS/AppleIntelFramebufferAzul # Boot Graphics Glitch Fix sudo perl -pi -e 's|\x41\x88\xC4\xEB\x11|\x41\x88\xC4\xEB\x31|g' /System/Library/Extensions/IOGraphicsFamily.kext/IOGraphicsFamily
  19. Install this to /S/L/E for the sound on wake. As for LAN, do you have Broadcom or Intel? Have you install any kexts for it?
  20. Yes , layoutid =1 in DSDT. I think yours is 56?
  21. Read post #692 to 696 regarding the patching on the fly kext and patches. You'll need to change the layout to 1 in your DSDT. See if the new config fixed the sleep issue. I remove a bunch of clover patches that are not needed. Regarding the shutdown issue. See this thread. I listed a fix in the thread I found, but follow at your own risk. I'll not be responsible if it bricks your system.
  22. The time issue is not due to external drive but due to you dual booting with Windows. See here for a fix, under Section 2:a – Time synchronizationAs for the KP with "free zone" add this to boot arg -no-zp
  23. Download this and install these files to /S/L/E. FakePCIID_HD4600_HD4400 FakePCIID_Intel_HDMI_Audio FakePCIID Then replace your config with the attached. I'm assuming you already have working audio patched AppleHDA working. config.plist.zip
  24. Just replace the config file to EFI/Clover. I assumed you already have Yosemite installed. Your output.txt shows you're running 10.10.5. Not sure what you mean by order in which the kexts should be installed. Your output shows you have a running Yosemite with graphics issue. The config attached should fix that.
×
×
  • Create New...