Jump to content

ALC269 not work


claure
 Share

8 posts in this topic

Recommended Posts

Can anyone modify this for me?

http://www.osx86.net/files/file/235-dsdt-k53sc/

 

I don't find device hdef

it does contain device HDEF

 

this is the extracted code....

            Device (HDEF)
            {
                Name (_ADR, 0x001B0000)
                OperationRegion (HDAR, PCI_Config, 0x4C, 0x10)
                Field (HDAR, WordAcc, NoLock, Preserve)
                {
                    DCKA,   1, 
                            Offset (0x01), 
                    DCKM,   1, 
                        ,   6, 
                    DCKS,   1, 
                            Offset (0x08), 
                        ,   15, 
                    PMES,   1
                }


                Method (_DSM, 4, NotSerialized)
                {
                    Store (Package (0x0E)
                        {
                            "codec-id", 
                            Buffer (0x04)
                            {
                                0x69, 0x02, 0xEC, 0x10
                            }, 


                            "built-in", 
                            Buffer (One)
                            {
                                0x00
                            }, 


                            "hda-gfx", 
                            Buffer (0x0A)
                            {
                                "onboard-1"
                            }, 


                            "layout-id", 
                            Buffer (0x04)
                            {
                                0x1C, 0x00, 0x00, 0x00
                            }, 


                            "model", 
                            Buffer (0x25)
                            {
                                "Realtek ALC269 & Intel Display Audio"
                            }, 


                            "device-type", 
                            Buffer (0x21)
                            {
                                "High Definition Audio Controller"
                            }, 


                            "PinConfigurations", 
                            Buffer (Zero) {}
                        }, Local0)
                    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                    Return (Local0)
                }
            }
Link to comment
Share on other sites

 

it does contain device HDEF

 

this is the extracted code....

            Device (HDEF)
            {
                Name (_ADR, 0x001B0000)
                OperationRegion (HDAR, PCI_Config, 0x4C, 0x10)
                Field (HDAR, WordAcc, NoLock, Preserve)
                {
                    DCKA,   1, 
                            Offset (0x01), 
                    DCKM,   1, 
                        ,   6, 
                    DCKS,   1, 
                            Offset (0x08), 
                        ,   15, 
                    PMES,   1
                }


                Method (_DSM, 4, NotSerialized)
                {
                    Store (Package (0x0E)
                        {
                            "codec-id", 
                            Buffer (0x04)
                            {
                                0x69, 0x02, 0xEC, 0x10
                            }, 


                            "built-in", 
                            Buffer (One)
                            {
                                0x00
                            }, 


                            "hda-gfx", 
                            Buffer (0x0A)
                            {
                                "onboard-1"
                            }, 


                            "layout-id", 
                            Buffer (0x04)
                            {
                                0x1C, 0x00, 0x00, 0x00
                            }, 


                            "model", 
                            Buffer (0x25)
                            {
                                "Realtek ALC269 & Intel Display Audio"
                            }, 


                            "device-type", 
                            Buffer (0x21)
                            {
                                "High Definition Audio Controller"
                            }, 


                            "PinConfigurations", 
                            Buffer (Zero) {}
                        }, Local0)
                    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                    Return (Local0)
                }
            }

 

can someone please tell me where to put this code in DSDT.aml file?

 

i opened it with DSDT Editor and is see multiple "blocks". the first is "definitionblock dsdt.aml" then i have "method dtgp".

 

 

in which of these should this code stand and where?

 

thank you in advance.

Link to comment
Share on other sites

 Share

×
×
  • Create New...