Jump to content

H87M-HD3


ArcticFox
 Share

5 posts in this topic

Recommended Posts

What sites can people recommend to edit my DSDT.

 

I want:

 

  • iPads and iPhones charging fix
  • Fix the SMBUS device
  • Add the missing MCHC device
  • Proper device renames
  • Fix the Ethernet to fix AppStore issues
  • Fix Intel SATA
  • Fixes 'Built-in' status for Realtek Gigabit Ethernet
  • Fix HDEF device for the Realtek ALC887 audio codec (no need HDAEnabler1.kext)
  • Long Wake Fix
  • Haswell Additional Fixes
  • Patches the Intel USB3 on Intel 8 Series chipsets to allow more power output
  • LPC fix for SMC error

As well as the ability to change the framebuffer for my R9 280X, I've been searching for guides but I can't find any of what people are talking about in my DSDT.

System DSDT.zip

Link to comment
Share on other sites

I've found this in a DSDT for an earlier firmware version (F6) which isn't in the latest version (F8), I am super confused.

Device (GFX0)
                {
                    Name (_ADR, Zero)
                    Name (_SUN, One)
                    Method (_DSM, 4, NotSerialized)
                    {
                        If (LEqual (Arg2, Zero))
                        {
                            Return (Buffer (One)
                            {
                                 0x03
                            })
                        }
                        Return (Package (0x0A)
                        {
                            "@0,connector-type", 
                            Buffer (0x04)
                            {
                                 0x00, 0x08, 0x00, 0x00
                            }, 
                            "@1,connector-type", 
                            Buffer (0x04)
                            {
                                 0x00, 0x08, 0x00, 0x00
                            }, 
                            "@2,connector-type", 
                            Buffer (0x04)
                            {
                                 0x00, 0x08, 0x00, 0x00
                            }, 
                            "@3,connector-type", 
                            Buffer (0x04)
                            {
                                 0x00, 0x08, 0x00, 0x00
                            }, 
                            "hda-gfx", 
                            Buffer (0x0A)
                            {
                                "onboard-2"
                            }
                        })
                    }
                }
                Device (HDAU)
                {
                    Name (_ADR, One)
                    Method (_DSM, 4, NotSerialized)
                    {
                        If (LEqual (Arg2, Zero))
                        {
                            Return (Buffer (One)
                            {
                                 0x03
                            })
                        }
                        Return (Package (0x02)
                        {
                            "hda-gfx", 
                            Buffer (0x0A)
                            {
                                "onboard-2"
                            }
                        })
                    }
                }
            }
Link to comment
Share on other sites

 Share

×
×
  • Create New...