Hi,
I have succeeded the ML installation and i have no audio.
The system profile shows all the information but the sound is not available.Help me.
My motherboard is nforce 680i sli.
19 replies to this topic
#1
Posted 09 March 2012 - 06:52 PM
#2
Posted 10 March 2012 - 01:22 AM
I use ALC8xxHDA, AppleHDA & custom DSDT with no problems!
#3
Posted 10 March 2012 - 04:00 AM
#4
Posted 10 March 2012 - 10:23 AM
#5
Posted 10 March 2012 - 11:45 AM
#6
Posted 10 March 2012 - 12:40 PM
Send me your dsdt, I'll add the patch for you 
Open the Terminal and type this http://pastebin.com/thaDPFvL
Open the Terminal and type this http://pastebin.com/thaDPFvL
#7
Posted 10 March 2012 - 01:07 PM
buoo, on 10 March 2012 - 12:40 PM, said:
Send me your dsdt, I'll add the patch for you
Open the Terminal and type this http://pastebin.com/thaDPFvL
Thanks for your effort i have attached my dsdt.aml file
#8
Posted 10 March 2012 - 01:53 PM
You have to compress the file .aml to attach it here.
If you have problem try with a free site like this http://www.mediafire.com/
If you have problem try with a free site like this http://www.mediafire.com/
#9
Posted 10 March 2012 - 03:21 PM
buoo, on 10 March 2012 - 01:53 PM, said:
You have to compress the file .aml to attach it here.
If you have problem try with a free site like this http://www.mediafire.com/
If you have problem try with a free site like this http://www.mediafire.com/
Thanks
Attached Files
#10
Posted 10 March 2012 - 06:15 PM
Ok!
Put it in Extra folder and install the AppleHDA.kext that I told you
DSDT.aml.zip 7.51K
8 downloads
Put it in Extra folder and install the AppleHDA.kext that I told you
DSDT.aml.zip 7.51K
8 downloads
#11
Posted 10 March 2012 - 06:30 PM
#12
Posted 10 March 2012 - 06:32 PM
#13
Posted 10 March 2012 - 06:39 PM
As you told i have placed the DSDT inside extra folder and installed the appleHDA.kext in system/extensions/ and i have no other audio kext like hdaenabler or a lcxxx.The problem is same no audio in system prefrences and also in profile.
I dont know where i went wrong.
Is there anything i have to mention about DSDT in org.chameleon.Boot ?
I dont know where i went wrong.
Is there anything i have to mention about DSDT in org.chameleon.Boot ?
#14
Posted 10 March 2012 - 06:55 PM
Rebuild system kext caches.
#15
Posted 10 March 2012 - 06:57 PM
#16
Posted 11 March 2012 - 04:37 AM
Ok can i try ###### hda rollback?
#17
Posted 11 March 2012 - 05:30 AM
One strange issue.I tried the ###### with
ALCXXX,applehda rollback and non-dsdt alc889a and it worked but after restart all gone any ideas ?
help me.
ALCXXX,applehda rollback and non-dsdt alc889a and it worked but after restart all gone any ideas ?
help me.
#18
Posted 12 March 2012 - 10:45 AM
Download this
ALC885_889a_LION:ML.zip 1.78MB
31 downloads
1. Put "ALC885_889a.kext" in /Extra
2. Copy "AppleHDA" to /System/Library/Extensions/ (replace the one there)
Do a full repair permissions with kext wizard after, and reboot. it should work.
ALC885_889a_LION:ML.zip 1.78MB
31 downloads1. Put "ALC885_889a.kext" in /Extra
2. Copy "AppleHDA" to /System/Library/Extensions/ (replace the one there)
Do a full repair permissions with kext wizard after, and reboot. it should work.
#19
Posted 15 March 2012 - 03:06 PM
my dsdt audio patch
PinConfigurations need your keys for correct function. use ioregistryexplorer for see correct configuration.
my kexts.
Device (HDEF)
{
Name (_ADR, 0x001B0000)
Method (_PRW, 0, NotSerialized)
{
Return (Package (0x02)
{
0x0D,
0x05
})
}
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x0A)
{
"built-in",
Buffer (One)
{
0x01
},
"codec-id",
Buffer (0x04)
{
0x85, 0x08, 0xEC, 0x10
},
"layout-id",
Buffer (0x04)
{
0x75, 0x03, 0x00, 0x00
},
"device-type",
Buffer (0x10)
{
"Realtek ALC889A"
},
"PinConfigurations",
Buffer (0x30)
{
/* 0000 */ 0x10, 0x40, 0x11, 0x01, 0x20, 0x10, 0x01, 0x01,
/* 0008 */ 0x30, 0x60, 0x01, 0x01, 0x80, 0x20, 0x01, 0x01,
/* 0010 */ 0x40, 0x90, 0xA1, 0x90, 0x50, 0x90, 0x81, 0x02,
/* 0018 */ 0x60, 0x30, 0x81, 0x01, 0x70, 0x40, 0x21, 0x02,
/* 0020 */ 0xF0, 0x61, 0x33, 0x59, 0x01, 0xE6, 0x05, 0x40,
/* 0028 */ 0x90, 0x61, 0x4B, 0x01, 0xA0, 0x01, 0xCB, 0x01
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
}
PinConfigurations need your keys for correct function. use ioregistryexplorer for see correct configuration.
my kexts.
Attached Files
#20
Posted 16 March 2012 - 12:52 PM
Derty, on 15 March 2012 - 03:06 PM, said:
my dsdt audio patch
PinConfigurations need your keys for correct function. use ioregistryexplorer for see correct configuration.
my kexts.
Device (HDEF)
{
Name (_ADR, 0x001B0000)
Method (_PRW, 0, NotSerialized)
{
Return (Package (0x02)
{
0x0D,
0x05
})
}
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x0A)
{
"built-in",
Buffer (One)
{
0x01
},
"codec-id",
Buffer (0x04)
{
0x85, 0x08, 0xEC, 0x10
},
"layout-id",
Buffer (0x04)
{
0x75, 0x03, 0x00, 0x00
},
"device-type",
Buffer (0x10)
{
"Realtek ALC889A"
},
"PinConfigurations",
Buffer (0x30)
{
/* 0000 */ 0x10, 0x40, 0x11, 0x01, 0x20, 0x10, 0x01, 0x01,
/* 0008 */ 0x30, 0x60, 0x01, 0x01, 0x80, 0x20, 0x01, 0x01,
/* 0010 */ 0x40, 0x90, 0xA1, 0x90, 0x50, 0x90, 0x81, 0x02,
/* 0018 */ 0x60, 0x30, 0x81, 0x01, 0x70, 0x40, 0x21, 0x02,
/* 0020 */ 0xF0, 0x61, 0x33, 0x59, 0x01, 0xE6, 0x05, 0x40,
/* 0028 */ 0x90, 0x61, 0x4B, 0x01, 0xA0, 0x01, 0xCB, 0x01
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
}
PinConfigurations need your keys for correct function. use ioregistryexplorer for see correct configuration.
my kexts.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account








