Jump to content

DSDT Auto-Patcher


MaLd0n
 Share

5,756 posts in this topic

Recommended Posts

hi there,

 

can u help mir with my Probook 4530s i5 with a DSDT.aml?

 

Thank u very much.

dsdt.Rene12345.zip

 

Take a look at this link Mald0n, they do have one you may just not have noticed

 

http://www.realtek.com.tw/products/product...&ProdID=226

 

If you do develope one please let know, it would save me having to use my iphone as an internet tether all of the time lol :D

I'm not a dev

I'm curious B.png

 

 

Can you help me with a DSDT for a X121e ThinkPad with Sandy Bridge Core i3 and HD 3000 graphics.

 

Thanx!

dsdt.SeppDepp.zip

Link to comment
Share on other sites

hi MaLd0n

 

can you help me in making IDT 92HD87B1/3 audio codec working on appleHDA

 

this is what on my dsdt

 

		Device (HDEF)
	{
		Name (_ADR, 0x001B0000)
		OperationRegion (HDAR, PCI_Config, 0x4C, 0x10)
		Field (HDAR, WordAcc, NoLock, Preserve)
		{
			DCKA,   1, 
					Offset (0x01), 
			DCKM,   1, 
				,   6, 
			DCKS,   1, 
					Offset (0x08), 
				,   15, 
			PMES,   1
		}
		Method (_PRW, 0, NotSerialized)
		{
			Return (GPRW (0x0D, 0x04))
		}
		Method (_DSM, 4, NotSerialized)
		{
			Store (Package (0x08)
				{
					"codec-id", 
					Buffer (0x04)
					{
						0xD1, 0x76, 0x1D, 0x11
					}, 
					"layout-id", 
					Buffer (0x04)
					{
						0x78, 0x03, 0x00, 0x00
					}, 
					"device-type", 
					Buffer (0x0F)
					{
						"IDT 92HD87B1/3"
					}, 
					"PinConfigurations", 
					Buffer (Zero) {}
				}, Local0)
			DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
			Return (Local0)
		}
	}

 

really idont know what to do with AppleHDA.kext except binary patching :hysterical:

 

i am using lion

Link to comment
Share on other sites

hi MaLd0n

 

can you help me in making IDT 92HD87B1/3 audio codec working on appleHDA

 

this is what on my dsdt

 

		Device (HDEF)
	{
		Name (_ADR, 0x001B0000)
		OperationRegion (HDAR, PCI_Config, 0x4C, 0x10)
		Field (HDAR, WordAcc, NoLock, Preserve)
		{
			DCKA,   1, 
					Offset (0x01), 
			DCKM,   1, 
				,   6, 
			DCKS,   1, 
					Offset (0x08), 
				,   15, 
			PMES,   1
		}
		Method (_PRW, 0, NotSerialized)
		{
			Return (GPRW (0x0D, 0x04))
		}
		Method (_DSM, 4, NotSerialized)
		{
			Store (Package (0x08)
				{
					"codec-id", 
					Buffer (0x04)
					{
						0xD1, 0x76, 0x1D, 0x11
					}, 
					"layout-id", 
					Buffer (0x04)
					{
						0x78, 0x03, 0x00, 0x00
					}, 
					"device-type", 
					Buffer (0x0F)
					{
						"IDT 92HD87B1/3"
					}, 
					"PinConfigurations", 
					Buffer (Zero) {}
				}, Local0)
			DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
			Return (Local0)
		}
	}

 

really idont know what to do with AppleHDA.kext except binary patching :hysterical:

 

i am using lion

look it

http://www.projectosx.com/forum/index.php?showtopic=465

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...