Jump to content

E6530 El Capitan installation booting Clover issue


npyadav1

Recommended Posts

  • Administrators

HD4000 is supported on the E6x30 with Capri FB #3 (i.e. layout id 01660003). So, either you boot with options such as IntelCapriFB=3 or InjectIntel-ig=03006601 (or ig-platform-id=03006601) or you inject the following code into your DSDT if it's missing (it should not if you use the bootpack from this site). The code goes into the graphics device located at address 0x00020000 (GFX0 or -ideally- IGPU).

            Method (_DSM, 4, NotSerialized)
            {
                If (LEqual (Arg2, Zero))
                {
                    Return (Buffer (One)
                    {
                         0x03
                    })
                }
                Return (Package (0x04)
                {
                    "AAPL,ig-platform-id", 
                    Buffer (0x04)
                    {
                         0x03, 0x00, 0x66, 0x01
                    }, 
                    "hda-gfx", 
                    Buffer (0x0A)
                    {
                        "onboard-1"
                    }
                })
            }

Audio will work once you patch AppleHDA and potentially add the IDT dummy AppleHDA kext.
 
Trackpad will work with the correct PS2 controller (VoodooPS2Controller in the present case).
 
All of those are readily available in the various bootpacks and/or guides for the E6x30 series. Please look these up.

Link to comment
Share on other sites

Update Mac OS 10.11.3 to 10.11.4 


 


1. Graphics not properly working.


Graphics still not working properly after adding  boot flag (IntelCapriFB=3 & ig-platform-id=03006601)


 


2. Audio not working.


Getting Kernel panic After adding AppleHDA_IDT.kext in /Library/Extensions


IMG_0475.jpg


 


3. Trackpad not working. (Fixed) working trackpad after add VoodooPS2Controller.  :)  :)  :)


post-63331-0-94249900-1459015002_thumb.jpg

Link to comment
Share on other sites

×
×
  • Create New...