Jump to content

Installazione ML Retail 10.8/1/2/3/4/5 x Asus P6T Deluxe V2 & P6T SE


Fabio1971
 Share

428 posts in this topic

Recommended Posts

Thank you for one time Fabio! I will use the dsdt tomorrow and I'll post the results.

 

Fabio i need your help again... i installed the dsdt with charmeleon wizard then created a SMbios and everything is working great except sound. I use 5.1 sound system connected to the motherboard.

 

I also have reboot and shut down problems after installing the dsdt. I wonder why.

Link to comment
Share on other sites

here: http://olarila.com/files/10.9/Audio/AppleHDAPatcher/Patches/Desktop/

for the patch AppleHDA uses AppleHDAPatcher

Fabio

Device (HDEF)            {                Name (_ADR, 0x001B0000)                OperationRegion (HDCS, PCI_Config, 0x54, 0x04)                Field (HDCS, DWordAcc, NoLock, Preserve)                {                        ,   15,                     PMES,   1                }                Name (_PRW, Package (0x02)                {                    0x0D,                     0x06                })                Method (_DSM, 4, NotSerialized)                {                    Store (Package (0x0E)                        {                            "subsystem-id",                             Buffer (0x04)                            {                                0xA0, 0x00, 0x00, 0x00                            },                             "subsystem-vendor-id",                             Buffer (0x04)                            {                                0x6B, 0x10, 0x00, 0x00                            },                             "layout-id",                             Unicode ("c"),                             "device-type",                             Buffer (0x17)                            {                                "Analog Devices AD2000b"                            },                             "model",                             Buffer (0x0D)                            {                                "ADI AD2000B"                            },                             "built-in",                             Buffer (One)                            {                                0x00                            },                             "PinConfigurations",                             Buffer (Zero) {}                        }, Local0)                    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))                    Return (Local0)
can you fix it ? the "read me" file has less line than this..

(si può risolvere il problema? il file "Leggimi" ha meno la linea di questo)

Link to comment
Share on other sites

 

Device (HDEF)
            {
                Name (_ADR, 0x001B0000)
                OperationRegion (HDCS, PCI_Config, 0x54, 0x04)
                Field (HDCS, DWordAcc, NoLock, Preserve)
                {
                        ,   15, 
                    PMES,   1
                }


                Name (_PRW, Package (0x02)
                {
                    0x0D, 
                    0x06
                })
                Method (_DSM, 4, NotSerialized)
                {
                    Store (Package (0x0E)
                        {
                            "subsystem-id", 
                            Buffer (0x04)
                            {
                                0xA0, 0x00, 0x00, 0x00
                            }, 


                            "subsystem-vendor-id", 
                            Buffer (0x04)
                            {
                                0x6B, 0x10, 0x00, 0x00
                            }, 


                            "layout-id", 
                            Unicode ("c"), 
                            "device-type", 
                            Buffer (0x17)
                            {
                                "Analog Devices AD2000b"
                            }, 


                            "model", 
                            Buffer (0x0D)
                            {
                                "ADI AD2000B"
                            }, 


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


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

can you fix it ? the "read me" file has less line than this..

(si può risolvere il problema? il file "Leggimi" ha meno la linea di questo)

of course, you must replace it with the patch readme file

 

Fabio

Link to comment
Share on other sites

of course, you must replace it with the patch readme file

 

Fabio

When i copy the "read me" code and compile it, i get the message: initializer list shorter than declared package length.

 

(Quando copio il codice " leggimi" e compilarlo , ottengo il messaggio : lista di inizializzazione più breve di lunghezza dichiarata pacchetto.)

thanks 

Link to comment
Share on other sites

Change the value of this line:

 

Method (_DSM, 4, NotSerialized)
                {
                    Store (Package (0x0E)

 

With other value number (0x04) or (0x06) or (0x0C)

  • Like 1
Link to comment
Share on other sites

Change the value of this line:

 

Method (_DSM, 4, NotSerialized)

                {

                    Store (Package (0x0E)

 

With other value number (0x04) or (0x06) or (0x0C)

 

I expected dsdt then changed the values and compiled it but i have no sound.

I'm apologizing for being so annoying!

Link to comment
Share on other sites

  • 3 months later...
 Share

×
×
  • Create New...