Jump to content

[GUIDE] Dell E6530 Catalina


xdnuos

Recommended Posts

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;

byte.thumb.png.7c50185cf4e65641595803e1066c1f8f.pngDword.thumb.png.e722458b3ee930288a710fce53caccfd.png

BUF2.thumb.png.35e2c39958b40f6c965631e202db009e.png

3.SSDT PATCHES:

Use ssdtPRgen.sh from piker-alpha or Download it in GOOGLE 
Paste /Extra/ssdt.aml in /EFI/CLOVER/ACPI/patched

SSDT.png.dc77574d6e786a4b4a7982633d77ab97.png

 

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

 

BUF2.png

Link to comment
Share on other sites

  • Administrators

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! :o

 

We have much better guides for the E6x30 models that provide full functionality for the laptops.

  • Thanks 1
Link to comment
Share on other sites

×
×
  • Create New...