Jump to content
4 posts in this topic

Recommended Posts

Hey,

 

I thought i got every thing working but today a friend called me on Skype and at that moment i recognized that my Mic In is not working ant i cant get it to work. I am using the VoodoHDA.kext 0.2.1 (The new Beta 0.2.2 is not working). Under System Profiler it just says "No Built-in Audio".

 

System :

Snow Leopard 10.6.1

Board : P5Q-E

CPU : Intel Core 2 Duo 3 GHz

Graphic : Gainward Ati HD 4870 1GB Golden Sample

Here's fix for AD2000b http://www.mediafire.com/file/ekivyjnkiyq/...DA.FIX.kext.zip

it's work for Snow Leo. Put this fix to the Extra/Extensions, and repair permissions http://www.mediafire.com/file/zmg2iimrrtg/...ady.by.cVad.zip

And you need to write on the DSDT

 Device (HDEF)
			 {
				 Name (_ADR, 0x001B0000)
				 Method (_DSM, 4, NotSerialized)
				 {
					 Store (Package (0x08)
						 {
							 "codec-id", 
							 Buffer (0x04)
							 {
								 0x11, 0x83, 0x43, 0x10
							 }, 

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

							 "device-type", 
							 Buffer (0x17)
							 {
								 "Analog Devices AD2000B"
							 }, 

							 "PinConfigurations", 
							 Buffer (0x28)
							 {
								 /* 0000 */	0x30, 0x40, 0x21, 0x01, 0x10, 0x40, 0x01, 0x01, 
								 /* 0008 */	0x40, 0x10, 0x01, 0x01, 0x50, 0x60, 0x01, 0x01, 
								 /* 0010 */	0x60, 0x20, 0x01, 0x01, 0x20, 0x90, 0xA1, 0x01, 
								 /* 0018 */	0x80, 0x90, 0xA1, 0x01, 0x70, 0x30, 0x81, 0x01, 
								 /* 0020 */	0x90, 0xF1, 0x4B, 0x01, 0xF0, 0xF1, 0xCB, 0x01
							 }
						 }, Local0)
					 DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
					 Return (Local0)
				 }
			 }
×
×
  • Create New...