Contribute
Register

ALC 892 (2out, 1 in) for 10.6

Status
Not open for further replies.
tonymacx86 said:
cochon said:
Yeah, it works, but only 2.1 speakers, with VoodooHDA 0.2.1 I can get 5.1 sound speaker. If anyone can get 5.1 sound please advise. Thanks

Working on a full ins/outs ALC892 Legacy892HDA.kext in the same format as MacMan's 88x kexts. Stay tuned :)
How much waiting for working SPDIF?
 
What about SPDIF-out? Any chance of getting it to work?

//EDIT: didn't see the post above mine :)
 
Tony,

Any update on the ALC892 Legacy892HDA.kext? I have the GA P55A UD3 and have everything working except the audio :( I have tried a few of the methods in the forum, but so far nothing has worked......

Thanks in advance
 
No joy with the voodoo 0.2.1 - I removed the AppleHDA and I have tried Voodoo: 0.2.1, 0.2.61, 0.2.62, 0.2.72 and nothing with any of them :(

I get the 'hiss' on the speakers that others have mentioned, and I can remove it by adjusting the input gain via the voodoo pref pane, but I have never gotten any audio to come out so far.
 
Guys, can anybody help me? Where I should past this section in my dsdt.aml?

GUIDE:
1.Edit your "smbios.plist" to MacPro3,1
2.Add your "dsdt.aml"

Device (HDEF)
{
Name (_ADR, 0x001B0000)
Method (_PRW, 0, NotSerialized)
{
Return (Package (0x02)
{
0x0D,
0x05
})
}

Method (_DSM, 4, NotSerialized)
{
Store (Package (0x04)
{
"layout-id",
Buffer (0x04)
{
0x7C, 0x03, 0x00, 0x00
},

"PinConfigurations",
Buffer (Zero) {}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
}
 
Can't understand why you don't use internet to find how edit binary dsdt.aml
You so lazy?
How Modify Your DSDT.aml

1) At first, you need decompilling binary .aml to simple text .dsl
2) Then use any text editor. Search & replace HDEF section in .dsl-file
3) Compiling new .aml from .dsl

Thats, all

If you can't do this, just upload you DSDT.aml to forum.
I do this myself
 
Alsh said:
Can't understand why you don't use internet to find how edit binary dsdt.aml
You so lazy?
How Modify Your DSDT.aml

1) At first, you need decompilling binary .aml to simple text .dsl
2) Then use any text editor. Search & replace HDEF section in .dsl-file
3) Compiling new .aml from .dsl

Thats, all

If you can't do this, just upload you DSDT.aml to forum.
I do this myself

First of all - Thank you for trying to help me! Second: I'm not lazy and I know how to edit DSDT.aml) I asked my question here, cause I can't find any "HDEF" section in my dsdt.aml - that is the main reason, why I wrote my post here. I will be very glad if you edit my dsdt.aml in proper way and explain me - how you did it (I mean - where you add that section).

P.S: actually I'm from Ukraine to) so if this not be a trouble for you - please write me in "Skype" on ours local language (the same nick-name as here, city Kherson) and give me a quick lesson) Thank you one more time!
 

Attachments

  • dsdt.aml
    55.7 KB · Views: 112
Ah- you're using an asus board- there is no HDEF section in your DSDT. Try grabbing one from the DSDT Database, and searching for HDEF. ;)
 
Status
Not open for further replies.
Back
Top