Jump to content

ALC889 AppleHDA.kext (10.7.1 Lion)


nozyczek
 Share

2 posts in this topic

Recommended Posts

### This is NOT ALC889a ! ###

 

 

Attached is my patched 10.7.1 AppleHDA.kext (2.1.1f12) for ALC889.

Works on GA-P55A-UD4P rev 2.0

 

It may work for other motherboards with ALC889

 

It requires the following DSDT mod:

 

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)
						 {
							0x79, 0x03, 0x00, 0x00
						 }, 

						"PinConfigurations", 
						 Buffer (Zero) {}
					},  Local0)
				DTGP (Arg0, Arg1, Arg2, Arg3, RefOf  (Local0))
				Return (Local0)
			}
		 }

 

 

I didn't have a time to do any extensive tests so please report back.

Thanks

AppleHDA.kext_ALC889_10.7.1.zip

Link to comment
Share on other sites

 Share

×
×
  • Create New...