Jump to content

[HELP Needed] No Audio On GA-EP35-DS3L Under SL 10.6.2


gavbrown
 Share

3 posts in this topic

Recommended Posts

Hi guys;

 

I'm in the process of trying to get Audio to work on under Snow Leopard 10.6.2 on my Gigabyte GA-EP35-DS3L board. Everything was working fine under 10.5, it was also working under 10.6.0, but since the upgrade to 10.6.2 I just can't get it to work! I've been at this for days and tried various dsdt changes along with relevant LegacyHDA.kext's to no avail.

 

Here's details of the last thing I've tried:

 

ALC888 Installer Changes from: http://www.insanelymac.com/forum/index.php?showtopic=184367

 

I looked through the ruby code from the "ALC888 Installer project" on that post and extracted the changes it would make to the DSDT and added updated mine with them. I also took the LegacyHDA.kext from there.

 

Here's the MD5 of the Info.plist from LegacyHDA.kext and it's attached below:

HD5 (LegacyHDA.kext/Contents/Info.plist) = e51c647cf15f98540211598274558600

 

Appart from sound everything else seems to be working great. Any help anyone could provide would be greatly appreciated. I'm quite happy to go hacking my DSDT and trying random kext, I've done it enough over the last few days! ;)

 

Cheers

Gavin

 

Update:

Here's a couple of errors I've got in my kernel log, not sure if they are relevant?

Feb 14 12:56:43 Caribou kernel[0]: Sound assertion "0 == pciVendorProductID" failed in "/SourceCache/AppleHDA/AppleHDA-179.1.4/AppleHDAController/AppleHDAController.cpp" at line 2682 goto Exit
Feb 14 12:56:49 Caribou kernel[0]: Sound assertion "0 == pathMap_aDriverInstance" failed in "/SourceCache/AppleHDA/AppleHDA-179.1.4/AppleHDA/AppleHDADriver.cpp" at line 1656 goto Exit
Feb 14 12:56:49 Caribou kernel[0]: Sound assertion "0 != createAudioEngines ( fPathMap_aDriverInstance )" failed in "/SourceCache/AppleHDA/AppleHDA-179.1.4/AppleHDA/AppleHDADriver.cpp" at line 203 goto Exit
Feb 14 12:56:49 Caribou kernel[0]: Sound assertion "0 == pathMap_aDriverInstance" failed in "/SourceCache/AppleHDA/AppleHDA-179.1.4/AppleHDA/AppleHDADriver.cpp" at line 1656 goto Exit
Feb 14 12:56:49 Caribou kernel[0]: Sound assertion "0 != createAudioEngines ( fPathMap_aDriverInstance )" failed in "/SourceCache/AppleHDA/AppleHDA-179.1.4/AppleHDA/AppleHDADriver.cpp" at line 203 goto Exit

 

 

DSDT HDEF Section Extract:

			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)
                           {
                               0x88, 0x08, 0xEC, 0x10
                           },

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

                           "device-type",
                           Buffer (0x0F)
                           {
                               "Realtek ALC888"
                           },

                           "PinConfigurations",
                           Buffer (0x28)
                           {
                               /* 0000 */    0x10, 0x90, 0xA1, 0x01, 0x20, 0x90, 0xA1, 0x02,
                               /* 0008 */    0x80, 0x30, 0x81, 0x01, 0x90, 0x40, 0x21, 0x02,
                               /* 0010 */    0x30, 0x40, 0x11, 0x01, 0x40, 0x40, 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)
               }
}

 

My current LegacyHDA.kext: GA_EP35_DS3L_10.6.2_LegacyHDA.kext.zip

My current DSDT.dsl: GA_EP35_DS3L_10.6.2_dsdt.dsl.zip

IORegistry Explorer Screen Shot Of HDEF:

post-326215-1266154035_thumb.png

System Preferences Screen Shot:

post-326215-1266154042_thumb.png

System Profiler Screen Shot:

post-326215-1266154055_thumb.png

Link to comment
Share on other sites

 Share

×
×
  • Create New...