Contribute
Register

ALC 892 (2out, 1 in) for 10.6

Status
Not open for further replies.
Joined
May 27, 2010
Messages
2
Motherboard
OS X10.8.1
CPU
Xeon E3 1230 V2
Graphics
ASUS 6870
Mac
  1. Mac Pro
Classic Mac
  1. 0
Mobile Phone
  1. 0
This kext is simple edit:
1.
Front: Head Phone (Green)
Rear: Speaker (Green)
Mic in (Pink)
2.Automaticswitching: Head Phone & Speaker

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)
}
}

3. You must need use 10.6.2AppleHDA (Install to S/L/E)
4. Copy this kext (LegacyAppleHDA.kext) to Extra/Extensions
Reboot........enjoy :lol:

My GA H55N USB3 is work, Other MB need test...
 

Attachments

  • LegacyAppleHDA.kext.zip
    15.8 KB · Views: 381
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
 
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 :)
 
e10811125
Thanks for useful and detail instruction.
All works excellent on GA P55-US3L rev2.3

Update 10.6.5 work without problem, after AppleHDA 10.6.2 rollback from Multibeast
 
DSDT was already up and running.
I installed the Legacy HDA extra/extensions download.
I installed the AppleHDA 10.6.2 from the rollback in Multibeast.
Running Mac Pro 3,1 (and tried 4,1)
Ran system utilities

Nothing

I don't have to edit the DSDT do I?
 
laguna1212 said:
DSDT was already up and running.
I installed the Legacy HDA extra/extensions download.
I installed the AppleHDA 10.6.2 from the rollback in Multibeast.
Running Mac Pro 3,1 (and tried 4,1)
Ran system utilities

Nothing

I don't have to edit the DSDT do I?

Yes you need to modify that DSDT file
 
I am using DSDTSE to edit the DSDT. Is there a good thread or guide that you know of I can look at. Haven't edited DSDT's before.
 
Hi guys! Can you help me with one thing: I don't know for sure - where I should write a section, that you write in this topic, in my dsdt.aml. I will wait for your answer. Thank you!
 
Status
Not open for further replies.
Back
Top