Jump to content
6 posts in this topic

Recommended Posts

Hi,

 

I've got some trouble getting my audio out to work.

I'm running ML 10.8.2 with custom DSDT and AppleHDA.kext. Audio input seems to work, at least I get some movement in System Preferences Audio input. Everything regarding audio out shows up, I've got a device in Device Manager, OSD when I push my fn keys to toggle sound. My Notebook recognizes, if I plug in headphones and switches the output device to headphones. Still got some errors though (see attached screenshot "dmesg").

So I dont think, there's much left to be done to get audio out working, but I dont know where to look...

If you need any more information, let me know :-)

post-142634-0-46428100-1360509880_thumb.png

post-142634-0-83742900-1360509886_thumb.png

post-142634-0-90405500-1360509894_thumb.png

post-142634-0-12240500-1360509902_thumb.png

post-142634-0-98896500-1360509912_thumb.png

post-142634-0-77127300-1360509920_thumb.png

Link to comment
https://www.insanelymac.com/forum/topic/286273-ml-1082-80861e20-no-audio-out/
Share on other sites

OK,

 

got it working. At least internal speakers with autoswitch to headphone. No sound thru HDMI so far with my machine

 

Device (HDEF)
	 {
		 Name (_ADR, 0x001B0000)
		 Name (_S3D, 0x03)
		 Name (RID, Zero)
		 Name (_PRW, Package (0x02)
		 {
			 0x0D,
			 0x04
		 })
		 Method (_PSW, 1, NotSerialized)
		 {
			 Noop
		 }
		 Method (_DSM, 4, NotSerialized)
		 {
			 Store (Package (0x0E)
				 {
					 "built-in",
					 Buffer (One)
					 {
						 0x01
					 },
					 "Codec-id",
					 Buffer (0x04)
					 {
						 0x3E, 0x3A, 0xEC, 0x10
					 },
					 "layout-id",
					 Buffer (0x04)
					 {
						 0x0C, 0x00, 0x00, 0x00
					 },
					 "model",
					 Buffer (0x1A)
					 {
						 "HD Audio Conexant Cx20590"
					 },
					 "device-type",
					 Buffer (0x11)
					 {
						 "Audio Controller"
					 },
					 "hda-gfx",
					 Buffer (0x0A)
					 {
						 "onboard-1"
					 },
					 "PinConfigurations",
					 Buffer (Zero) {}
				 }, Local0)
			 DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
			 Return (Local0)
		 }
	 }
 }

AppleHDA.kext.zip

  • 4 weeks later...

laptop, lenovo G480. Audio id shows as 8086:1e20

Audio device: Intel Corporation Panther Point High Definition Audio Controller (rev 04)

 

I'm not sure which codec is 8086:1e20 ? I tried several patched AppleHDA with dsdt fix, not worked. this topic's kext and dsdt,

Sound assertion in AppleHDAController at line 483

:(

 

But i'm using 10.8.0. Any help or link ? for 10.8.0 and 8086:1e20 which one to use ?

  • 1 month later...

OK,

 

got it working. At least internal speakers with autoswitch to headphone. No sound thru HDMI so far with my machine

 

Device (HDEF)
	 {
		 Name (_ADR, 0x001B0000)
		 Name (_S3D, 0x03)
		 Name (RID, Zero)
		 Name (_PRW, Package (0x02)
		 {
			 0x0D,
			 0x04
		 })
		 Method (_PSW, 1, NotSerialized)
		 {
			 Noop
		 }
		 Method (_DSM, 4, NotSerialized)
		 {
			 Store (Package (0x0E)
				 {
					 "built-in",
					 Buffer (One)
					 {
						 0x01
					 },
					 "Codec-id",
					 Buffer (0x04)
					 {
						 0x3E, 0x3A, 0xEC, 0x10
					 },
					 "layout-id",
					 Buffer (0x04)
					 {
						 0x0C, 0x00, 0x00, 0x00
					 },
					 "model",
					 Buffer (0x1A)
					 {
						 "HD Audio Conexant Cx20590"
					 },
					 "device-type",
					 Buffer (0x11)
					 {
						 "Audio Controller"
					 },
					 "hda-gfx",
					 Buffer (0x0A)
					 {
						 "onboard-1"
					 },
					 "PinConfigurations",
					 Buffer (Zero) {}
				 }, Local0)
			 DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
			 Return (Local0)
		 }
	 }
 }

 

I have tried your kext and it does not work on my laptop. I have the same sound card with the same vendor and device ID

  • 7 months later...
×
×
  • Create New...