|
#101
|
||||
|
||||
|
@ Gatsby -- It may be an issue with "pin configurations" -- here's what I have in my DSDT for that section of the Device (HDEF); try this out and see if it compiles:
"PinConfigurations", Buffer (0x18) { /* 0000 */ 0x10, 0x44, 0x11, 0x01, 0x20, 0x14, 0x01, 0x01, /* 0008 */ 0x40, 0x4C, 0x21, 0x02, 0x50, 0x34, 0x81, 0x01, /* 0010 */ 0x60, 0x9C, 0xA1, 0x02, 0xF0, 0x61, 0x4B, 0x01 } }, Local0)
__________________
MB: Giga-Byte EP45-UD3R, rev 1.1 (F12) CPU: Intel E6750 2.67GHz C2D Booter: Asere's v1.1.9, USB OS: SL 10.6.4 RAM: 2 X 2GB G.Skill 1066MHz DDR2 HD: WD 320GB SATA-2 Gfx: ASUS GeForce GT 220/1GB-DDR2 Cinebench OpenGL=5822 DVD1: LG 18X SATA DVD2: Toshiba/Samsung 18X SATA LAN: en(0) - On-board Realtek 8168C en(1) - TP_Link TG-3269 gigabit PCI card, woob Wi-Fi: NewerTech USB 2.0 g/b adapter, driver for SL from Realtek Firewire: On-board FW400 Case: Broadway 939 w/ 550W PS |
|
#102
|
|||
|
|||
|
@ richiem: Thank you very much, I'll try these values on the weekend!
By the way, did you achieve line-in/mic jacket activation on your machine with these values?
|
|
#103
|
||||
|
||||
|
Sorry, can't speak to that -- I only use the green rear-panel output jack -- don't even have the front jacks hooked up and haven't tried the rear panel inputs yet. The few times I've needed analog inputs I've used a USB iMic. I never use headphones so don't know about that either... Funny that a retired audio engineer and loudspeaker designer should be so ignorant about his computer's audio functions...
__________________
MB: Giga-Byte EP45-UD3R, rev 1.1 (F12) CPU: Intel E6750 2.67GHz C2D Booter: Asere's v1.1.9, USB OS: SL 10.6.4 RAM: 2 X 2GB G.Skill 1066MHz DDR2 HD: WD 320GB SATA-2 Gfx: ASUS GeForce GT 220/1GB-DDR2 Cinebench OpenGL=5822 DVD1: LG 18X SATA DVD2: Toshiba/Samsung 18X SATA LAN: en(0) - On-board Realtek 8168C en(1) - TP_Link TG-3269 gigabit PCI card, woob Wi-Fi: NewerTech USB 2.0 g/b adapter, driver for SL from Realtek Firewire: On-board FW400 Case: Broadway 939 w/ 550W PS |
|
#104
|
|||
|
|||
|
Quote:
PinConfiguration has no meaning in DSDT the config in the DUMMY KEXT (Legacy) override this you can as well use Quote:
|
|
#105
|
||||
|
||||
|
@winstonace -- thanx for the tip; however that wasn't my experience -- I had a different set of codes in the pin config originally (from another DSDT), and sound didn't work until I put this set in, and I didn't change anything else that I can remember. I hope we hear from gatsby, it will be good to know one way or the other....
__________________
MB: Giga-Byte EP45-UD3R, rev 1.1 (F12) CPU: Intel E6750 2.67GHz C2D Booter: Asere's v1.1.9, USB OS: SL 10.6.4 RAM: 2 X 2GB G.Skill 1066MHz DDR2 HD: WD 320GB SATA-2 Gfx: ASUS GeForce GT 220/1GB-DDR2 Cinebench OpenGL=5822 DVD1: LG 18X SATA DVD2: Toshiba/Samsung 18X SATA LAN: en(0) - On-board Realtek 8168C en(1) - TP_Link TG-3269 gigabit PCI card, woob Wi-Fi: NewerTech USB 2.0 g/b adapter, driver for SL from Realtek Firewire: On-board FW400 Case: Broadway 939 w/ 550W PS |
|
#106
|
|||
|
|||
|
Thanks you post for ALC889A
|
|
#107
|
|||
|
|||
|
Hi, I have a Gigabyte GA-EP45-UD3P (rev. 1.1) as well. I'm still trying to get my sound to work with 5.1, without the popping noise. right now, i'm on a fresh install with no sound. Can someone send me what you have, and tell me what to do with it?
this is what was happening to me before this fresh install Quote:
Last edited by dannymichel; May 25th, 2010 at 05:20 AM. |
|
#108
|
|||
|
|||
|
has anyone gotten the front and back mic and headphones working yet?
|
|
#109
|
|||
|
|||
|
I should thank everybody for hard work!
Mobo: GA-X48T-DQ6 (with ALC889A audio) Installed OS: Mac OS X, Snow Leopard, 10.6.4 I downloaded kext and updated my dsdd.aml and audio is working like a charm. Haven't tested yet the 5.1 audio, but I to it, but it should be easily available, as all outputs are mapping correctly into my 5.1 speaker, just some aggregate device is needed to create. But I'm curious, does ACL889A device can work without kext, because if I used this dsdt fix below, I had sound trough green output without additional kext. So, I believe there should be some solution to use only dsdt fix. Any suggestions? If we get correct replacement for rows marked with pink below, we should be capable to get ALC889A to work without additional kext. Code:
Device (HDEF)
{
Name (_ADR, 0x001B0000)
Method (_PRW, 0, NotSerialized)
{
Return (Package (0x02)
{
0x0D,
0x05
})
}
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x08)
{
"codec-id",
Buffer (0x04)
{
0x85, 0x08, 0xEC, 0x10
},
"layout-id",
Unicode ("B"),
"device-type",
Buffer (0x11)
{
"ALC889a"
},
"PinConfigurations",
Buffer (0x28)
{
/* 0000 */ 0x10, 0x90, 0xA0, 0x90, 0x20, 0x90, 0xA1, 0x02,
/* 0008 */ 0x80, 0x30, 0x81, 0x01, 0x90, 0x40, 0x21, 0x02,
/* 0010 */ 0x30, 0x40, 0x11, 0x01, 0x40, 0x10, 0x01, 0x01,
/* 0018 */ 0x50, 0x60, 0x01, 0x01, 0x60, 0x20, 0x01, 0x01,
/* 0020 */ 0x70, 0x61, 0x4B, 0x01, 0xA0, 0x01, 0xCB, 0x01
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
}
Some notes for others, who are about seeking for working audio! Please remember, You NEED one of solutions models below: A 1. Fixed dsdt.aml file (your mobo & bios version specific) under /E/E B 1. Fixed dsdt.aml file (your mobo & bios version specific) under /E/E 2. Some additional kext under /E/E or /S/L/E (Reccomended is /S/L/E) The best option is of course solution A, which is bulletproof against OS update. Anyway, if your audio does not work right out of box, then you need to do some hard work to get it work (hard means - you should educate yourself a bit about DSDT etc. Last edited by holyfield; July 27th, 2010 at 08:30 PM. Reason: Some additions |
|
#110
|
|||
|
|||
|
Surprising !
I inserted this modification inside my dsdt and bingo ! Sound is now working with AppleHDA.kext without any other addition like LegacyHDA etc.... Motherboard : GA-EP35-DS3P bios F6 MacOSX 10.6.2 AppleHDA.kext 1.8.4fc3 |
![]() |
| Thread Tools | |
| Display Modes | |
|
|