-
Posts
14365 -
Joined
-
Last visited
-
Days Won
868
Content Type
Profiles
Articles, News and Tips
Forums
Everything posted by Jake Lo
-
add this additional patch to the config file for audio, under KextToPatch <dict> <key>Comment</key> <string>AppleHDA - El Capitan</string> <key>Find</key> <data> gxnUEQ== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> AAAAAA== </data> </dict>
-
Just looked at your new Config.plist and realized the mistake on my part. You need to remove disabled: in front of disabled:AppleIntelFramebufferCapri. Restore your FB to vanilla and should be good. <dict> <key>Comment</key> <string>HDMI-audio HD4000 0x01660003, port 0304</string> <key>Find</key> <data> AwQAAAAEAACBAAAA </data> <key>Name</key> <string>disabled:AppleIntelFramebufferCapri</string> <key>Replace</key> <data> AwQAAAAIAAAGAAAA </data> </dict>
- 674 replies
-
Did you get HDMI audio working? If so, what did you change to enable it? Just curious.
- 674 replies
-
For Brightness, install this to /Clover/Kexts/10.11. For Headphone, autoswitching is not working. You need to plug in the headphone, enable sleep and then wake it up. Then to switch back to internal speak, unplug headphone, enable sleep again and then wake it up. No known fix at the moment.
-
During boot. Weird, it's only on the rushmore V3 id E7=0x73 0x03 0x0a, EC=0x88 0x08 0x1d (E6430/E6230/Exx30)
-
@sinsinsin Does HDMI video/ audio work for you?
- 674 replies
-
Same thing I ask rufabf, was HDMI audio working on Yosemite? Upload your IOREG.
- 674 replies
-
Try EFI Mounter v2, you can select the disk to mount and fix your issue.
-
If you installed that, you'll need to restore the vanilla AppleHDA as the dummyHDA kext depends on it.
-
Replace the Config/ SSDT/DSDT with attached Install the attached AppleHDA_ALC283 to /S/L/E Install this to /S/L/E Then repair permission. You should have audio and graphics fixed. Maybe even HDMI audio if all goes well. 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 / /!\ re-uploaded files, seems previous was corrupted 5537_ElCap.zip
-
Precision M 4400 DSDT is curios/strange with NVIDIA Web Driver
Jake Lo replied to Angelos585's topic in The Archive
Does sleep work? Angelos585 never confirmed it as you can see from previous posts. Do you have ACPIBatteryManager.kext installed in /Extra/Extensions? -
Some questions about installing OS X on Dell Vostro 200
Jake Lo replied to madorean's topic in The Archive
Yes, install NullCPUPowermanagement to /Extra/Extensions first to prevent KP after upgrade. After upgrade, install the patched AICPUPM and remove NullCPUPowemangement.kext. -
All looks good except one. You have it disable where it should be set to 9202EC10 <dict> <key>Comment</key> <string>AppleHDA ALC 292 #1</string> <key>Find</key> <data> hBnUEQ== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> kgLsEA== </data> </dict>
-
Some questions about installing OS X on Dell Vostro 200
Jake Lo replied to madorean's topic in The Archive
NullCPUPowermanagement does exactly what the name implies. It just prevents the system from KP without the patched AICPUPM. You don't need the patched kernel, just the patched AICPUPM installed to the Installed drive and repair permission. You could just use NULLCPU on your installer as it doesn't need power management during install. No need to reinstall, just make sure to install the correct patched version for your OS X version. -
According to your bootpack on post #1, the patched AppleIntelFramebufferCapri is using port 304 for HDMI. Was HDMI audio working on Yosemite? Upload your IOREG.
- 674 replies
-
Some questions about installing OS X on Dell Vostro 200
Jake Lo replied to madorean's topic in The Archive
Install the patched version of AICPUPM here. -
Keep all the patches in addition to the 2 new patches otherwise your audio will fail. Remove EAPDfix. It's know to cause KP in El Capitan. EmlyDinesh is working on a new supported version. Get rid of VoodooHDA is you're using the patched AppleHDA.
-
I think he said it's attached here.
-
No, just add the 4th AppleHDA patch from here.
-
Use Clover Configurator 4.24 might be easier to edit your Config.
-
Oh boy, where should I begin. The 9MB cursor patch is in the wrong place. You only added the audio patch #4 which is for El capitan only but you're missing the other 3 patches for audio. I fixed it and added them, but you'll have to install the patched AppleHDA_ALC292.kext found in the previous posts for audio. For the glitch issue to be fix, you need to have cache working. Run this after any kext install or uninstall 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 / config.plist.zip
-
Looking at your bootpack, you need the following added for HDMI audio in DSDT under HDEF, add this Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { Store (Package (0x08) { "built-in", Buffer (One) { 0x00 }, "layout-id", Unicode ("\x03"), "hda-gfx", Buffer (0x0A) { "onboard-1" }, "PinConfigurations", Buffer (One) { 0x00 } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } Also need to patch the FB with this. Add to KextToPatch in Clover Config <dict> <key>Comment</key> <string>HDMI-audio HD4000 0x01660003, port 0205</string> <key>Find</key> <data> AgUAAAAEAAAHBAAA </data> <key>Name</key> <string>AppleIntelFramebufferCapri</string> <key>Replace</key> <data> AgUAAAAIAAAGAAAA </data> </dict> If the above doesn't work, it could be your system has HDMI on a different port, then try these instead <dict> <key>Comment</key> <string>HDMI-audio HD4000 0x01660003, port 0304</string> <key>Find</key> <data> AwQAAAAEAACBAAAA </data> <key>Name</key> <string>AppleIntelFramebufferCapri</string> <key>Replace</key> <data> AwQAAAAIAAAGAAAA </data> </dict> OR <dict> <key>Comment</key> <string>HDMI-audio HD4000 0x01660003, port 0406</string> <key>Find</key> <data> BAYAAAAEAACBAAAA </data> <key>Name</key> <string>AppleIntelFramebufferCapri</string> <key>Replace</key> <data> BAYAAAAIAAAGAAAA </data> </dict>
- 674 replies
-
/EFI/Clover/drivers64UEFI
-
Some questions about installing OS X on Dell Vostro 200
Jake Lo replied to madorean's topic in The Archive
See here. Please list your system specs and you might have to replace your graphics card to a supported one. -
Did it worked on Yosemite?
- 674 replies