Jump to content
513 posts in this topic

Recommended Posts

L'icona volume è grigia o nera?

Hai provato a selezionare un'altra uscita dall'elenco?

L'icona del volume è nera..ho provato altre uscite e non va

Ciao odinotux.

Io propongo una installazione fresca. Chissà cosa è che non va..

Ho formattato qualche giorni fa e oltre ai due kext fakesmc e l'ethernet non ho aggiunto altro...se non le varie prove che abbiamo fatto..

Il link per la richiesta di AppleHDA è questo: http://www.insanelymac.com/forum/topic/293863-applehda-patch-requests/

Devi postare DSDT, ioreg (fatto con IOregistry Explorer) e il codec dump estratto da una live di Linux con il comando da terminale:

cat /proc/asound/card0/codec#1 > ~/Desktop/codec_dump.txt

  • Like 1

Devi aprire il DSDT con DSDT Editor, dalla struttura ad albero espandere PCI0 e selezionare HDEF, individuare il method _DSM e cambiare il layout-id da 0x07 0x00 0x00 0x00 a 0x05 0x00 0x00 0x00, compilare e salvare.

Se non funziona provare con 0x09 0x00 0x00 0x00

 

 

Da:

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

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

                        "device-type",
                        Buffer (0x12)
                        {
                            "Realtek ALC887-VD"
                        },

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

a:

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

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

                        "device-type",
                        Buffer (0x12)
                        {
                            "Realtek ALC887-VD"
                        },

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

oppure:

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

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

                        "device-type",
                        Buffer (0x12)
                        {
                            "Realtek ALC887-VD"
                        },

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

 

 

  • Like 1

Devi aprire il DSDT con DSDT Editor, dalla struttura ad albero espandere PCI0 e selezionare HDEF, individuare il method _DSM e cambiare il layout-id da 0x07 0x00 0x00 0x00 a 0x05 0x00 0x00 0x00, compilare e salvare.

Se non funziona provare con 0x09 0x00 0x00 0x00

 

 

Da:

Method (_DSM, 4, NotSerialized)

{

Store (Package (0x08)

{

"codec-id",

Buffer (0x04)

{

0x87, 0x08, 0xEC, 0x10

},

"layout-id",

Buffer (0x04)

{

0x07, 0x00, 0x00, 0x00

},

"device-type",

Buffer (0x12)

{

"Realtek ALC887-VD"

},

"PinConfigurations",

Buffer (One)

{

0x00

}

}, Local0)

DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))

Return (Local0)

}

}

a:

Method (_DSM, 4, NotSerialized)

{

Store (Package (0x08)

{

"codec-id",

Buffer (0x04)

{

0x87, 0x08, 0xEC, 0x10

},

"layout-id",

Buffer (0x04)

{

0x05, 0x00, 0x00, 0x00

},

"device-type",

Buffer (0x12)

{

"Realtek ALC887-VD"

},

"PinConfigurations",

Buffer (One)

{

0x00

}

}, Local0)

DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))

Return (Local0)

}

}

oppure:

Method (_DSM, 4, NotSerialized)

{

Store (Package (0x08)

{

"codec-id",

Buffer (0x04)

{

0x87, 0x08, 0xEC, 0x10

},

"layout-id",

Buffer (0x04)

{

0x09, 0x00, 0x00, 0x00

},

"device-type",

Buffer (0x12)

{

"Realtek ALC887-VD"

},

"PinConfigurations",

Buffer (One)

{

0x00

}

}, Local0)

DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))

Return (Local0)

}

}

 

 

Provato con tutti e tre...nulla..non vede la scheda audio..sto usando l'ultimo applehda che mi hai postato al post 334

quello precedente che vedeva la scheda audio ma non si sentiva aveva 0x04 0x00 0x00 0x00

Prova il layout 3

ho provato con il 4 ed è tornato a vederla...adesso provo la 3

Con il 3 torna a non vederla più... Ho notato che con la 4 (la configurazione che vede la scheda) quando carica la mela si sente come se si attacca un jack...hai presente il toc...?

Quindi credo sia giusta la 4 ma forse c'è da cambiare altro ..

×
×
  • Create New...