Jump to content

GA-X58-UD5 - 10.7.3 Updated, now no sound!


dorgs
 Share

3 posts in this topic

Recommended Posts

Hi all,

 

Had lion 10.7.2 running perfect on GA-X58-UD5. I updated to 10.7.3 the other day, and now have no sound! I have tried several different kexts with no luck.

 

If anyone has a solution please share :)

Many thanks

Link to comment
Share on other sites

Alc889? :)

 

Try my kext with this DSDT injection

 

Device (HDEF)
    {
	    Name (_ADR, 0x001B0000)
	    Method (_PRW, 0, NotSerialized)
	    {
		    Return (Package (0x02)
		    {
			    0x09,
			    0x04
		    })
	    }
	    Method (_DSM, 4, NotSerialized)
	    {
		    Store (Package (0x04)
			    {
				    "layout-id",
				    Buffer (0x04)
				    {
					    0x0C, 0x00, 0x00, 0x00
				    },
				    "PinConfigurations",
				    Buffer (Zero) {}
			    }, Local0)
		    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
		    Return (Local0)
	    }
    }

 

AppleHDA.kext.zip

Link to comment
Share on other sites

 Share

×
×
  • Create New...