-
Posts
14365 -
Joined
-
Last visited
-
Days Won
868
Content Type
Profiles
Articles, News and Tips
Forums
Everything posted by Jake Lo
-
I also use MacIASL. I just added _DSM to HDEF Device (HDEF) { Name (_ADR, 0x001B0000) // _ADR: Address OperationRegion (HDAR, PCI_Config, 0x4C, 0x10) Field (HDAR, WordAcc, NoLock, Preserve) { DCKA, 1, Offset (0x01), DCKM, 1, , 6, DCKS, 1, Offset (0x08), Offset (0x09), PMEE, 1, , 6, PMES, 1 } Method (_PRW, 0, NotSerialized) // _PRW: Power Resources for Wake { Return (GPRW (0x0D, 0x04)) } Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { If ((Arg2 == Zero)) { Return (Buffer (One) { 0x03 /* . */ }) } Return (Package (0x06) { "layout-id", Unicode ("\x01"), "hda-gfx", Buffer (0x0A) { "onboard-1" }, "PinConfigurations", Buffer (Zero) {} }) }
-
Your config looks fine. Try this, patched with layout-id=01 DSDT.aml.zip
-
Let me check your DSDT. Make sure to remove AppleHDADisabler as well.
-
Can you supply error from the window when it crashed? Try booting in verbose mode -v -f.
-
Try this. Layout-id =01 Add this to Clover and install attach to S/L/E. Keep AppleHDA vanilla. Comment AppleHDA ALC 292 #1 Find hBnUEQ== Name AppleHDA Replace kgLsEA== Comment AppleHDA ALC 292 #2 Find hAjsEA== Name AppleHDA Replace AAAAAA== Comment AppleHDA ALC 292 #3 Find hQjsEA== Name AppleHDA Replace AAAAAA== AppleHDAALC.kext.zip
-
Huge difference. For one, E7x40 models have Haswell CPUs with Intel HD 4400, E7x50 models have Broadwell CPUs with Intel HD 5500. Chameleon loader so far is not supporting, but Clover with some adjustment can but no support for Intel HD 5500 yet. You will have to be patient and wait until more support are available by the developers.
-
Dell XPS 15 L501X, nVidia GT 435M - Yosemite [COMPLETE]
Jake Lo replied to onibla's topic in The Archive
Try this. Nvidia 435M injected with DSDT. onibla.zip -
Did you see this guide?
-
The problem is with EAPD. Workaround, use an USB audio adapter.
-
Dell XPS 15 L501X, nVidia GT 435M - Yosemite [COMPLETE]
Jake Lo replied to onibla's topic in The Archive
Try this onibla.zip -
You need to disable Hibernation, it doesn't work in hackintosh. sudo pmset hibernatemode 0 For sleep, try the DSDT from my T410s bootpack. Install ACPIBatteryManager and remove NullCPUPowermanagement from Extra/Extensions
-
Install ACPIBatteryManager to EE, remove or rename NullCPU, install patched AppleIntelCPUPowermanagement to SLE and generate an SSDT with ssdtPRGen.sh. You can find all those file within my bootpacks here. Ignore the other files.
-
Dell XPS 15 L501X, nVidia GT 435M - Yosemite [COMPLETE]
Jake Lo replied to onibla's topic in The Archive
Please specify your system's spec's. Attach your DSDT and Config.plist as requested before we could help you. If you don't have patched DSDT, reboot Clover, hit F4, then log on. Attach all the files in /EFI/Clover/ACPI/origin, compress the whole folder before attaching. -
Dell XPS 15 L501X, nVidia GT 435M - Yosemite [COMPLETE]
Jake Lo replied to onibla's topic in The Archive
Upload your DSDT and config.plist if you're using Clover. -
[SOLVED] Inspiron 15r: HDMI is recognized as DVI (without audio)
Jake Lo replied to webmontes's topic in The Archive
Try this Find: 300200000000000001000000400000000000000001000000400000000000000001000000400000000000000000000000 Replace: 300200000205000000080000060000000304000000040000810000000406000000040000810000000000000000020011 -
Boot with -v -f Edit: Sorry, forgot you're on clover. See Bronxteck's instruction below
-
Dell XPS 15 L501X, nVidia GT 435M - Yosemite [COMPLETE]
Jake Lo replied to onibla's topic in The Archive
Do you have a DSDT? Try this with layout-id = 76 AppleHDA-266.5-ALC665.zip -
You should select FB from the DualLink folder for the high resolution
-
Lenovo E330 i5 Intel HD4000 Nvidia610m Mavericks10.9.5 myHack HELP!
Jake Lo replied to javajedi's topic in The Archive
When myHack prompt to patch with MBR, did you select Yes? -
You could do a manual build, see my Yosemite guide link in my signature. Did you use a kext utility to replace the kexts or you just manually copy and paste? After replacing the kexts, did you repair permission and rebuild cache? Here's how I got it to boot. Remove the 2 kexts, repair permission. Use kextwizard to install the patched kexts, run repair again.
-
Have you tried adding your VenID/DevID to VoodooSDHC? See here.
-
Are they USB 3.0 ports? You might need to patch your DSDT. Please include your system full specs so we could help you.
- 674 replies
-
what card reader do you have? what kexts had you tried?
-
Remove AppleIntelHDGraphics & AppleIntelHDGraphicsFB and replaced files with these. After the install, you'll need to replace them to the HD too.
-
Sleep works?