Jump to content

Optiplex 3020?


sebus

Recommended Posts

  • Moderators

If you want to use the Radeon 5450 without having to manually patching the kexts, just add this to SSDT-7.aml under Device PEG0, Name (_ADR, 0x0010000)

 

 

Device (GFX0)

                {
                    Name (_ADR, Zero)  // _ADR: Address
                    Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
                    {
                        If (LEqual (Arg2, Zero))
                        {
                            Return (Buffer (One)
                            {
                                 0x03                                           
                            })
                        }
 
                        Return (Package (0x0C)
                        {
                            "device-id", 
                            Buffer (0x04)
                            {
                                 0xE0, 0x68, 0x00, 0x00                         
                            }, 
 
                            "ATY,DeviceID", 
                            Buffer (0x02)
                            {
                                 0xE0, 0x68                                     
                            }, 
 
                            "vendor-id", 
                            Buffer (0x04)
                            {
                                 0x02, 0x10, 0x00, 0x00                         
                            }, 
 
                            "ATY,VendorID", 
                            Buffer (0x02)
                            {
                                 0x02, 0x10                                     
                            }, 
 
                            "AAPL,slot-name", 
                            Buffer (0x07)
                            {
                                "Slot-1"
                            }, 
 
                            "@0,AAPL,boot-display", 
                            Buffer (0x04)
                            {
                                 0x01, 0x00, 0x00, 0x00                         
                            }
                        })
                    }
                }
 

 

 

  • Like 1
Link to comment
Share on other sites

You still use VoodooHDA288?

Your 3020 use audio chip 280/3220 like my 7020.

Do you tried to install Xcode7 or other software?

After this, the audio still works?

 

It is strange audio on my 7020 will stop working after some softwares was installed when using VoodooHDA288.

These sofewares include Xcode7, VMWareFusion7, MS Office 2011.

 

After I changed to patched 280 AppleHDA (see my thread about 7020),

only front panel works, internal speaker and back panel do not work.

Link to comment
Share on other sites

×
×
  • Create New...