View Single Post
 
Old 10-06-2009, 01:38 AM
jdc1001 jdc1001 is offline
Cheetah
 
Join Date: Jul 2009
Posts: 10
Quote:
Originally Posted by dstarr View Post
Hi there,

It's great to see someone else using OS X on the GENE. I'm using your DSDT (above) with the same motherboard, only in Leopard 10.5.7, and I still haven't managed to get sound working. Could you perhaps link the kext you're using? Or do you have any other insights?
Sure, the kext I use for audio is AD2000b.kext (attached). More info is available in this thread. If you're using my DSDT, you won't need the HDAEnabler.kext, just install AD2000b.kext in /System/Library/Extensions/ with something like Kext Utility. (mine is loading fine off of my EFI partition's /Extra/Extensions).

If you end up building your own DSDT, add an HDEF section similar to what's in mine like so:

Code:
Device (HDEF)
            {
                Name (_ADR, 0x001B0000)
                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)
                }
            }
This is what makes using HDAEnabler.kext unnecessary. More info in this thread if you're interested.

Question - Are you having the same problem with not being able to restart or shutdown after sleep that I am?
Attached Files
File Type: zip Snow Leopard AD2000b.zip (35.4 KB, 385 views)

Asus Rampage II Gene Rev 904: Intel Core i7 920 3.2GHz, 6 Gb DDR3 RAM, Apple OSX 10.6.1 Snow Leopard
Reply With Quote