xdnuos Posted February 28, 2020 Share Posted February 28, 2020 specs: - core I5-3230M 2.6Ghz - Intel HD4000 - intel 7 series - network intel - audio IDT 92HD93 Not working: - wifi/BT (need card replacement) - Sleep - Fn + Up/Down to change brightness - Vga port (not support) Working: - audio - powermanagement - brightness - usb 2.0/3.0 - wired network - trackpad (three fingers) - battery status Unknow - HDMI 1. CREATE USB INSTALLER Use my EFI folder & behind USB 2.0 port EFI-install E6530.zip 2. DSDT patcher Open MaciASL, in preference, add source: http://raw.github.com/RehabMan/Laptop-DSDT-Patch/master Open your dsdt.dsl, select patch, and apply following patches: [audio] Audio Layout 12 [syn] Fix *pnp/pnp lower case Error [sys] Add IMEI [sys] Fix _WAK Arg0 v2 [sys] fix Mutex with non-zero SyncLevel [sys] fix PNOT/PPNT [sys] HPET Fix [sys] IRQ fix [sys] RTC Fix [sys] SMBUS Fix [usb] 7-series/8-series USB OS Check Fix ( win 7/8/visa) In the text field, paste directly: # Disable BAT1 and BAT2 devices into method label _STA parent_label BAT1 replace_content begin Return(0) end; into method label _STA parent_label BAT2 replace_content begin Return (0) end; ## Not All control path return a value (_SRS) into method label _SRS parent_label LPTE code_regex Store\s+\(Zero,\s+CRAA\) replaceall_matched begin Store (Zero, CRAA)\n return (Zero) end; 3.SSDT PATCHES: Use ssdtPRgen.sh from piker-alpha or Download it in GOOGLE Paste /Extra/ssdt.aml in /EFI/CLOVER/ACPI/patched 4. O2 Card reader Open DSDT.aml and go to _SB/PCI0/RP06/PXSX Replace Device (PXSX) { Name (_ADR, Zero) // _ADR: Address Name (_PRW, Package (0x02) // _PRW: Power Resources for Wake { 0x09, 0x04 }) } TO Device (SDXC) // Renamed from PXSX to SDXC as per Apple convention { Name (_ADR, Zero) // _ADR: Address Name (_PRW, Package (0x02) // _PRW: Power Resources for Wake { 0x09, 0x04 }) Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { If (LEqual (Arg2, Zero)) { Return (Buffer (One) { 0x03 }) } Return (Package (0x08) { "AAPL,slot-name", Buffer (0x09) { "Built-in" }, "device_type", Buffer (0x11) { "Media Controller" }, "model", Buffer (0x18) { "O2 Micro SD Card Reader" }, "compatible", Buffer (0x0D) { "pci14e4,16bc" } }) } } 5. USB 3.0 USE FakePCIID_XHCIMux.kext & IOAHCISerialATAPI_Injector.kext + Hackintool 6. Baterry Use ACPIBatteryManager.kext 7. Brigness Use SSDT-PNLF.dsl MY FOLDER EFI: My EFI.zip Sorry I bad English Link to comment Share on other sites More sharing options...
gengstapo Posted February 28, 2020 Share Posted February 28, 2020 Maybe you could attach the tools used too in this guides? Thx Link to comment Share on other sites More sharing options...
Administrators Hervé Posted February 28, 2020 Administrators Share Posted February 28, 2020 I'm afraid this is not a very good "guide" at all... Final pack is also poor and erroneous: FakePCIID_XHCIMux without FakePCIID, USBInjectall + USBPorts + SSDT-UAIC, SATA-unsupported, Clover patches, patched DSDT... Installation pack is shock horror! We have much better guides for the E6x30 models that provide full functionality for the laptops. 1 Link to comment Share on other sites More sharing options...
Recommended Posts