Jump to content

AppleHDA patching in Mountain Lion


nyolc8
 Share

239 posts in this topic

Recommended Posts

Yes.............

This is what I am looking for.

Waiting for your finalization......

Thanks in advance ;)

AppleHDA.kext.zip

IDT 92HD81B1X5 ML

 

Sorry I'm writing from my tablet....copy/paste here link to "beta" version of this kext from Italian forum

....

 

 

Since your is a laptop, maybe works ... try

Link to comment
Share on other sites

Does this also working with ALC268?

Your speaker are at Node 21, but you must compile your Platforms.xml and your layout28.xml...... from scrach

 

...you are everywhere on the web :P

Acer Aspire 7720G
CPU
Intel Core 2 Duo T9300 (2x2.5 Ghz)
Graphics
NVIDIA GeForce 9500M GS

right?

 

Micky

Link to comment
Share on other sites

Hello,

 

my Speakers ("Speaker Playback Switch") is at Node 15. See attachments at http://www.insanelymac.com/forum/topic/283099-alc268-get-no-sound/?do=findComment&comment=1858959

I tried to patch AppleHDA with no success.

 

Yeah I know that I am everywhere on the web because I am searching for a working 268 Kext / Patch for Mountain Lion a while.. But nobody can help me :/

Link to comment
Share on other sites

Hello,

 

my Speakers ("Speaker Playback Switch") is at Node 15. See attachments at http://www.insanelym...d/#entry1858959

I tried to patch AppleHDA with no success.

 

Yeah I know that I am everywhere on the web because I am searching for a working 268 Kext / Patch for Mountain Lion a while.. But nobody can help me :/

Confirm Node 21 for speaker, 15 is Audio mixer...

 

try this kext attached, I hope showing signs of life, if he does not work I can not help more, but you have base now.

I hope to help you.

 

10.8.2 version, patched codec 10ec0885 with 10ec0268
1 codec (range comparison 10ec0884)

 

 

Let me know if it works

 

Micky

 

 

EDIT

 

Sorry, I forgot to mention that you have to use layout12 in dsdt

 

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

 

...or copy paste from this example= Audio .dsl

AppleHDA.kext ALC268.zip

Link to comment
Share on other sites

AppleHDA.kext.zip

IDT 92HD81B1X5 ML

 

Sorry I'm writing from my tablet....copy/paste here link to "beta" version of this kext from Italian forum

....

 

 

Since your is a laptop, maybe works ... try

Ok I have tried your sended kext. Device is recognised , but no sound at all :( .

post-775552-0-08726400-1351016270_thumb.jpg

Anyway thank you...

I would like to wait for your post.

Till now I have prepared the things as per you shared.

You can see at a glance...

Now Have.zip

Am I on right track?

Link to comment
Share on other sites

Hello,

 

thank you for help! :)

 

I have following audio injection in my dsdt (see attachment for dsdt file and audio information):

	 Device (HDEF)
	 {
		 Name (_ADR, 0x001B0000)
		 OperationRegion (HDCS, PCI_Config, 0x54, 0x04)
		 Field (HDCS, DWordAcc, NoLock, Preserve)
		 {
				 , 15,
			 PMES, 1
		 }
		 Method (_PRW, 0, NotSerialized)
		 {
			 If (LEqual (WKMD, One))
			 {
				 Return (Package (0x02)
				 {
					 0x0D,
					 0x04
				 })
			 }
			 Else
			 {
				 Return (Package (0x02)
				 {
					 0x0D,
					 Zero
				 })
			 }
		 }
		 Method (_DSM, 4, NotSerialized)
		 {
			 Store (Package (0x06)
				 {
					 "hda-gfx",
					 Buffer (0x0A)
					 {
						 "onboard-1"
					 },
					 "layout-id",
					 Buffer (0x04)
					 {
							 0x0C, 0x00, 0x00, 0x00
					 },
					 "PinConfigurations",
					 Buffer (Zero) {}
				 }, Local0)
			 DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
			 Return (Local0)
		 }
	 }

 

If this is correct, Sound does not work :( It does not recognize my sound card at all :(

 

Thank you!

DSDT.zip

post-1008195-0-23940100-1351016478_thumb.png

Link to comment
Share on other sites

Ok I have tried your sended kext. Device is recognised , but no sound at all :( .

2012-10-23_20-15-41.jpg

Anyway thank you...

I would like to wait for your post.

Till now I have prepared the things as per you shared.

You can see at a glance...

Now Have.zip

Am I on right track?

Please wait, i can fix it...your speaker are on node 13..., now I'm going to dinner :wink2:

 

Hello,

 

thank you for help! :)

 

I have following audio injection in my dsdt (see attachment for dsdt file and audio information):

	 Device (HDEF)
	 {
		 Name (_ADR, 0x001B0000)
		 OperationRegion (HDCS, PCI_Config, 0x54, 0x04)
		 Field (HDCS, DWordAcc, NoLock, Preserve)
		 {
				 , 15,
			 PMES, 1
		 }
		 Method (_PRW, 0, NotSerialized)
		 {
			 If (LEqual (WKMD, One))
			 {
				 Return (Package (0x02)
				 {
					 0x0D,
					 0x04
				 })
			 }
			 Else
			 {
				 Return (Package (0x02)
				 {
					 0x0D,
					 Zero
				 })
			 }
		 }
		 Method (_DSM, 4, NotSerialized)
		 {
			 Store (Package (0x06)
				 {
					 "hda-gfx",
					 Buffer (0x0A)
					 {
						 "onboard-1"
					 },
					 "layout-id",
					 Buffer (0x04)
					 {
							 0x0C, 0x00, 0x00, 0x00
					 },
					 "PinConfigurations",
					 Buffer (Zero) {}
				 }, Local0)
			 DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
			 Return (Local0)
		 }
	 }

 

If this is correct, Sound does not work :( It does not recognize my sound card at all :(

 

Thank you!

Idem
  • Like 1
Link to comment
Share on other sites

I have 0x0C too and tried kext above for my alc888 - result:

 

zrzutekranu20121023o212.png

 

Device (HDEF)
	    {
		    Name (_ADR, 0x001B0000)
		    Method (_DSM, 4, NotSerialized)
		    {
			    Store (Package (0x08)
				    {
					    "subsystem-id",
					    Buffer (0x04)
					    {
							 0x0D, 0x3A, 0x00, 0x00
					    },
					    "subsystem-vendor-id",
					    Buffer (0x04)
					    {
							 0xAA, 0x17, 0x00, 0x00
					    },
					    "layout-id",
					    Buffer (0x04)
					    {
							 0x0C, 0x00, 0x00, 0x00
					    },
					    "PinConfigurations",
					    Buffer (Zero) {}
				    }, Local0)
			    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
			    Return (Local0)
		    }
		    Method (_PRW, 0, NotSerialized)
		    {
			    Return (GPRW (0x0D, 0x03))
		    }
	    }

 

Worked perfect on 10.6.8 ...

Link to comment
Share on other sites

Hello,

 

thank you for help! :)

 

I have following audio injection in my dsdt (see attachment for dsdt file and audio information):

 

If this is correct, Sound does not work :( It does not recognize my sound card at all :(

 

Thank you!

Try this dsdt, only realocate the patch.

 

Be sure not to be in S/L/E the kexts like VoodooHDA, HDADisabler, or some injector.

Use Kext Utility to repair permissions and rebuild kernelcache.

 

Micky

 

 

P.S. (put your hardware in signature)

DSDT.aml.zip

Link to comment
Share on other sites

Put DSDT in /Extra/, put AppleHDA kext in S/L/E - no other sound enabler available (like VoodooHDA, ...)

No Audio devices available :(

 

My sound card does not seem to be work in ML?!?

 

Thank you very much again and thanks for your message :)

post-1008195-0-31029900-1351022890_thumb.png

Link to comment
Share on other sites

@Micky: You don't have any other idea, do you?

 

Sorry for double post, it seems that Tapatalk does not have a function to edit the post...

The VoodooHDA recognize my audio card. But I have no sound. iTunes does not play music, its progress bar (of the current sound track) is still at 0:00...

Have you got for that problem any idea? Maybe I get VoodooHDA working...

Link to comment
Share on other sites

Checked........

No input/output, Also not working Headphone.

No entry on system preference :( .

audio.jpg

should look good on pinconfig, verbs' speaker, to identify better.

Seen from your previous picture, speaker icon show up, but transparent ...

seem a sign that the speaker is not on the correct node (but the rest is fine).

 

If you want you can try to change Platforms.xml.zlib, the node 19 to 20 and try again.

 

Just to be sure, codec_dump is actually made from your laptop?

 

Micky

Link to comment
Share on other sites

@Micky: You don't have any other idea, do you?

 

Sorry for double post, it seems that Tapatalk does not have a function to edit the post...

The VoodooHDA recognize my audio card. But I have no sound. iTunes does not play music, its progress bar (of the current sound track) is still at 0:00...

Have you got for that problem any idea? Maybe I get VoodooHDA working...

Sorry for your audio codec, I wanted to give it a try, but unfortunately it is very difficult from a distance.

Only "layout 12" show up in System Profiler, may not be good ... the layout12.xml (or binary patch...mmmh)

 

for VoodooHDA look here:

 

http://code.google.com/p/voodoohda/downloads/list

 

Search a guide to edit it in F.A.Q

 

Sorry

Link to comment
Share on other sites

should look good on pinconfig, verbs' speaker, to identify better.

Seen from your previous picture, speaker icon show up, but transparent ...

seem a sign that the speaker is not on the correct node (but the rest is fine).

 

If you want you can try to change Platforms.xml.zlib, the node 19 to 20 and try again.

 

Just to be sure, codec_dump is actually made from your laptop?

 

Micky

Everything I done by your reference - http://www.insanelym...x/#entry1861876

And from my Dell.

Now Have.zip

Confirm.

Link to comment
Share on other sites

Report back :( :( :(

Both of kexts same results. No sound at all !!!!

audio.jpg

in/out, headphones none.

 

Edit: I can confirm you that your previous kexts (AppleHDA v1 + v2) for 10.7.4 works on my 10.8.2, but no input/mic.

:hysterical: Really?

then I can not understand why :hysterical:.....edit are the same of 1° kext tryed! (mmmh... v1 and v2 for 10.7.4 have different pinconfig for sure....I don't remember if are really..... for the 1° you tryed)

For Mic depends from pathmap into Platforms.xml (is not compressed in lion kext), so now you can try to change it. :wink2:

Link to comment
Share on other sites

:hysterical: Really?

then I can not understand why :hysterical:.....edit are the same of 1° kext tryed! (mmmh... v1 and v2 for 10.7.4 have different pinconfig for sure....I don't remember if are really..... for the 1° you tryed)

For Mic depends from pathmap into Platforms.xml (is not compressed in lion kext), so now you can try to change it. :wink2:

Would you can do it for me?

Actually I don't know how to do it.

 

Thank you.

Link to comment
Share on other sites

Hi, guys & gals,

 

I'd like to get rid of annoying woodooHDA and trick appleHDA to work with AD19888.

Did anyone succeeded with patching for this device? If so please share your knowledge.

 

Thank you!

Link to comment
Share on other sites

 Share

×
×
  • Create New...